Uses of Interface
org.nuiton.topia.persistence.TopiaDaoSupplier
Packages that use TopiaDaoSupplier
Package
Description
This package contains most of the needed contracts when using ToPIA.
-
Uses of TopiaDaoSupplier in org.nuiton.topia.persistence
Subinterfaces of TopiaDaoSupplier in org.nuiton.topia.persistenceModifier and TypeInterfaceDescriptioninterfaceThis contract represents a persistence context, which lifecycle is linked to the transaction lifecycle.Methods in org.nuiton.topia.persistence that return TopiaDaoSupplierMethods in org.nuiton.topia.persistence with parameters of type TopiaDaoSupplierModifier and TypeMethodDescriptionvoidTopiaEntityContextable.setTopiaDaoSupplier(TopiaDaoSupplier topiaDaoSupplier) Injects into this entity the givenTopiaDaoSupplier, which can be used to get any Dao instance. -
Uses of TopiaDaoSupplier in org.nuiton.topia.persistence.internal
Classes in org.nuiton.topia.persistence.internal that implement TopiaDaoSupplierModifier and TypeClassDescriptionclassAbstract implementation of the TopiaPersistenceContext.Fields in org.nuiton.topia.persistence.internal declared as TopiaDaoSupplierMethods in org.nuiton.topia.persistence.internal with parameters of type TopiaDaoSupplierModifier 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 TopiaDaoSupplier in org.nuiton.topia.persistence.internal.support
Methods in org.nuiton.topia.persistence.internal.support with parameters of type TopiaDaoSupplierModifier and TypeMethodDescriptionstatic voidTopiaHibernateEventListener.attachContext(Object entity, TopiaDaoSupplier daoSupplier, TopiaFiresSupport firesSupport) Method to enrich an entity if possible with the daoSupplier or firesSupport instances