Uses of Interface
org.nuiton.topia.persistence.support.TopiaServiceSupport
Packages that use TopiaServiceSupport
Package
Description
This package contains most of the needed contracts when using ToPIA.
-
Uses of TopiaServiceSupport in org.nuiton.topia.persistence
Subinterfaces of TopiaServiceSupport in org.nuiton.topia.persistenceModifier and TypeInterfaceDescriptioninterfaceTopiaApplicationContext<K extends TopiaPersistenceContext>This is the main entry point for ToPIA. -
Uses of TopiaServiceSupport in org.nuiton.topia.persistence.internal
Classes in org.nuiton.topia.persistence.internal that implement TopiaServiceSupportModifier and TypeClassDescriptionclassThe application context is the main class in ToPIA usage.Fields in org.nuiton.topia.persistence.internal declared as TopiaServiceSupportModifier and TypeFieldDescriptionprotected TopiaServiceSupportAbstractTopiaApplicationContext.topiaServiceSupportprotected TopiaServiceSupportHibernateProvider.topiaServiceSupportConstructors in org.nuiton.topia.persistence.internal with parameters of type TopiaServiceSupportModifierConstructorDescriptionHibernateProvider(TopiaConfiguration topiaConfiguration, TopiaServiceSupport topiaServiceSupport, TopiaHibernateSessionRegistry sessionRegistry, Iterable<Class<?>> persistenceClasses) -
Uses of TopiaServiceSupport in org.nuiton.topia.persistence.internal.support
Classes in org.nuiton.topia.persistence.internal.support that implement TopiaServiceSupport