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 WrappedInferredData.getProperty()
           
 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, PropertyHolder parentPropertyHolder, ExtendedMappings mappings)
          buid a property holder on top of a collection
protected static void AnnotationBinder.defineFetchingStrategy(org.hibernate.mapping.ToOne toOne, XProperty property)
           
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, PropertyHolder parentPropertyHolder, ExtendedMappings mappings)
           
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  void CollectionBinder.bindManyToManySecondPass(org.hibernate.mapping.Collection collValue, Map persistentClasses, Ejb3JoinColumn[] joinColumns, Ejb3JoinColumn[] inverseJoinColumns, Ejb3Column[] elementColumns, boolean isEmbedded, String collType, boolean ignoreNotFound, boolean unique, boolean cascadeDeleteEnabled, TableBinder associationTableBinder, XProperty property, PropertyHolder parentPropertyHolder, String hqlOrderBy, ExtendedMappings mappings)
           
protected  boolean IdBagBinder.bindStarToManySecondPass(Map persistentClasses, String collType, Ejb3JoinColumn[] fkJoinColumns, Ejb3JoinColumn[] keyColumns, Ejb3JoinColumn[] inverseColumns, Ejb3Column[] elementColumns, boolean isEmbedded, XProperty property, boolean unique, TableBinder associationTableBinder, boolean ignoreNotFound, ExtendedMappings mappings)
           
protected  boolean CollectionBinder.bindStarToManySecondPass(Map persistentClasses, String collType, Ejb3JoinColumn[] fkJoinColumns, Ejb3JoinColumn[] keyColumns, Ejb3JoinColumn[] inverseColumns, Ejb3Column[] elementColumns, boolean isEmbedded, XProperty property, boolean unique, TableBinder associationTableBinder, boolean ignoreNotFound, ExtendedMappings mappings)
          return true if it's a Fk, false if it's an association table
static CollectionBinder CollectionBinder.getCollectionBinder(String entityName, XProperty property, boolean isIndexed)
          collection binder factory
 org.hibernate.cfg.SecondPass MapBinder.getSecondPass(Ejb3JoinColumn[] fkJoinColumns, Ejb3JoinColumn[] keyColumns, Ejb3JoinColumn[] inverseColumns, Ejb3Column[] elementColumns, Ejb3Column[] mapKeyColumns, Ejb3JoinColumn[] mapKeyManyToManyColumns, boolean isEmbedded, XProperty property, String collType, boolean ignoreNotFound, boolean unique, TableBinder assocTableBinder, ExtendedMappings mappings)
           
 org.hibernate.cfg.SecondPass ListBinder.getSecondPass(Ejb3JoinColumn[] fkJoinColumns, Ejb3JoinColumn[] keyColumns, Ejb3JoinColumn[] inverseColumns, Ejb3Column[] elementColumns, Ejb3Column[] mapKeyColumns, Ejb3JoinColumn[] mapKeyManyToManyColumns, boolean isEmbedded, XProperty property, String collType, boolean ignoreNotFound, boolean unique, TableBinder assocTableBinder, ExtendedMappings mappings)
           
 org.hibernate.cfg.SecondPass CollectionBinder.getSecondPass(Ejb3JoinColumn[] fkJoinColumns, Ejb3JoinColumn[] keyColumns, Ejb3JoinColumn[] inverseColumns, Ejb3Column[] elementColumns, Ejb3Column[] mapKeyColumns, Ejb3JoinColumn[] mapKeyManyToManyColumns, boolean isEmbedded, XProperty property, String collType, 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)