Class OneToManyPolymorphicAssociation
- java.lang.Object
-
- org.javalite.activejdbc.associations.Association
-
- org.javalite.activejdbc.associations.OneToManyPolymorphicAssociation
-
- All Implemented Interfaces:
Serializable
public class OneToManyPolymorphicAssociation extends Association
- Author:
- Igor Polevoy
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OneToManyPolymorphicAssociation(Class<? extends Model> source, Class<? extends Model> target, String typeLabel)OneToManyPolymorphicAssociation(Map<String,Object> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetTypeLabel()Map<String,Object>toMap()StringtoString()-
Methods inherited from class org.javalite.activejdbc.associations.Association
getSourceClass, getTargetClass, hashCode
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OneToManyPolymorphicAssociation
public OneToManyPolymorphicAssociation(Map<String,Object> map) throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
-