Interface | Description |
---|---|
IBasicDAO<DTO> |
A basic DAO for entities, which do not have a simple primary key.
|
IdGenerator |
A thread-safe generator for IDs of type
Long . |
IEntityConsumer<T> |
A callback, which receives objects during the traversal of
an SQL result set.
|
IIdDAO<DTO> |
A DAO interface for entities identified by IDs.
|
StatementPreparer |
Classes that have the capability to fill the placeholders of a prepared statement.
|
Class | Description |
---|---|
AbstractHiLoIdGenerator |
A Hi-Lo ID generator, which generates IDs in block with
a configurable bock size.
|
AbstrBasicDAO<T> |
A basic DAO support class for entities without a simple foreign key.
|
AbstrIdDAO<T> |
DAO framework class covering basic database-operations.
|
AppendListEntityConsumer<T> |
An entity consumer, which appends rthe received entites to a
list.
|
HibernateHiLoIdGenerator | |
HiLoIdGenerator |
Copyright © 2017 Clazzes.org. All rights reserved.