Interface | Description |
---|---|
CallbackListener<T extends Model> | |
ConnectionSpec |
Tag interface.
|
Formatter | Deprecated
Use
Dialect to format query values. |
ModelListener<T extends Model> | |
RowListener |
Class | Description |
---|---|
AbstractLazyList<E> | |
Association |
Associations are synonymous with relationships.
|
Base |
This 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> | |
CaseInsensitiveMap<V> |
A case insensitive map for
java.lang.String keys. |
CaseInsensitiveSet |
A case insensitive set for
java.lang.String elements. |
ColumnMetadata | |
Configuration | |
ConnectionJdbcSpec | |
ConnectionJndiSpec | |
ConnectionsAccess | |
DB |
This class provides a number of convenience methods for opening/closing database connections, running various
types of queries, and executing SQL statements.
|
Errors |
Collection of error messages generated by validation process.
|
LazyList<T extends Model> |
While this class is public, it is never instantiated directly.
|
LogFilter | |
Messages |
This class is used to pull messages from a resource bundle called
activejdbc_messages . |
MetaModel | |
Model |
This class is a super class of all "models" and provides most functionality
necessary for implementation of Active Record pattern.
|
ModelDelegate | |
ModelFinder | |
Paginator<T extends Model> |
This class supports pagination of result sets in ActiveJDBC.
|
RowListenerAdapter |
Use this class in cases where you need to process an entire result set.
|
RowProcessor | |
SimpleFormatter | Deprecated
Use
Dialect to format query values |
SuperLazyList<T extends Model> |
The purpose of this class is to provide
toMaps() method in cases of eager loading of dependencies. |
Enum | Description |
---|---|
Registry |
Exception | Description |
---|---|
DBException |
Generic exception wrapper for all things DB.
|
FrozenException | |
InitException | |
InternalException |
This exception is for some severe unexplained things
|
StaleModelException |
Copyright © 2016 JavaLite. All rights reserved.