Package org.javalite.activejdbc.annotations


package org.javalite.activejdbc.annotations
Contains annotations for overriding default behaviour.
  • Annotation Interfaces Summary
    Annotation Interface
    Description
    Place on a child model of the One-to-many relationship if the tables do not follow the ActiveJDBC naming conventions.
     
     
     
     
     
     
    Place on a parent model of the One-to-many relationship if the tables do not follow the ActiveJDBC naming conventions.
     
     
     
    Use this annotation to override conventions in cases where they are impossible to follow.
    Specifies columns that must be used to form an UPDATE and DELETE statements in addition to a primary key.
     
    This annotation breaks a relationship that exists based on naming conventions.
    This annotation is used to override name of a version column for optimistic locking