See: Description
Interface | Description |
---|---|
BeanIntrospectionMapper<D,R> |
A
TypeMapper that maps objects using a compile time computed BeanIntrospection . |
QueryStatement<PS,IDX> |
An abstract interface over prepared statements.
|
ResultConsumer<T,RS> |
A mapping function can be used as a method parameter to repository methods to allow custom mapping of results.
|
ResultConsumer.Context<RS> |
A context object that simplifies mapping results to objects.
|
ResultReader<RS,IDX> |
A result reader is a type that is capable of reading data from the given result set type.
|
TypeMapper<D,R> |
A context object to facilitate and ease mapping objects programmatically.
|
Class | Description |
---|---|
DTOMapper<T,S,R> |
A
BeanIntrospectionMapper that reads the result using the specified
PersistentEntity and ResultReader and using the BeanIntrospectionMapper.map(Object, Class) allows mapping a result to a introspected Data Transfer Object (DTO). |