Uses of Class
org.hibernate.cfg.annotations.EntityBinder

Packages that use EntityBinder
org.hibernate.cfg   
 

Uses of EntityBinder in org.hibernate.cfg
 

Methods in org.hibernate.cfg with parameters of type EntityBinder
static org.hibernate.mapping.Any BinderHelper.buildAnyValue(String anyMetaDefName, Ejb3JoinColumn[] columns, javax.persistence.Column metaColumn, PropertyData inferredData, boolean cascadeOnDelete, Nullability nullability, PropertyHolder propertyHolder, EntityBinder entityBinder, boolean optional, ExtendedMappings mappings)
           
static PropertyHolder PropertyHolderBuilder.buildPropertyHolder(org.hibernate.annotations.common.reflection.XClass clazzToProcess, org.hibernate.mapping.PersistentClass persistentClass, EntityBinder entityBinder, ExtendedMappings mappings)
           
static org.hibernate.mapping.Component AnnotationBinder.fillComponent(PropertyHolder propertyHolder, PropertyData inferredData, boolean propertyAnnotated, String propertyAccessor, boolean isNullable, EntityBinder entityBinder, boolean isComponentEmbedded, boolean isIdentifierMapper, boolean inSecondPass, ExtendedMappings mappings)
           
 

Constructors in org.hibernate.cfg with parameters of type EntityBinder
ClassPropertyHolder(org.hibernate.mapping.PersistentClass persistentClass, org.hibernate.annotations.common.reflection.XClass clazzToProcess, EntityBinder entityBinder, ExtendedMappings mappings)
           
SecondaryTableSecondPass(EntityBinder entityBinder, PropertyHolder propertyHolder, org.hibernate.annotations.common.reflection.XAnnotatedElement annotatedClass)