| Class | Description |
|---|---|
| AttributeListMetaInfo |
map attributes by using her Api name to a struct which describe
those attribute more in detail.
|
| AttributeMetaInfo |
TODO document me
|
| Column |
TODO document me
|
| DB |
Base for all implementations of the interface IDB.
|
| DBPool | |
| DBQuery<TEntity extends IEntity> |
An implementation for the interface IDBQuery.
|
| DBQueryTemplate<TEntity extends IEntity> |
Because IDBQuery (implemented as class DBQuery) can't be used within multi-threaded
environments if it contains both (meta structure and real values) we split
those functionality into two pieces:
- the template part which contains all meta and static parts of a query
- the value part referring the template and adding real query values only
Where the template can be cached and used multi-threaded the value part
must not be cached.
|
| DynamicArrayList<E> |
Extends the original ArrayList implementation in a way so it resize the
array automatic on calling indexed set/get methods.
|
| EntityClassParserAnnotations |
TODO document me
|
| EntityClassParserSimple |
TODO document me
|
| EntityHelper |
TODO document me
|
| EntityMetaInfo |
TODO document me
|
| EntityMetaInfoProvider |
TODO document me
|
| IdStrategy |
Provide several functions around DB identities.
|
| NextToken |
Handle all around paging and next token (if such token can be implemented
using offset and page size values).
|
| OrmXml |
TODO document me
|
| PersistenceUnit |
knows all informations regarding a persistence unit.
|
| PersistenceUnitConst |
Use such constant keys to retrieve properties from a PersistenceUnit.
|
| PersistenceXml |
provides read access to persistence.xml which must be part of any
package dealing with JPA.
|
| PersistentEntity |
TODO document me
|
| PersistentStateHandler | |
| QueryPart | |
| QueryPartValue | |
| Row |
TODO document me
|
Copyright © 2016 as-development.net. All rights reserved.