| Class and Description |
|---|
| BooleanConverter
This
Converter translates true values to "T" and false
values to "F". |
| ChildrenDescriptor
Complete definition of how a child entity is related to its parent entity.
|
| Converter
This interface describes mechanisms for translating objects from one
type to another and back.
|
| Dao
A Dao is an interface that allows basic CRUD operations to be performed.
|
| DaoBuilder
A DaoBuilder provides mechanisms for describing the relationship between
a Java type and the table(s) that will persist the data held in the class.
|
| DaoDescriptor
Implementers of this interface completely describe all the information
necessary to persisting objects of type
T. |
| JoinColumn
Represents a column that links to a foreign key of some
other entity.
|
| ParentColumn
Represents a reference from a child entity to its parent.
|
| PopulateResult
Indication of the result, and work remaining, after an item has been populated.
|
| Prefixer
Utility for providing unique prefixes in a fixed pattern.
|
| PrimaryKey
Representation of a primary key of an entity.
|
| TypedColumn
Representation of a single column in the table that is used
for persisting instances of type
T. |
Copyright © 2018. All rights reserved.