Interface PropertyWrapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCascade()StringgetName()PersistentClassWrappergetPersistentClass()StringgetPropertyAccessorName()TypeWrappergetType()ValueWrappergetValue()booleanisBackRef()booleanisComposite()booleanisInsertable()booleanisLazy()booleanisNaturalIdentifier()booleanisOptimisticLocked()booleanisOptional()booleanisSelectable()booleanisUpdateable()voidsetCascade(String s)voidsetName(String name)voidsetPersistentClass(PersistentClassWrapper pc)voidsetPropertyAccessorName(String s)voidsetValue(ValueWrapper value)-
Methods inherited from interface org.hibernate.tool.orm.jbt.api.wrp.Wrapper
getWrappedObject
-
-
-
-
Method Detail
-
getValue
ValueWrapper getValue()
-
setName
void setName(String name)
-
setPersistentClass
void setPersistentClass(PersistentClassWrapper pc)
-
getPersistentClass
PersistentClassWrapper getPersistentClass()
-
isComposite
boolean isComposite()
-
getPropertyAccessorName
String getPropertyAccessorName()
-
getName
String getName()
-
getType
TypeWrapper getType()
-
setValue
void setValue(ValueWrapper value)
-
setPropertyAccessorName
void setPropertyAccessorName(String s)
-
setCascade
void setCascade(String s)
-
isBackRef
boolean isBackRef()
-
isSelectable
boolean isSelectable()
-
isInsertable
boolean isInsertable()
-
isUpdateable
boolean isUpdateable()
-
getCascade
String getCascade()
-
isLazy
boolean isLazy()
-
isOptional
boolean isOptional()
-
isNaturalIdentifier
boolean isNaturalIdentifier()
-
isOptimisticLocked
boolean isOptimisticLocked()
-
-