Uses of Interface
org.hibernate.cfg.PropertyData

Packages that use PropertyData
org.hibernate.cfg   
org.hibernate.cfg.annotations   
 

Uses of PropertyData in org.hibernate.cfg
 

Classes in org.hibernate.cfg that implement PropertyData
 class PropertyInferredData
          Retrieve all inferred data from an annnoted element
 class PropertyPreloadedData
           
 

Methods in org.hibernate.cfg with parameters of type PropertyData
static Ejb3Column[] Ejb3Column.buildColumnFromAnnotation(javax.persistence.Column[] anns, Formula formulaAnn, Nullability nullability, PropertyHolder propertyHolder, PropertyData inferredData, Map<String,org.hibernate.mapping.Join> secondaryTables, ExtendedMappings mappings)
           
static IndexColumn IndexColumn.buildColumnFromAnnotation(IndexColumn ann, PropertyHolder propertyHolder, PropertyData inferredData, ExtendedMappings mappings)
           
static PropertyHolder PropertyHolderBuilder.buildPropertyHolder(org.hibernate.mapping.Component component, String path, PropertyData inferredData, PropertyHolder parent)
          build a component property holder
static void Ejb3JoinColumn.checkIfJoinColumn(Object columns, PropertyHolder holder, PropertyData property)
           
static org.hibernate.mapping.Component AnnotationBinder.fillComponent(PropertyHolder propertyHolder, PropertyData inferredData, boolean propertyAnnotated, String propertyAccessor, boolean isNullable, EntityBinder entityBinder, boolean isComponentEmbedded, boolean isIdentifierMapper, ExtendedMappings mappings)
           
 

Constructors in org.hibernate.cfg with parameters of type PropertyData
ComponentPropertyHolder(org.hibernate.mapping.Component component, String path, PropertyData inferredData, PropertyHolder parent)
           
 

Uses of PropertyData in org.hibernate.cfg.annotations
 

Methods in org.hibernate.cfg.annotations with parameters of type PropertyData
static CollectionBinder CollectionBinder.getCollectionBinder(String entityName, PropertyData inferredData, boolean isIndexed)
          collection binder factory