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.
Annotation for Identifier.
The type of the @id annotation.
Generic Mapper Exception.
updates with stale data will throw this exception when model property is
annotated with @Version.
CRUD methods and configuration for SimpleJdbcMapper.
Some utility methods.
Annotation to map an object to a database 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.