Package alpine.persistence
This package contains functionality related to persistence including query managers and startup initializers.
-
Class Summary Class Description AbstractAlpineQueryManager Base persistence manager that implements AutoCloseable so that the PersistenceManager will be automatically closed when used in a try-with-resource block.AlpineQueryManager This QueryManager provides a concrete extension ofAbstractAlpineQueryManagerby providing methods that operate on the default Alpine models such as ManagedUser and Team.JdoProperties This class provides runtime constants for JDO properties.PaginatedResult PaginatedResult is a container class that provides a complete (or partial) Collection (List/Set) of results along with the total number of results for the query.PersistenceInitializer Initializes the embedded H2 database.PersistenceManagerFactory Initializes the JDO persistence manager on server startup.