public class OneToManyPolymorphicAssociation extends Association
Modifier and Type | Field and Description |
---|---|
static String |
TYPE |
CLASS, SOURCE, TARGET
Constructor and Description |
---|
OneToManyPolymorphicAssociation(Class<? extends Model> source,
Class<? extends Model> target,
String typeLabel) |
OneToManyPolymorphicAssociation(Map<String,Object> map) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getTypeLabel() |
Map<String,Object> |
toMap() |
String |
toString() |
getSourceClass, getTargetClass, hashCode
public static final String TYPE
public OneToManyPolymorphicAssociation(Map<String,Object> map) throws ClassNotFoundException
ClassNotFoundException
Copyright © 2019 JavaLite. All rights reserved.