Uses of Package
org.javalite.activejdbc
Packages that use org.javalite.activejdbc
Package
Description
ActiveJDBC - the agile Java ORM.
Contains classes describing various association types.
Classes for operations with caches.
Classes to manage database dialects, used internally.
JavaLite Async, see JavaLite Async.
-
Classes in org.javalite.activejdbc used by org.javalite.activejdbcClassDescriptionAll properties defined in framework.This class provides a number of convenience methods for opening/closing database connections, running various types of queries, and executing SQL statements.While this class is public, it is never instantiated directly.This class is a super class of all "models" and provides most functionality necessary for implementation of Active Record pattern.Stores metadata for a Model: converters, etc.This class supports pagination of result sets in ActiveJDBC.Provides a builder pattern to create new instances of paginator.This paginator is for paging through free-form queries unrelated to models.
-
Classes in org.javalite.activejdbc used by org.javalite.activejdbc.associationsClassDescriptionGeneric exception wrapper for all things DB.This class is a super class of all "models" and provides most functionality necessary for implementation of Active Record pattern.
-
Classes in org.javalite.activejdbc used by org.javalite.activejdbc.cache
-
Classes in org.javalite.activejdbc used by org.javalite.activejdbc.dialects
-
Classes in org.javalite.activejdbc used by org.javalite.asyncClassDescriptionThis class is a super class of all "models" and provides most functionality necessary for implementation of Active Record pattern.