Class BelongsToAssociation
java.lang.Object
org.javalite.activejdbc.associations.Association
org.javalite.activejdbc.associations.BelongsToAssociation
- All Implemented Interfaces:
Serializable
This association indicates that a source table belongs to the target table.
It is used for one to many relationships.
- Author:
- Igor Polevoy
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.javalite.activejdbc.associations.Association
CLASS, SOURCE, TARGET
-
Constructor Summary
-
Method Summary
Methods inherited from class org.javalite.activejdbc.associations.Association
getSourceClass, getTargetClass, hashCode
-
Field Details
-
FK
- See Also:
- Constant Field Values
-
-
Constructor Details
-
BelongsToAssociation
- Throws:
ClassNotFoundException
-
BelongsToAssociation
-
-
Method Details