Interface TypeWrapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectfromStringValue(String stringValue)StringgetAssociatedEntityName()StringgetName()Class<?>getPrimitiveClass()StringgetReturnedClassName()StringgetRole()booleanisAnyType()booleanisArrayType()booleanisCollectionType()booleanisComponentType()booleanisEntityType()booleanisInstanceOfPrimitiveType()booleanisIntegerType()booleanisOneToOne()StringtoString(Object object)-
Methods inherited from interface org.hibernate.tool.orm.jbt.api.wrp.Wrapper
getWrappedObject
-
-
-
-
Method Detail
-
getName
String getName()
-
isEntityType
boolean isEntityType()
-
isOneToOne
boolean isOneToOne()
-
isAnyType
boolean isAnyType()
-
isComponentType
boolean isComponentType()
-
isCollectionType
boolean isCollectionType()
-
getAssociatedEntityName
String getAssociatedEntityName()
-
isIntegerType
boolean isIntegerType()
-
isArrayType
boolean isArrayType()
-
isInstanceOfPrimitiveType
boolean isInstanceOfPrimitiveType()
-
getPrimitiveClass
Class<?> getPrimitiveClass()
-
getRole
String getRole()
-
getReturnedClassName
String getReturnedClassName()
-
-