net.sf.persist.annotations |
|
Java Source File Name | Type | Comment |
Column.java | Annotation | Defines column mapping for a given field. |
NoColumn.java | Annotation | Sets the related field to not be mapped to a column. |
NoTable.java | Annotation | Sets the related class to not be mapped to a table. |
Table.java | Annotation | Defines a table mapping for a given class. |