| Interface | Description |
|---|---|
| Column | |
| JoinableTable |
| Class | Description |
|---|---|
| AbstractColumn |
Abstract base implementation for columns
|
| AbstractDataSource |
Abstract class for implementing pluggable data source
|
| AbstractGenerator |
Abstract base implementation of Sequence and Table generators.
|
| AbstractTable |
Abstract implementation for Entity, Secondary and Join tables.
|
| BasicColumn |
BasicColumn to persist basic attributes of the entity.
|
| BoneCPDataSource |
DataSource for use with LazyConnection Provider etc.
|
| CollectionTable |
The table for element collection attributes.
|
| ConnectionProxy |
Proxy class to proxy connections.
|
| DataSourceProxy |
Proxy class to proxy datasources.
|
| DiscriminatorColumn |
Column implementation for discriminator columns.
|
| ElementColumn |
Columns for list type attributes.
|
| EntityTable |
Table representing an entity persistent storage.
|
| ForeignKey |
Foreign key definition.
|
| Joinable |
The data representing a single join.
|
| JoinColumn |
Mapping of two
BasicColumns. |
| JoinTable | |
| MapKeyColumn |
Columns for map key type attributes.
|
| OperationTookLongTimeWarning |
A dummy class to print stack trace.
|
| OrderColumn |
Columns for list type attributes.
|
| PreparedStatementProxy | |
| SecondaryTable |
Table representing an secondary table for entity persistent storage.
|
| TypeFactory | |
| ValueConverter |
Converts Basic Java values to Jdbc friendly values
handling Temporal types, Enums and Date types |
| Enum | Description |
|---|---|
| DateTimeFunctionType |
The types for the numberic functions.
|
| DDLMode |
The valid modes for DDL
|
| IdType |
The type of the id attributes
|
| NumericFunctionType |
The types for the numberic functions.
|
| PreparedStatementProxy.SqlLoggingType |
The configuration type indicating how sql printing should be.
|
| VersionType |
Possible types for the version attributes.
|
| Exception | Description |
|---|---|
| OptimisticLockFailedException |
The exception thrown when the optimistic lock fails.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.