| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.cfg.PropertyHolderBuilder
public final class PropertyHolderBuilder
This factory is here ot build a PropertyHolder and prevent .mapping interface adding
| Method Summary | |
|---|---|
| static PropertyHolder | buildPropertyHolder(Collection collection,
                    String path,
                    org.hibernate.annotations.common.reflection.XClass clazzToProcess,
                    org.hibernate.annotations.common.reflection.XProperty property,
                    PropertyHolder parentPropertyHolder,
                    Mappings mappings)buid a property holder on top of a collection | 
| static PropertyHolder | buildPropertyHolder(Component component,
                    String path,
                    PropertyData inferredData,
                    PropertyHolder parent,
                    Mappings mappings)build a component property holder | 
| static PropertyHolder | buildPropertyHolder(PersistentClass persistentClass,
                    Map<String,Join> joins,
                    Mappings mappings,
                    Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> inheritanceStatePerClass)must only be used on second level phases ( | 
| static PropertyHolder | buildPropertyHolder(org.hibernate.annotations.common.reflection.XClass clazzToProcess,
                    PersistentClass persistentClass,
                    EntityBinder entityBinder,
                    Mappings mappings,
                    Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> inheritanceStatePerClass) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static PropertyHolder buildPropertyHolder(org.hibernate.annotations.common.reflection.XClass clazzToProcess,
                                                 PersistentClass persistentClass,
                                                 EntityBinder entityBinder,
                                                 Mappings mappings,
                                                 Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> inheritanceStatePerClass)
public static PropertyHolder buildPropertyHolder(Component component,
                                                 String path,
                                                 PropertyData inferredData,
                                                 PropertyHolder parent,
                                                 Mappings mappings)
component - component to wrappath - component pathmappings - 
public static PropertyHolder buildPropertyHolder(Collection collection,
                                                 String path,
                                                 org.hibernate.annotations.common.reflection.XClass clazzToProcess,
                                                 org.hibernate.annotations.common.reflection.XProperty property,
                                                 PropertyHolder parentPropertyHolder,
                                                 Mappings mappings)
public static PropertyHolder buildPropertyHolder(PersistentClass persistentClass,
                                                 Map<String,Join> joins,
                                                 Mappings mappings,
                                                 Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> inheritanceStatePerClass)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||