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 IRecordOperatorResolver is implemented and configured with JdbcTemplateMapper the value will be set to value returned by implementation when the record is created.
When record is created the property will be set to LocalDateTime.now().
Annotation for Identifier.
The type of the @id annotation.
The execute interface.
The fluent style interface for QueryCount.
interface with the next methods in the chain.
interface with the next methods in the chain.
interface with the next methods in the chain.
interface with the next methods in the chain.
The execute interface.
The fluent style interface for Query.
interface with the next methods in the chain.
interface with the next methods in the chain.
interface with the next methods in the chain.
interface with the next methods in the chain.
interface with the next methods in the chain.
The execute interface.
The fluent style interface for QueryMerge.
interface with the next methods in the chain.
interface with the next methods in the chain.
interface with the next methods in the chain.
interface with the next methods in the chain.
interface with the next methods in the chain.
interface with the next methods in the chain.
interface with the next methods in the chain.
interface with the next methods in the chain.
interface with the next methods in the chain.
interface with the next methods in the chain.
interface with the next methods in the chain.
interface with the next methods in the chain.
interface with the next methods in the chain.
interface with the next methods in the chain.
interface with the next methods in the chain.
An implementation of this interface should return the value used to populate properties annotated with @CreatedBy and @UpdatedBy.
CRUD methods and configuration for JdbcTemplateMapper.
Generic Mapper Exception.
updates with stale data will throw this exception when model property is annotated with @Version.
Fluent style queries for relationships hasOne, hasMany, hasMany through (many to many).
Gets the count of the records for a query.
Query Exception.
QueryMerge allows query results to be merged with results of another query.
Allows population of the model from a ResultSet and generating the select columns string for the model.
Annotation to map an object to a database table.
If IRecordOperatorResolver is implemented and configured with JdbcTemplateMapper the value will be set to value returned by implementation when the record is updated.
On updates the property will be set to LocalDateTime.now().
This annotation is used for optimistic locking.