|
Annotation Types Summary |
| Dao |
Indicates that a class is a DAO. |
| Delete |
Indicates that this method deletes entities. |
| Flush |
Indicates that this method can flush. |
| Insert |
Indicates that this method inserts entities. |
| Lookup |
Indicates that this method looks entities up. |
| LookupByQuery |
Indicates that the method can lookup entities by a query string. |
| Param |
Indicates the name of a parameter. |
| ReturnsNoEntity |
DAO Insert and Update annotated methods with this annotation
indicate that the method does not return an entity and that the returned
object shouldn't be used by the DAO framework as an entity result. |
| Update |
Indicates that this method updates entities. |