Uses of Interface
org.hibernate.reflection.XProperty

Packages that use XProperty
org.hibernate.cfg   
org.hibernate.cfg.annotations   
org.hibernate.reflection   
 

Uses of XProperty in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return XProperty
 XProperty PropertyPreloadedData.getProperty()
           
 XProperty PropertyInferredData.getProperty()
           
 XProperty PropertyData.getProperty()
           
 

Methods in org.hibernate.cfg with parameters of type XProperty
static PropertyHolder PropertyHolderBuilder.buildPropertyHolder(org.hibernate.mapping.Collection collection, String path, XClass clazzToProcess, XProperty property)
          buid a property holder on top of a collection
protected  void AbstractPropertyHolder.setCurrentProperty(XProperty property)
          property can be null
 

Constructors in org.hibernate.cfg with parameters of type XProperty
CollectionPropertyHolder(org.hibernate.mapping.Collection collection, String path, XClass clazzToProcess, XProperty property)
           
PropertyInferredData(XProperty property, String propertyAccessor)
          Take the annoted element for lazy process
 

Uses of XProperty in org.hibernate.cfg.annotations
 

Methods in org.hibernate.cfg.annotations with parameters of type XProperty
protected static void CollectionBinder.bindManyToManySecondPass(org.hibernate.mapping.Collection collValue, Map persistentClasses, Ejb3JoinColumn[] joinColumns, Ejb3JoinColumn[] inverseJoinColumns, Ejb3Column[] elementColumns, boolean isEmbedded, String collType, org.hibernate.FetchMode fetchMode, boolean ignoreNotFound, boolean unique, boolean cascadeDeleteEnabled, TableBinder associationTableBinder, XProperty property, ExtendedMappings mappings)
           
protected  boolean CollectionBinder.bindStarToManySecondPass(Map persistentClasses, String collType, Ejb3JoinColumn[] fkJoinColumns, Ejb3JoinColumn[] keyColumns, Ejb3JoinColumn[] inverseColumns, Ejb3Column[] elementColumns, boolean isEmbedded, XProperty property, org.hibernate.FetchMode fetchMode, boolean unique, TableBinder associationTableBinder, boolean ignoreNotFound, ExtendedMappings mappings)
          return true if it's a Fk, false if it's an association table
 org.hibernate.cfg.SecondPass MapBinder.getSecondPass(Ejb3JoinColumn[] fkJoinColumns, Ejb3JoinColumn[] keyColumns, Ejb3JoinColumn[] inverseColumns, Ejb3Column[] elementColumns, boolean isEmbedded, XProperty property, String collType, org.hibernate.FetchMode fetchMode, boolean ignoreNotFound, boolean unique, TableBinder assocTableBinder, ExtendedMappings mappings)
           
 org.hibernate.cfg.SecondPass ListBinder.getSecondPass(Ejb3JoinColumn[] fkJoinColumns, Ejb3JoinColumn[] keyColumns, Ejb3JoinColumn[] inverseColumns, Ejb3Column[] elementColumns, boolean isEmbedded, XProperty property, String collType, org.hibernate.FetchMode fetchMode, boolean ignoreNotFound, boolean unique, TableBinder assocTableBinder, ExtendedMappings mappings)
           
 org.hibernate.cfg.SecondPass CollectionBinder.getSecondPass(Ejb3JoinColumn[] fkJoinColumns, Ejb3JoinColumn[] keyColumns, Ejb3JoinColumn[] inverseColumns, Ejb3Column[] elementColumns, boolean isEmbedded, XProperty property, String collType, org.hibernate.FetchMode fetchMode, boolean ignoreNotFound, boolean unique, TableBinder assocTableBinder, ExtendedMappings mappings)
           
 void PropertyBinder.setProperty(XProperty property)
           
 void CollectionBinder.setProperty(XProperty property)
           
 void SimpleValueBinder.setType(XProperty property, XClass returnedClass)
           
 

Uses of XProperty in org.hibernate.reflection
 

Methods in org.hibernate.reflection that return types with arguments of type XProperty
 List<XProperty> XClass.getDeclaredProperties(String accessType)
           
 List<XProperty> XClass.getDeclaredProperties(String accessType, Filter filter)