Uses of Interface
org.nuiton.topia.persistence.support.TopiaJpaSupport
Packages that use TopiaJpaSupport
Package
Description
Events used for ToPIA services.
-
Uses of TopiaJpaSupport in org.nuiton.topia.persistence.event
Methods in org.nuiton.topia.persistence.event that return TopiaJpaSupportConstructors in org.nuiton.topia.persistence.event with parameters of type TopiaJpaSupport -
Uses of TopiaJpaSupport in org.nuiton.topia.persistence.internal
Fields in org.nuiton.topia.persistence.internal declared as TopiaJpaSupportModifier and TypeFieldDescriptionprotected TopiaJpaSupportAbstractTopiaPersistenceContext.jpaSupportThis instance of TopiaJpaSupport is created by the persistence context itself.protected TopiaJpaSupportAbstractTopiaDao.topiaJpaSupportMethods in org.nuiton.topia.persistence.internal with parameters of type TopiaJpaSupportModifier and TypeMethodDescriptionvoidAbstractTopiaDao.init(TopiaJpaSupport topiaJpaSupport, TopiaHibernateSupport topiaHibernateSupport, TopiaSqlSupport topiaSqlSupport, TopiaIdFactory topiaIdFactory, TopiaFiresSupport topiaFiresSupport, TopiaDaoSupplier topiaDaoSupplier) When AbstractTopiaContext create the TopiaDAOHibernate, it must call this method just after. -
Uses of TopiaJpaSupport in org.nuiton.topia.persistence.internal.support
Classes in org.nuiton.topia.persistence.internal.support that implement TopiaJpaSupportModifier and TypeClassDescriptionclassThis class is the Hibernate implementation of TopiaJpaSupport.Methods in org.nuiton.topia.persistence.internal.support with parameters of type TopiaJpaSupportModifier and TypeMethodDescription<E extends TopiaEntity>
List<E>TopiaFiresSupport.fireEntitiesLoad(TopiaJpaSupport context, List<E> entities) Notify entities listeners for load operation