| Annotation Type | Description |
|---|---|
| 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 | |
| Update |
Indicates that this method updates entities.
|
Copyright © 2020. All rights reserved.