Uses of Interface
org.gcube.smartgears.persistence.PersistenceWriter
Packages that use PersistenceWriter
Package
Description
-
Uses of PersistenceWriter in org.gcube.smartgears.configuration
Methods in org.gcube.smartgears.configuration that return types with arguments of type PersistenceWriterModifier and TypeMethodDescriptionClass<? extends PersistenceWriter>PersistenceConfiguration.getImplementationClass()Constructor parameters in org.gcube.smartgears.configuration with type arguments of type PersistenceWriterModifierConstructorDescriptionPersistenceConfiguration(Class<? extends PersistenceWriter> implementationClass, T writerConfiguration) -
Uses of PersistenceWriter in org.gcube.smartgears.context.application
Methods in org.gcube.smartgears.context.application that return PersistenceWriterModifier and TypeMethodDescriptionApplicationContext.persistence()Returns the persistence manager of the application.DefaultApplicationContext.persistence() -
Uses of PersistenceWriter in org.gcube.smartgears.context.container
Methods in org.gcube.smartgears.context.container that return PersistenceWriterModifier and TypeMethodDescriptionContainerContext.persistenceWriter()Returns the persistence manager of the container.DefaultContainerContext.persistenceWriter() -
Uses of PersistenceWriter in org.gcube.smartgears.persistence
Classes in org.gcube.smartgears.persistence that implement PersistenceWriter