| Interface | Description |
|---|---|
| Filter |
Filter interface used in Bridge.fill method.
|
| QueryEventHandler<T> |
Interface used to handle Query events.
|
| Class | Description |
|---|---|
| Bridge<A> |
Defines a data bridge that is responsible for object persistence to a
database.
|
| ConnectionManager |
Manages database URLs contained in the database.properties file.
|
| Connector | |
| Join | |
| LogicalFilter |
Defines a logical operation between a list of other filter objects.
|
| PropertyFilter |
Defines a comparison between a property and a value.
|
| Query<I> |
Instances of this class are used to define a query and it's parameters.
|
| QueryEvent<I> |
An event cast by a query object.
|
| QueryEventHandlerSet<T> |
A set used to contain and call QueryEventHandlers.
|
| SqlDescriptor | |
| UnclosableConnection | |
| Util |
Utility class.
|
| Enum | Description |
|---|---|
| Comparators |
Used to compare a property with a database column value in PropertyFilter
objects.
|
| JoinType | |
| Operators |
Defines relationship operators used between filters.
|
| Exception | Description |
|---|---|
| PrimaryKeyNotFoundException |
Thrown when no primary key is found for a class.
|
| UnexpectedException |
Copyright © 2013. All rights reserved.