org.hibernate.cfg.annotations
Class SimpleValueBinder
java.lang.Object
org.hibernate.cfg.annotations.SimpleValueBinder
public class SimpleValueBinder
- extends Object
- Author:
- Emmanuel Bernard
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleValueBinder
public SimpleValueBinder()
setPropertyName
public void setPropertyName(String propertyName)
setReturnedClassName
public void setReturnedClassName(String returnedClassName)
setTable
public void setTable(org.hibernate.mapping.Table table)
setColumns
public void setColumns(Ejb3Column[] columns)
setPersistentClassName
public void setPersistentClassName(String persistentClassName)
setType
public void setType(org.hibernate.annotations.common.reflection.XProperty property,
org.hibernate.annotations.common.reflection.XClass returnedClass)
setExplicitType
public void setExplicitType(String explicitType)
setExplicitType
public void setExplicitType(Type typeAnn)
setMappings
public void setMappings(ExtendedMappings mappings)
make
public org.hibernate.mapping.SimpleValue make()
fillSimpleValue
public org.hibernate.mapping.SimpleValue fillSimpleValue(org.hibernate.mapping.SimpleValue simpleValue)