|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HibernateEntity in org.addsimplicity.anicetus.hibernate |
---|
Methods in org.addsimplicity.anicetus.hibernate that return types with arguments of type HibernateEntity | |
---|---|
java.util.Collection<HibernateEntity> |
HibernateTelemetry.getHibernateEntities()
Return an immutable collection of entities that were involved in the Hibernate transaction. |
Methods in org.addsimplicity.anicetus.hibernate with parameters of type HibernateEntity | |
---|---|
void |
HibernateTelemetry.addHibernateEntity(HibernateEntity entity)
Add an entity to this artifact. |
Method parameters in org.addsimplicity.anicetus.hibernate with type arguments of type HibernateEntity | |
---|---|
void |
HibernateTelemetry.setHibernateEntities(java.util.Collection<HibernateEntity> entities)
Set the entities involved in the Hibernate transaction. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |