public class

PropertyInferredData

extends Object
implements PropertyData
java.lang.Object
   ↳ org.hibernate.cfg.PropertyInferredData

Class Overview

Retrieve all inferred data from an annnoted element

Summary

Public Constructors
PropertyInferredData(XClass declaringClass, XProperty property, String propertyAccessor, ReflectionManager reflectionManager)
Take the annoted element for lazy process
Public Methods
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
XClass getDeclaringClass()
Return the Class the property is declared on If the property is declared on a @MappedSuperclass, this class will be different than the PersistentClass's class
AccessType getDefaultAccess()
XProperty getProperty()
Return the Hibernate mapping property
XClass getPropertyClass()
Return the class itself
String getPropertyName()
String getTypeName()
Returns the returned class name itself
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.hibernate.cfg.PropertyData

Public Constructors

public PropertyInferredData (XClass declaringClass, XProperty property, String propertyAccessor, ReflectionManager reflectionManager)

Take the annoted element for lazy process

Public Methods

public XClass getClassOrElement ()

Returns the returned class itself or the element type if an array

public String getClassOrElementName ()

Returns the returned class name itself or the element type if an array

public XClass getDeclaringClass ()

Return the Class the property is declared on If the property is declared on a @MappedSuperclass, this class will be different than the PersistentClass's class

public AccessType getDefaultAccess ()

public XProperty getProperty ()

Return the Hibernate mapping property

public XClass getPropertyClass ()

Return the class itself

public String getPropertyName ()

public String getTypeName ()

Returns the returned class name itself

public String toString ()