See: Description
Interface | Description |
---|---|
SqlTypeMapper<RS,R> |
A
TypeMapper that specific to SQL. |
Class | Description |
---|---|
SqlDTOMapper<T,S,R> |
Subclass of
DTOMapper specifically for SQL. |
SqlResultEntityTypeMapper<RS,R> |
A
TypeMapper that can take a RuntimePersistentEntity and a ResultReader and materialize an instance using
using column naming conventions mapped by the entity. |