Uses of Interface
org.nuiton.topia.persistence.support.TopiaHibernateSupport
Packages that use TopiaHibernateSupport
Package
Description
-
Uses of TopiaHibernateSupport in org.nuiton.topia.persistence.internal
Classes in org.nuiton.topia.persistence.internal that implement TopiaHibernateSupportModifier and TypeClassDescriptionprotected classThis subclass of TopiaHibernateSupport is made to be used only internally within this persistence context.Fields in org.nuiton.topia.persistence.internal declared as TopiaHibernateSupportModifier and TypeFieldDescriptionprotected TopiaHibernateSupportAbstractTopiaDao.topiaHibernateSupportMethods in org.nuiton.topia.persistence.internal that return TopiaHibernateSupportMethods in org.nuiton.topia.persistence.internal with parameters of type TopiaHibernateSupportModifier 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 TopiaHibernateSupport in org.nuiton.topia.persistence.internal.support
Fields in org.nuiton.topia.persistence.internal.support declared as TopiaHibernateSupportModifier and TypeFieldDescriptionprotected TopiaHibernateSupportHibernateTopiaJpaSupport.hibernateSupportObject to get Hibernate's Session, Configuration, ...protected TopiaHibernateSupportHibernateTopiaSqlSupport.hibernateSupportprotected TopiaHibernateSupportHibernateTopiaReplicationSupport.topiaHibernateSupportMethods in org.nuiton.topia.persistence.internal.support that return TopiaHibernateSupportConstructors in org.nuiton.topia.persistence.internal.support with parameters of type TopiaHibernateSupportModifierConstructorDescriptionHibernateTopiaJpaSupport(TopiaHibernateSupport hibernateSupport, TopiaFiresSupport firesSupport, Optional<Duration> slowQueriesThreshold) HibernateTopiaReplicationSupport(TopiaHibernateSupport topiaHibernateSupport) HibernateTopiaSqlSupport(TopiaHibernateSupport hibernateSupport, Optional<Duration> slowQueriesThreshold) -
Uses of TopiaHibernateSupport in org.nuiton.topia.persistence.util
Methods in org.nuiton.topia.persistence.util with parameters of type TopiaHibernateSupportModifier and TypeMethodDescriptionstatic booleanTopiaUtil.isSchemaEmpty(TopiaHibernateSupport topiaHibernateSupport) Test if the db associated to the givenconfigurationcontains any of the dealed entities.static booleanTopiaUtil.isSchemaExist(TopiaHibernateSupport topiaHibernateSupport, String entityName) Test si une entité donnée correspondant a une configuration existe en base.Constructors in org.nuiton.topia.persistence.util with parameters of type TopiaHibernateSupportModifierConstructorDescriptionConnectionProviderSupplier(TopiaHibernateSupport topiaHibernateSupport)