See: Description
Annotation Type | Description |
---|---|
BelongsTo |
Place on a child model of the One-to-many relationship if the tables do not follow
the ActiveJDBC naming conventions.
|
BelongsToParents | |
BelongsToPolymorphic | |
Cached | |
CompositePK | |
DbName | |
HasMany |
Place on a parent model of the One-to-many relationship if the tables do not follow
the ActiveJDBC naming conventions.
|
IdGenerator | |
IdName | |
Many2Manies | |
Many2Many |
Use this annotation to override conventions in cases where they are impossible to follow.
|
PartitionIDs |
Specifies columns that must be used to form an UPDATE and DELETE statements in addition to a primary key.
|
Table | |
UnrelatedTo |
This annotation breaks a relationship that exists based on naming conventions.
|
VersionColumn |
This annotation is used to override name of a version column for optimistic locking
|
Copyright © 2019 JavaLite. All rights reserved.