Package org.javalite.activejdbc
package org.javalite.activejdbc
ActiveJDBC - the agile Java ORM.
-
ClassDescriptionThis class provides a number of convenience methods for opening/closing database connections, running various types of queries, and executing SQL statements.CallbackAdapter<T extends Model>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.This class exists to offload some logic from
Model
class.Stores metadata for a Model: converters, etc.This class supports pagination of result sets in ActiveJDBC.Paginator.PaginatorBuilder<T extends Model>Provides a builder pattern to create new instances of paginator.This paginator is for paging through free-form queries unrelated to models.Use this class in cases where you need to process an entire result set.ScopeBuilder<T extends Model>SuperLazyList<T extends Model>The purpose of this class is to providetoMaps()
method in cases of eager loading of dependencies. -
Enum ClassDescriptionAll properties defined in framework.
-
ExceptionDescriptionGeneric exception wrapper for all things DB.This exception is for some severe unexplained things