|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectMapping
| Method Summary | |
|---|---|
boolean |
canBeCollectionWrapped()
Returns true if this object mapping can be wrapped
with a Collection or an Array. |
String |
getAccessor()
Returns the accessor type for this mapping. |
String |
getDefinedInAlias()
Returns which alias (or if not present, the FQN of the class name) this object property is defined at. |
Getter |
getGetter()
Returns the getter of the property. |
String |
getPropertyName()
Returns the class property name of the object mapping. |
Setter |
getSetter()
Returns the setter of the proeprty. |
| Methods inherited from interface org.compass.core.mapping.osem.OsemMapping |
|---|
hasAccessors |
| Methods inherited from interface org.compass.core.mapping.Mapping |
|---|
controlsObjectNullability, copy, getConverter, getConverterName, getName, getPath |
| Method Detail |
|---|
String getAccessor()
PropertyAccessor
(this can be either the FQN of the class name or a regsitered type in the configuration, see
PropertyAccessorFactory.
String getPropertyName()
String getDefinedInAlias()
Getter getGetter()
Setter getSetter()
boolean canBeCollectionWrapped()
true if this object mapping can be wrapped
with a Collection or an Array.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||