Uses of Package
alpine.persistence
-
Packages that use alpine.persistence Package Description alpine.persistence This package contains functionality related to persistence including query managers and startup initializers.alpine.upgrade This package contains an optional upgrade framework capable of performing database and other upgrades on startup.alpine.util This package contains a collection of various utilities. -
Classes in alpine.persistence used by alpine.persistence 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.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. -
Classes in alpine.persistence used by alpine.upgrade Class Description AlpineQueryManager This QueryManager provides a concrete extension ofAbstractAlpineQueryManagerby providing methods that operate on the default Alpine models such as ManagedUser and Team. -
Classes in alpine.persistence used by alpine.util 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.