See: Description
Class | Description |
---|---|
ExplicitTypeAnnotationReader |
Reads
ExplicitType annotations from classes. |
ImplicitTypeAnnotationReader |
Reads
ImplicitType annotations from classes. |
OrderByAnnotationReader |
Reads
OrderBy annotations from a class. |
WhereAnnotationReader |
Reads
Where annotations from a class. |
Annotation Type | Description |
---|---|
Column |
Defines column attributes for a row class variable.
|
EnumType |
Defines how to map Enum to/from a table column.
|
ExplicitType |
Associates a type with a
TypeTranslator . |
ExplicitTypes |
List of
ExplicitType . |
ImplicitType |
Defines a
TypeTranslator for a row field or row field class. |
OrderBy |
Defines columns to be used in a order phrase.
|
OrderByField |
Defines a field within a
OrderBy annotation. |
OrderBys |
Defines two or more
OrderBy annotations. |
Row |
Defines class attributes for a row class.
|
Transient |
Defines a field that is in a row class but not used in any database operations.
|
UnusedColumn |
Define column that requires values for insert or update but is not used by row object.
|
UnusedColumns |
Defines two or more
UnusedColumn annotations. |
Where |
Defines columns to be used in a where condition for a row class.
|
WhereField |
Defines a field within a
Where annotation. |
Wheres |
Defines two or more
Where annotations. |