Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.mapping.SimpleValue
org.hibernate.mapping.ToOne
Field Summary | |
protected String | |
protected boolean |
Method Summary | |
Object |
|
abstract void | |
FetchMode | |
String | |
String | |
abstract Type |
|
boolean | |
boolean |
|
boolean | |
boolean | |
boolean | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
protected String referencedPropertyName
protected boolean unwrapProxy
public abstract void createForeignKey() throws MappingException
- Specified by:
- createForeignKey in interface Value
- Overrides:
- createForeignKey in interface SimpleValue
public FetchMode getFetchMode()
- Specified by:
- getFetchMode in interface Fetchable
- getFetchMode in interface Value
- Overrides:
- getFetchMode in interface SimpleValue
public String getReferencedEntityName()
public String getReferencedPropertyName()
public abstract Type getType() throws MappingException
- Overrides:
- getType in interface SimpleValue
public boolean isEmbedded()
public boolean isUnwrapProxy()
public boolean isValid(Mapping mapping) throws MappingException
- Overrides:
- isValid in interface SimpleValue
public void setEmbedded(boolean embedded)
public void setFetchMode(FetchMode fetchMode)
- Specified by:
- setFetchMode in interface Fetchable
public void setReferencedEntityName(String referencedEntityName)
public void setReferencedPropertyName(String name)
public void setTypeUsingReflection(String className, String propertyName) throws MappingException
- Specified by:
- setTypeUsingReflection in interface Value
- Overrides:
- setTypeUsingReflection in interface SimpleValue
public void setUnwrapProxy(boolean unwrapProxy)