|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| DBSeqHiLoGenerator | Generates Long values with a HiLo strategy using a database sequence for the Hi values. |
| DBSequenceGenerator | Generates Long values from a database sequence. |
| DBSystem | RDBMS implementation of the StorageSystem interface. |
| EntityResultSetIterable | Iterates a ResultSet, returning Entities. |
| JdbcMetaTypeMapper | Maps JDBC types to benerator types. |
| LazyTableComplexTypeDescriptor | Lazily initialized ComplexTypeDescriptor that reads its components from a database table. |
| OfflineSequenceGenerator | Reads the current value of a sequence on first invocation, increases the value locally on subsequent calls and finally (on close()) updates the DB sequence with the local value. |
| QueryGenerator<E> | Generates values based on a database query. |
| QueryHiLoGenerator | * Creates Unique keys efficiently by connecting a database, retrieving a (unique) sequence value and building sub keys of it. |
| QueryIterable | Creates Iterators for stepping through query results. |
| QueryLongGenerator | Generates Long values based on a database query. |
| ResultSet2EntityConverter | Converts a SQL ResultSet to a Benerator Entity. |
| ResultSetEntityIterator | Iterates a ResultSet returning Entity objects. |
| SequenceTableGenerator<E extends Number> | Uses a database table to fetch and increment values like a database sequence. |
| SQLEntityExporter | Exports Entities to a SQL file. |
platform adapter for databases.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||