public class PropertyBinder
extends java.lang.Object
Type | Property and Description |
---|---|
Property |
make |
Constructor and Description |
---|
PropertyBinder() |
Modifier and Type | Method and Description |
---|---|
SimpleValueBinder |
getSimpleValueBinder() |
Value |
getValue() |
Property |
makeProperty() |
Property |
makePropertyAndBind() |
Property |
makePropertyValueAndBind() |
void |
setAccessType(AccessType accessType) |
void |
setBuildingContext(MetadataBuildingContext buildingContext) |
void |
setCascade(java.lang.String cascadeStrategy) |
void |
setColumns(Ejb3Column[] columns) |
void |
setDeclaringClass(org.hibernate.annotations.common.reflection.XClass declaringClass) |
void |
setEmbedded(boolean embedded) |
void |
setEntityBinder(EntityBinder entityBinder) |
void |
setHolder(PropertyHolder holder) |
void |
setId(boolean id) |
void |
setInheritanceStatePerClass(java.util.Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> inheritanceStatePerClass) |
void |
setInsertable(boolean insertable) |
void |
setLazy(boolean lazy) |
void |
setLazyGroup(java.lang.String lazyGroup) |
void |
setName(java.lang.String name) |
void |
setProperty(org.hibernate.annotations.common.reflection.XProperty property) |
void |
setReferencedEntityName(java.lang.String referencedEntityName) |
void |
setReturnedClass(org.hibernate.annotations.common.reflection.XClass returnedClass) |
void |
setReturnedClassName(java.lang.String returnedClassName) |
void |
setUpdatable(boolean updatable) |
void |
setValue(Value value) |
void |
setXToMany(boolean xToMany) |
public Property makeProperty
public void setReferencedEntityName(java.lang.String referencedEntityName)
public void setEmbedded(boolean embedded)
public void setEntityBinder(EntityBinder entityBinder)
public void setInsertable(boolean insertable)
public void setUpdatable(boolean updatable)
public void setName(java.lang.String name)
public void setReturnedClassName(java.lang.String returnedClassName)
public void setLazy(boolean lazy)
public void setLazyGroup(java.lang.String lazyGroup)
public void setAccessType(AccessType accessType)
public void setColumns(Ejb3Column[] columns)
public void setHolder(PropertyHolder holder)
public void setValue(Value value)
public void setCascade(java.lang.String cascadeStrategy)
public void setBuildingContext(MetadataBuildingContext buildingContext)
public void setDeclaringClass(org.hibernate.annotations.common.reflection.XClass declaringClass)
public Property makePropertyAndBind()
public Property makePropertyValueAndBind()
public void setXToMany(boolean xToMany)
public Property makeProperty()
public void setProperty(org.hibernate.annotations.common.reflection.XProperty property)
public void setReturnedClass(org.hibernate.annotations.common.reflection.XClass returnedClass)
public SimpleValueBinder getSimpleValueBinder()
public Value getValue()
public void setId(boolean id)
public void setInheritanceStatePerClass(java.util.Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> inheritanceStatePerClass)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.