Uses of Interface
org.nuiton.topia.persistence.TopiaService
Packages that use TopiaService
Package
Description
This package contains most of the needed contracts when using ToPIA.
-
Uses of TopiaService in org.nuiton.topia.persistence
Subinterfaces of TopiaService in org.nuiton.topia.persistenceModifier and TypeInterfaceDescriptioninterfaceWhenTopiaApplicationContext.initSchema()is called, topia will look for a topia-service that is able to migrate the database.Classes in org.nuiton.topia.persistence that implement TopiaServiceFields in org.nuiton.topia.persistence with type parameters of type TopiaServiceModifier and TypeFieldDescriptionprotected Map<String,Class<? extends TopiaService>> BeanTopiaConfiguration.declaredServicesMethods in org.nuiton.topia.persistence that return types with arguments of type TopiaServiceModifier and TypeMethodDescriptionMap<String,Class<? extends TopiaService>> BeanTopiaConfiguration.getDeclaredServices()Map<String,Class<? extends TopiaService>> TopiaConfiguration.getDeclaredServices()Method parameters in org.nuiton.topia.persistence with type arguments of type TopiaServiceModifier and TypeMethodDescriptionvoidBeanTopiaConfiguration.addDeclaredService(String serviceName, Class<? extends TopiaService> serviceClassName) voidBeanTopiaConfiguration.addDeclaredService(String serviceName, Class<? extends TopiaService> serviceClassName, Map<String, String> serviceConfiguration) voidBeanTopiaConfiguration.setDeclaredServices(Map<String, Class<? extends TopiaService>> declaredServices) -
Uses of TopiaService in org.nuiton.topia.persistence.internal
Methods in org.nuiton.topia.persistence.internal with type parameters of type TopiaServiceModifier and TypeMethodDescription<T extends TopiaService>
Map<String,T> AbstractTopiaApplicationContext.getServices(Class<T> interfaceService) Methods in org.nuiton.topia.persistence.internal that return types with arguments of type TopiaService -
Uses of TopiaService in org.nuiton.topia.persistence.internal.support
Fields in org.nuiton.topia.persistence.internal.support with type parameters of type TopiaServiceModifier and TypeFieldDescriptionprotected com.google.common.collect.ImmutableMap<String,TopiaService> TopiaServiceSupportImpl.servicesMethods in org.nuiton.topia.persistence.internal.support with type parameters of type TopiaServiceModifier and TypeMethodDescription<T extends TopiaService>
Map<String,T> TopiaServiceSupportImpl.getServices(Class<T> interfaceService) Methods in org.nuiton.topia.persistence.internal.support that return types with arguments of type TopiaService -
Uses of TopiaService in org.nuiton.topia.persistence.support
Methods in org.nuiton.topia.persistence.support with type parameters of type TopiaServiceModifier and TypeMethodDescription<T extends TopiaService>
Map<String,T> TopiaServiceSupport.getServices(Class<T> interfaceService) Methods in org.nuiton.topia.persistence.support that return types with arguments of type TopiaService