public class

WrappedInferredData

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

Summary

Public Constructors
WrappedInferredData(PropertyData inferredData, String suffix)
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
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.hibernate.cfg.PropertyData

Public Constructors

public WrappedInferredData (PropertyData inferredData, String suffix)

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