All Classes and Interfaces

Class
Description
Annotation Exception.
Properties that need be persisted to the database will need this annotation unless the property is already annotated with one of the other annotations.
If a Supplier is configured with SimpleJdbcMapper, the property annotated will be set to the value supplied when the record is created.
If a Supplier is configured with SimpleJdbcMapper, the property annotated will be set to the value supplied when the record is created.
A row mapper for mapped objects.
Get list by type interface.
Annotation for Identifier.
The type of the @id annotation.
Generic Mapper Exception.
Used in multi-entity processing.
updates with stale data will throw this exception when model property is annotated with @Version.
Deprecated, for removal: This API element is subject to removal in a future version.
The populate specification.
The relationship definition.
The relationship fluent api interface.
The populate interface.
The relationship type interface.
The toMany interface.
The toOne interface.
Deprecated, for removal: This API element is subject to removal in a future version.
The relationship.
This holds the results from a multi-entity query.
Deprecated, for removal: This API element is subject to removal in a future version.
A relationship specification.
CRUD methods and configuration for SimpleJdbcMapper.
Deprecated, for removal: This API element is subject to removal in a future version.
Use RelationshipMapper instead.
This is used to generate the "ORDER BY" clause for the queries.
Annotation to map an object to a database/view table.
Deprecated, for removal: This API element is subject to removal in a future version.
Specification for the ToMany relationship
Deprecated, for removal: This API element is subject to removal in a future version.
Specification for the ToOne relationship
If a Supplier is configured with SimpleJdbcMapper, the annotated property value will be set to the value supplied when the record is updated.
If a Supplier is configured with SimpleJdbcMapper, the annotated property value will be set to the value supplied when the record is updated.
This annotation is used for optimistic locking.