Uses of Interface
org.gcube.smartgears.persistence.Persistence
-
-
Uses of Persistence in org.gcube.smartgears.configuration.application
Methods in org.gcube.smartgears.configuration.application that return Persistence Modifier and Type Method Description PersistenceApplicationConfiguration. persistence()Returns the persistence manager of the application.PersistenceBridgedApplicationConfiguration. persistence()PersistenceDefaultApplicationConfiguration. persistence()Methods in org.gcube.smartgears.configuration.application with parameters of type Persistence Modifier and Type Method Description ApplicationConfigurationApplicationConfiguration. persistence(Persistence manager)Sets the persistence manager of the application.ApplicationConfigurationBridgedApplicationConfiguration. persistence(Persistence manager)ApplicationConfigurationDefaultApplicationConfiguration. persistence(Persistence manager) -
Uses of Persistence in org.gcube.smartgears.configuration.container
Methods in org.gcube.smartgears.configuration.container that return Persistence Modifier and Type Method Description PersistenceContainerConfiguration. persistence()Returns the persistence manager of the container.Methods in org.gcube.smartgears.configuration.container with parameters of type Persistence Modifier and Type Method Description ContainerConfigurationContainerConfiguration. persistence(Persistence manager)Sets the persistence manager of the container. -
Uses of Persistence in org.gcube.smartgears.context.application
Methods in org.gcube.smartgears.context.application that return Persistence Modifier and Type Method Description PersistenceApplicationContext. persistence()Returns the persistence manager of the application.PersistenceDefaultApplicationContext. persistence() -
Uses of Persistence in org.gcube.smartgears.context.container
Methods in org.gcube.smartgears.context.container that return Persistence Modifier and Type Method Description PersistenceContainerContext. persistence()Returns the persistence manager of the container.PersistenceDefaultContainerContext. persistence() -
Uses of Persistence in org.gcube.smartgears.persistence
Classes in org.gcube.smartgears.persistence that implement Persistence Modifier and Type Class Description classDefaultPersistence
-