| Interface | Description |
|---|---|
| IDB |
provides all functionality of an 'object oriented' data base abstraction layer.
|
| IDBPool |
Obtaining an instance of type IDB can be tricky ... e.g. in case
performance aspects like multiplexing data bases or tables should be used
for performance reasons.
|
| IDBQuery<TEntity extends IEntity> |
Queries can be used to search for data base entities which match to a set of
specified criteria.
|
| IDBSchema |
Can be used to create needed DB structures.
|
| IDBServer |
Can be used for setup/tear down of the DB server.
|
| IEntity |
Handle all kinds of DB entities.
|
| IPersistenceUnit |
knows all informations regarding a persistence unit.
|
| IPersistenceUnitRegistryModule |
Used for registration of persistence unit modules in a very ease way.
|
| Class | Description |
|---|---|
| BetweenQueryRange |
Define a range for queries dealing with a 'between' operation.
|
| DBConstDefinitions |
Some useful definitions for DB related configurations.
|
| Enum | Description |
|---|---|
| EQueryPartBinding |
Specify how several QueryPart objects must be bound together within the
same query (string).
|
| EQueryPartOperation |
Define the operation bound to an IDBQueryPart.
|
| PersistentId.EStrategy |
Defines a set of strategies how Id's must be implemented/handled
automatic by the underlying DB layer.
|
| Annotation Type | Description |
|---|---|
| PersistentAttribute |
Such annotation mark any class field as a persistent DB attribute.
|
| PersistentEntity |
Mark a class as persistent DB entity class.
|
| PersistentId |
Such annotation mark any field as "primary key".
|
Copyright © 2016 as-development.net. All rights reserved.