Package org.javalite.activejdbc.annotations
Contains annotations for overriding default behaviour.
-
Annotation Types Summary 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 HasManies 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