| Annotation Type | Description |
|---|---|
| Dao |
Marks an interface or an abstract class as to generate the implementation code.
|
| Entity |
Indicates that an annotated class is an entity.
|
| MappingConstructor |
Indicates which constructor should be used to map the result or the stored procedure.
|
| ResultSet |
Indicates that the annotated class represents multiple result sets from one stored procedure call.
|
| ReturnNull |
Indicates that the annotated method should return null instead of throwing a
ObjectDoesNotExist exception. |
| RowMapper |
Indicates which row mapper should be used to map the result or the stored procedure.
|
| StoredProcedure |
Defines the name of the stored procedure which should be called.
|
Copyright © 2015. All rights reserved.