Uses of Class
org.nuiton.topia.persistence.internal.support.TopiaFiresSupport
Packages that use TopiaFiresSupport
Package
Description
This package contains most of the needed contracts when using ToPIA.
-
Uses of TopiaFiresSupport in org.nuiton.topia.persistence
Methods in org.nuiton.topia.persistence that return TopiaFiresSupportModifier and TypeMethodDescriptionTopiaPersistenceContext.getTopiaFiresSupport()Get the currently configuredTopiaFiresSupport. -
Uses of TopiaFiresSupport in org.nuiton.topia.persistence.internal
Fields in org.nuiton.topia.persistence.internal declared as TopiaFiresSupportModifier and TypeFieldDescriptionprotected final TopiaFiresSupportAbstractTopiaPersistenceContextConstructorParameter.applicationFiresSupportprotected static final TopiaFiresSupportAbstractTopiaEntity.DEFAULT_INSTANCEDefault instance used as fallback by the entities if they are out of a ToPIA runtime scope.protected TopiaFiresSupportAbstractTopiaPersistenceContext.firesSupportObject that handles each event propagation.protected TopiaFiresSupportAbstractTopiaApplicationContext.topiaFiresSupportprotected TopiaFiresSupportAbstractTopiaDao.topiaFiresSupportFields in org.nuiton.topia.persistence.internal with type parameters of type TopiaFiresSupportModifier and TypeFieldDescriptionprotected WeakReference<TopiaFiresSupport>AbstractTopiaEntity.firesSupportA potential instance that may be injected by the Dao or retrieved in a contextable entity.Methods in org.nuiton.topia.persistence.internal that return TopiaFiresSupportModifier and TypeMethodDescriptionAbstractTopiaPersistenceContextConstructorParameter.getApplicationFiresSupport()protected TopiaFiresSupportAbstractTopiaEntity.getFiresSupport()protected TopiaFiresSupportAbstractTopiaEntity.getFiresSupportOrNull()protected TopiaFiresSupportAbstractTopiaApplicationContext.getTopiaFiresSupport()AbstractTopiaDao.getTopiaFiresSupport()AbstractTopiaPersistenceContext.getTopiaFiresSupport()Methods in org.nuiton.topia.persistence.internal with parameters of type TopiaFiresSupportModifier 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.voidAbstractTopiaEntity.setFiresSupport(TopiaFiresSupport firesSupport) Constructors in org.nuiton.topia.persistence.internal with parameters of type TopiaFiresSupportModifierConstructorDescriptionAbstractTopiaPersistenceContextConstructorParameter(HibernateProvider hibernateProvider, TopiaFiresSupport applicationFiresSupport, TopiaIdFactory topiaIdFactory, TopiaHibernateSessionRegistry sessionRegistry, Optional<Duration> slowQueriesThreshold) -
Uses of TopiaFiresSupport in org.nuiton.topia.persistence.internal.support
Fields in org.nuiton.topia.persistence.internal.support declared as TopiaFiresSupportModifier and TypeFieldDescriptionprotected TopiaFiresSupportHibernateTopiaJpaSupport.firesSupportObject that handles each event propagation.protected TopiaFiresSupportTopiaFiresSupport.parentEach TopiaFiresSupport may have a parent on which events will be propagated.Methods in org.nuiton.topia.persistence.internal.support with parameters of type TopiaFiresSupportModifier and TypeMethodDescriptionstatic voidTopiaHibernateEventListener.attachContext(Object entity, TopiaDaoSupplier daoSupplier, TopiaFiresSupport firesSupport) Method to enrich an entity if possible with the daoSupplier or firesSupport instancesConstructors in org.nuiton.topia.persistence.internal.support with parameters of type TopiaFiresSupportModifierConstructorDescriptionHibernateTopiaJpaSupport(TopiaHibernateSupport hibernateSupport, TopiaFiresSupport firesSupport, Optional<Duration> slowQueriesThreshold) TopiaFiresSupport(TopiaFiresSupport parent) Constructor to be used by theTopiaPersistenceContext. -
Uses of TopiaFiresSupport in org.nuiton.topia.persistence.util
Fields in org.nuiton.topia.persistence.util declared as TopiaFiresSupportModifier and TypeFieldDescriptionprotected TopiaFiresSupportTopiaH2Util.firesSupportDeprecated.Constructors in org.nuiton.topia.persistence.util with parameters of type TopiaFiresSupportModifierConstructorDescriptionTopiaH2Util(TopiaSqlSupport context, TopiaFiresSupport firesSupport) Deprecated.