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.
The relationship definition.
The relationship fluent api interface.
The populate interface.
The relationship type interface.
The toMany interface.
The toOne interface.
This holds the results from a multi-entity query.
CRUD methods and configuration for SimpleJdbcMapper.
This is used to generate the "ORDER BY" clause for the queries.
Annotation to map an object to a database/view table.
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.