Package | Description |
---|---|
org.hibernate.annotations.common.reflection | |
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.cfg.annotations | |
org.hibernate.envers.configuration.metadata.reader | |
org.hibernate.envers.tools |
Modifier and Type | Method and Description |
---|---|
List<XProperty> |
XClass.getDeclaredProperties(String accessType) |
List<XProperty> |
XClass.getDeclaredProperties(String accessType,
Filter filter) |
Modifier and Type | Method and Description |
---|---|
XProperty |
WrappedInferredData.getProperty() |
XProperty |
PropertyPreloadedData.getProperty() |
XProperty |
PropertyInferredData.getProperty() |
XProperty |
PropertyData.getProperty()
Return the Hibernate mapping property
|
Modifier and Type | Method and Description |
---|---|
static PropertyHolder |
PropertyHolderBuilder.buildPropertyHolder(Collection collection,
String path,
XClass clazzToProcess,
XProperty property,
PropertyHolder parentPropertyHolder,
Mappings mappings)
buid a property holder on top of a collection
|
protected static void |
AnnotationBinder.defineFetchingStrategy(ToOne toOne,
XProperty property) |
JoinTable |
PropertyHolder.getJoinTable(XProperty property)
return
- null if no join table is present,
- the join table if not overridden,
- the overridden join table otherwise
|
JoinTable |
AbstractPropertyHolder.getJoinTable(XProperty property)
Get column overriding, property first, then parent, then holder
replace the placeholder 'collection&&element' with nothing
These rules are here to support both JPA 2 and legacy overriding rules.
|
protected void |
AbstractPropertyHolder.setCurrentProperty(XProperty property)
property can be null
|
Constructor and Description |
---|
CollectionPropertyHolder(Collection collection,
String path,
XClass clazzToProcess,
XProperty property,
PropertyHolder parentPropertyHolder,
Mappings mappings) |
PropertyInferredData(XClass declaringClass,
XProperty property,
String propertyAccessor,
ReflectionManager reflectionManager)
Take the annoted element for lazy process
|
Modifier and Type | Method and Description |
---|---|
protected void |
CollectionBinder.bindManyToManySecondPass(Collection collValue,
Map persistentClasses,
Ejb3JoinColumn[] joinColumns,
Ejb3JoinColumn[] inverseJoinColumns,
Ejb3Column[] elementColumns,
boolean isEmbedded,
XClass collType,
boolean ignoreNotFound,
boolean unique,
boolean cascadeDeleteEnabled,
TableBinder associationTableBinder,
XProperty property,
PropertyHolder parentPropertyHolder,
String hqlOrderBy,
Mappings mappings) |
protected boolean |
IdBagBinder.bindStarToManySecondPass(Map persistentClasses,
XClass collType,
Ejb3JoinColumn[] fkJoinColumns,
Ejb3JoinColumn[] keyColumns,
Ejb3JoinColumn[] inverseColumns,
Ejb3Column[] elementColumns,
boolean isEmbedded,
XProperty property,
boolean unique,
TableBinder associationTableBinder,
boolean ignoreNotFound,
Mappings mappings) |
protected boolean |
CollectionBinder.bindStarToManySecondPass(Map persistentClasses,
XClass collType,
Ejb3JoinColumn[] fkJoinColumns,
Ejb3JoinColumn[] keyColumns,
Ejb3JoinColumn[] inverseColumns,
Ejb3Column[] elementColumns,
boolean isEmbedded,
XProperty property,
boolean unique,
TableBinder associationTableBinder,
boolean ignoreNotFound,
Mappings 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,
boolean isHibernateExtensionMapping,
Mappings mappings)
collection binder factory
|
SecondPass |
MapBinder.getSecondPass(Ejb3JoinColumn[] fkJoinColumns,
Ejb3JoinColumn[] keyColumns,
Ejb3JoinColumn[] inverseColumns,
Ejb3Column[] elementColumns,
Ejb3Column[] mapKeyColumns,
Ejb3JoinColumn[] mapKeyManyToManyColumns,
boolean isEmbedded,
XProperty property,
XClass collType,
boolean ignoreNotFound,
boolean unique,
TableBinder assocTableBinder,
Mappings mappings) |
SecondPass |
ListBinder.getSecondPass(Ejb3JoinColumn[] fkJoinColumns,
Ejb3JoinColumn[] keyColumns,
Ejb3JoinColumn[] inverseColumns,
Ejb3Column[] elementColumns,
Ejb3Column[] mapKeyColumns,
Ejb3JoinColumn[] mapKeyManyToManyColumns,
boolean isEmbedded,
XProperty property,
XClass collType,
boolean ignoreNotFound,
boolean unique,
TableBinder assocTableBinder,
Mappings mappings) |
SecondPass |
CollectionBinder.getSecondPass(Ejb3JoinColumn[] fkJoinColumns,
Ejb3JoinColumn[] keyColumns,
Ejb3JoinColumn[] inverseColumns,
Ejb3Column[] elementColumns,
Ejb3Column[] mapKeyColumns,
Ejb3JoinColumn[] mapKeyManyToManyColumns,
boolean isEmbedded,
XProperty property,
XClass collType,
boolean ignoreNotFound,
boolean unique,
TableBinder assocTableBinder,
Mappings mappings) |
void |
PropertyBinder.setProperty(XProperty property) |
void |
CollectionBinder.setProperty(XProperty property) |
void |
SimpleValueBinder.setType(XProperty property,
XClass returnedClass) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ComponentAuditedPropertiesReader.checkAudited(XProperty property,
PropertyAuditingData propertyData,
Audited allClassAudited) |
protected boolean |
AuditedPropertiesReader.checkAudited(XProperty property,
PropertyAuditingData propertyData,
Audited allClassAudited) |
Modifier and Type | Method and Description |
---|---|
static XProperty |
Tools.getProperty(XClass clazz,
String propertyName) |
static XProperty |
Tools.getProperty(XClass clazz,
String propertyName,
String accessType) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.