Package org.brijframework.model.resource
Interface RelationPropertyModelResource<E>
-
- All Superinterfaces:
org.brijframework.GenericResource<E>,org.brijframework.lifecycle.Initializer,ModelResource<E>,PropertyModelResource<E>
- All Known Implementing Classes:
AbstractRelationPropertyModelResource,RelationPropertyModelResourceImpl
public interface RelationPropertyModelResource<E> extends PropertyModelResource<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMappedBy()-
Methods inherited from interface org.brijframework.model.ModelResource
getAccess
-
Methods inherited from interface org.brijframework.model.resource.PropertyModelResource
getModel, getType, isRequired
-
-
-
-
Method Detail
-
getMappedBy
String getMappedBy()
-
-