|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.cfg.PropertyInferredData
public class PropertyInferredData
Retrieve all inferred data from an annnoted element
Constructor Summary | |
---|---|
PropertyInferredData(org.hibernate.annotations.common.reflection.XProperty property,
String propertyAccessor,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager)
Take the annoted element for lazy process |
Method Summary | |
---|---|
org.hibernate.annotations.common.reflection.XClass |
getClassOrElement()
Returns the returned class itself or the element type if an array |
String |
getClassOrElementName()
Returns the returned class name itself or the element type if an array |
String |
getDefaultAccess()
|
org.hibernate.annotations.common.reflection.XProperty |
getProperty()
|
org.hibernate.annotations.common.reflection.XClass |
getPropertyClass()
Return the class itself |
String |
getPropertyName()
|
String |
getTypeName()
Returns the returned class name itself |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyInferredData(org.hibernate.annotations.common.reflection.XProperty property, String propertyAccessor, org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager)
Method Detail |
---|
public String getDefaultAccess() throws org.hibernate.MappingException
getDefaultAccess
in interface PropertyData
org.hibernate.MappingException
- No getter or field found or wrong JavaBean spec usagepublic String getPropertyName() throws org.hibernate.MappingException
getPropertyName
in interface PropertyData
org.hibernate.MappingException
- No getter or field found or wrong JavaBean spec usagepublic org.hibernate.annotations.common.reflection.XClass getPropertyClass() throws org.hibernate.MappingException
PropertyData
getPropertyClass
in interface PropertyData
org.hibernate.MappingException
public org.hibernate.annotations.common.reflection.XClass getClassOrElement() throws org.hibernate.MappingException
PropertyData
getClassOrElement
in interface PropertyData
org.hibernate.MappingException
public String getClassOrElementName() throws org.hibernate.MappingException
PropertyData
getClassOrElementName
in interface PropertyData
org.hibernate.MappingException
public String getTypeName() throws org.hibernate.MappingException
PropertyData
getTypeName
in interface PropertyData
org.hibernate.MappingException
public org.hibernate.annotations.common.reflection.XProperty getProperty()
getProperty
in interface PropertyData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |