Modifier and Type | Method and Description |
---|---|
void |
accept(ResolverVisitor visitor)
|
String |
getEntityTypeName()
Returns the entity type name used to downcast the path expression.
|
void |
setNullAllowed(boolean nullAllowed)
Sets whether the
Expression to be created, which wraps the attribute or query
key name allows the target of the 1:1 relationship to be null if there is no
corresponding relationship in the database. |
String |
toString() |
getManagedType, getMapping, getParent, getType, isNullAllowed
public void accept(ResolverVisitor visitor)
public String getEntityTypeName()
public void setNullAllowed(boolean nullAllowed)
Expression
to be created, which wraps the attribute or query
key name allows the target of the 1:1 relationship to be null
if there is no
corresponding relationship in the database.setNullAllowed
in class Resolver
nullAllowed
- true
to allow null
if the corresponding
relationship in the database does not exists; false
otherwiseEclipseLink 2.3.2, "build v20111125-r10461" API Reference