Uses of Interface
org.gcube.smartgears.persistence.PersistenceWriter
-
Packages that use PersistenceWriter Package Description org.gcube.smartgears.configuration org.gcube.smartgears.context.application org.gcube.smartgears.context.container org.gcube.smartgears.persistence -
-
Uses of PersistenceWriter in org.gcube.smartgears.configuration
Methods in org.gcube.smartgears.configuration that return types with arguments of type PersistenceWriter Modifier and Type Method Description Class<? extends PersistenceWriter>PersistenceConfiguration. getImplementationClass()Constructor parameters in org.gcube.smartgears.configuration with type arguments of type PersistenceWriter Constructor Description PersistenceConfiguration(Class<? extends PersistenceWriter> implementationClass, T writerConfiguration) -
Uses of PersistenceWriter in org.gcube.smartgears.context.application
Methods in org.gcube.smartgears.context.application that return PersistenceWriter Modifier and Type Method Description PersistenceWriterApplicationContext. persistence()Returns the persistence manager of the application.PersistenceWriterDefaultApplicationContext. persistence() -
Uses of PersistenceWriter in org.gcube.smartgears.context.container
Methods in org.gcube.smartgears.context.container that return PersistenceWriter Modifier and Type Method Description PersistenceWriterContainerContext. persistenceWriter()Returns the persistence manager of the container.PersistenceWriterDefaultContainerContext. persistenceWriter() -
Uses of PersistenceWriter in org.gcube.smartgears.persistence
Classes in org.gcube.smartgears.persistence that implement PersistenceWriter Modifier and Type Class Description classLocalWriter
-