| Package | Description |
|---|---|
| org.javalite.activejdbc |
ActiveJDBC - the agile Java ORM.
|
| org.javalite.activejdbc.associations |
Contains classes describing various association types.
|
| org.javalite.activejdbc.cache |
Classes for operations with caches.
|
| org.javalite.activejdbc.dialects |
Classes to manage database dialects, used internally.
|
| org.javalite.activejdbc.models |
| Class and Description |
|---|
| AbstractLazyList |
| CallbackListener |
| ColumnMetadata |
| Configuration |
| Configuration.PropertyName
All properties defined in framework.
|
| DB
This class provides a number of convenience methods for opening/closing database connections, running various
types of queries, and executing SQL statements.
|
| DBProxy |
| LazyList
While this class is public, it is never instantiated directly.
|
| MetaModel |
| Model
This class is a super class of all "models" and provides most functionality
necessary for implementation of Active Record pattern.
|
| ModelListener |
| ModelRegistry
Stores metadata for a Model: converters, etc.
|
| Paginator
This class supports pagination of result sets in ActiveJDBC.
|
| Paginator.PaginatorBuilder
Provides a builder pattern to create new instances of paginator.
|
| RawPaginator
This paginator is for paging through free-form queries unrelated to models.
|
| Registry |
| RowListener |
| RowProcessor |
| RowProcessor.ResultSetConcur |
| RowProcessor.ResultSetType |
| ScopeBuilder |
| Class and Description |
|---|
| DBException
Generic exception wrapper for all things DB.
|
| Model
This class is a super class of all "models" and provides most functionality
necessary for implementation of Active Record pattern.
|
| Class and Description |
|---|
| MetaModel |
| Class and Description |
|---|
| MetaModel |
| Class and Description |
|---|
| Model
This class is a super class of all "models" and provides most functionality
necessary for implementation of Active Record pattern.
|
Copyright © 2021 JavaLite. All rights reserved.