Modifier and Type | Method and Description |
---|---|
void |
accept(ResolverVisitor visitor)
|
String |
getAbstractSchemaName()
Returns
|
IManagedType |
getManagedType()
Returns the
IManagedType associated with the field handled by this Resolver . |
String |
toString() |
getMapping, getParent, getType, isNullAllowed, setNullAllowed
public void accept(ResolverVisitor visitor)
public String getAbstractSchemaName()
public IManagedType getManagedType()
IManagedType
associated with the field handled by this Resolver
.
If this Resolver
does not handle a field that has a IManagedType
, then
null
should be returned.
For example: "SELECT e FROM Employee e
", the Resolver
for
e would be returning the IManagedType
for Employee.
getManagedType
in class Resolver
IManagedType
, if it could be resolved; null
otherwiseEclipseLink 2.3.2, "build v20111125-r10461" API Reference