Z - the source typeX - the destination typeY - the attribute typepublic interface Mapping<Z,X,Y>
| Modifier and Type | Method and Description |
|---|---|
X |
get(Object instance)
Returns the mapping value of instance.
|
Member |
getJavaMember()
Returns the java member of the mapping.
|
Class<X> |
getJavaType()
Returns the javaType of the mapping.
|
AbstractLocator |
getLocator()
Returns the locator of the mapping.
|
String |
getName()
Returns the name of the AbstractMapping.
|
ParentMapping<?,Z> |
getParent()
Returns the parent of the mapping.
|
String |
getPath()
Returns the path of the mapping.
|
RootMapping<?> |
getRoot()
Returns the root of the mapping.
|
boolean |
isCollection()
Returns if the mapping is a collection mapping.
|
void |
set(Object instance,
Object value)
Sets the mapping value of instance.
|
X get(Object instance)
instance - the instance of which the value to be returnedMember getJavaMember()
Class<X> getJavaType()
AbstractLocator getLocator()
String getName()
ParentMapping<?,Z> getParent()
String getPath()
RootMapping<?> getRoot()
boolean isCollection()
true if the mapping is a collection mapping, false otherwiseCopyright © 2012-2013 Batoo. All Rights Reserved.