Interface ModelRelationDiffination
-
- All Superinterfaces:
org.brijframework.GenericResource<AccessibleObject>,org.brijframework.lifecycle.Initializer,ModelDiffination<AccessibleObject>,ModelPropertyDiffination
- All Known Implementing Classes:
AbstractModelRelationDiffination,ModelRelationDiffinationImpl
public interface ModelRelationDiffination extends ModelPropertyDiffination
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMappedBy()Class<?>getTargetClass()ModelTypeDeffinationgetTargetClassMetaInfo()-
Methods inherited from interface org.brijframework.model.ModelDiffination
getAccess
-
Methods inherited from interface org.brijframework.model.diffination.ModelPropertyDiffination
getGetterModifiers, getOwner, getSetterModifiers, getTargetAsField, getTargetAsMethod, getType, getValue, isField, isGetter, isSetter, setValue
-
-
-
-
Method Detail
-
getMappedBy
String getMappedBy()
-
getTargetClass
Class<?> getTargetClass()
-
getTargetClassMetaInfo
ModelTypeDeffination getTargetClassMetaInfo()
-
-