Package | Description |
---|---|
org.hibernate.boot.model.source.internal.hbm | |
org.hibernate.boot.spi | |
org.hibernate.envers.boot.internal |
Modifier and Type | Method and Description |
---|---|
protected MappingDocument |
AbstractHbmSourceNode.sourceMappingDocument() |
Modifier and Type | Method and Description |
---|---|
void |
RelationalObjectBinder.bindColumn(MappingDocument sourceDocument,
ColumnSource columnSource,
SimpleValue simpleValue,
boolean areColumnsNullableByDefault,
RelationalObjectBinder.ColumnNamingDelegate columnNamingDelegate) |
void |
RelationalObjectBinder.bindColumnOrFormula(MappingDocument sourceDocument,
RelationalValueSource relationalValueSource,
SimpleValue simpleValue,
boolean areColumnsNullableByDefault,
RelationalObjectBinder.ColumnNamingDelegate columnNamingDelegate) |
void |
RelationalObjectBinder.bindColumns(MappingDocument sourceDocument,
List<ColumnSource> columnSources,
SimpleValue simpleValue,
boolean areColumnsNullableByDefault,
RelationalObjectBinder.ColumnNamingDelegate columnNamingDelegate) |
void |
RelationalObjectBinder.bindColumnsAndFormulas(MappingDocument sourceDocument,
List<RelationalValueSource> relationalValueSources,
SimpleValue simpleValue,
boolean areColumnsNullableByDefault,
RelationalObjectBinder.ColumnNamingDelegate columnNamingDelegate) |
void |
RelationalObjectBinder.bindFormulas(MappingDocument sourceDocument,
List<DerivedValueSource> formulaSources,
OneToOne oneToOneBinding) |
void |
ModelBinder.bindListOrArrayIndex(MappingDocument mappingDocument,
IndexedPluralAttributeSource attributeSource,
List collectionBinding) |
void |
ModelBinder.bindOneToOne(MappingDocument sourceDocument,
SingularAttributeSourceOneToOne oneToOneSource,
OneToOne oneToOneBinding) |
static ColumnSource |
RelationalValueSourceHelper.buildColumnSource(MappingDocument mappingDocument,
String containingTableName,
RelationalValueSourceHelper.ColumnsAndFormulasSource columnsAndFormulasSource)
Given a
RelationalValueSourceHelper.ColumnsAndFormulasSource , build a single RelationalValueSource
which is required to be a column. |
static List<ColumnSource> |
RelationalValueSourceHelper.buildColumnSources(MappingDocument mappingDocument,
String containingTableName,
RelationalValueSourceHelper.ColumnsAndFormulasSource columnsAndFormulasSource)
Given a
RelationalValueSourceHelper.ColumnsAndFormulasSource , build the corresponding list of
ColumnSource . |
static RelationalValueSource |
RelationalValueSourceHelper.buildValueSource(MappingDocument mappingDocument,
String containingTableName,
RelationalValueSourceHelper.ColumnsAndFormulasSource columnsAndFormulasSource)
Given a
RelationalValueSourceHelper.ColumnsAndFormulasSource , build a single RelationalValueSource . |
static List<RelationalValueSource> |
RelationalValueSourceHelper.buildValueSources(MappingDocument mappingDocument,
String containingTableName,
RelationalValueSourceHelper.ColumnsAndFormulasSource columnsAndFormulasSource)
Given a
RelationalValueSourceHelper.ColumnsAndFormulasSource , build the corresponding list of
RelationalValueSource |
static TableSpecificationSource |
Helper.createTableSource(MappingDocument mappingDocument,
org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer entityElement,
Helper.InLineViewNameInferrer inLineViewNameInferrer) |
static TableSpecificationSource |
Helper.createTableSource(MappingDocument mappingDocument,
org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer tableInformationContainer,
Helper.InLineViewNameInferrer inLineViewNameInferrer,
String rowId,
String comment,
String checkConstraint) |
static org.hibernate.boot.model.source.internal.hbm.EntityNamingSourceImpl |
AbstractEntitySourceImpl.extractEntityNamingSource(MappingDocument sourceMappingDocument,
org.hibernate.boot.jaxb.hbm.spi.EntityInfo jaxbEntityMapping) |
void |
EntityHierarchyBuilder.indexMappingDocument(MappingDocument mappingDocument)
Called for each mapping document.
|
static void |
AttributesHelper.processAnyAttribute(MappingDocument mappingDocument,
AttributesHelper.Callback callback,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType anyAttributeJaxbMapping,
String logicalTableName,
NaturalIdMutability naturalIdMutability) |
static void |
AttributesHelper.processArrayAttribute(MappingDocument mappingDocument,
AttributesHelper.Callback callback,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType arrayAttributeJaxbMapping) |
static void |
AttributesHelper.processAttributes(MappingDocument mappingDocument,
AttributesHelper.Callback callback,
List attributeMappings,
String logicalTableName,
NaturalIdMutability naturalIdMutability) |
static void |
AttributesHelper.processBagAttribute(MappingDocument mappingDocument,
AttributesHelper.Callback callback,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType bagAttributeJaxbMapping) |
static void |
AttributesHelper.processBasicAttribute(MappingDocument mappingDocument,
AttributesHelper.Callback callback,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType basicAttributeJaxbMapping,
String logicalTableName,
NaturalIdMutability naturalIdMutability) |
static void |
AttributesHelper.processCompositeKeySubAttributes(MappingDocument mappingDocument,
AttributesHelper.Callback callback,
List<?> jaxbAttributeMappings) |
static void |
AttributesHelper.processDynamicComponentAttribute(MappingDocument mappingDocument,
AttributesHelper.Callback callback,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType dynamicComponentJaxbMapping,
String logicalTableName,
NaturalIdMutability naturalIdMutability) |
static void |
AttributesHelper.processEmbeddedAttribute(MappingDocument mappingDocument,
AttributesHelper.Callback callback,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType embeddedAttributeJaxbMapping,
String logicalTableName,
NaturalIdMutability naturalIdMutability) |
static void |
AttributesHelper.processIdBagAttribute(MappingDocument mappingDocument,
AttributesHelper.Callback callback,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType idBagAttributeJaxbMapping) |
static void |
AttributesHelper.processListAttribute(MappingDocument mappingDocument,
AttributesHelper.Callback callback,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType listAttributeJaxbMapping) |
static void |
AttributesHelper.processManyToOneAttribute(MappingDocument mappingDocument,
AttributesHelper.Callback callback,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType manyToOneAttributeJaxbMapping,
String logicalTableName,
NaturalIdMutability naturalIdMutability) |
static void |
AttributesHelper.processMapAttribute(MappingDocument mappingDocument,
AttributesHelper.Callback callback,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType mapAttributesJaxbMapping) |
static void |
AttributesHelper.processOneToOneAttribute(MappingDocument mappingDocument,
AttributesHelper.Callback callback,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType oneToOneAttributeJaxbMapping,
String logicalTableName,
NaturalIdMutability naturalIdMutability) |
static void |
AttributesHelper.processPrimitiveArrayAttribute(MappingDocument mappingDocument,
AttributesHelper.Callback callback,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType primitiveArrayAttributeJaxbMapping) |
static void |
AttributesHelper.processSetAttribute(MappingDocument mappingDocument,
AttributesHelper.Callback callback,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType setAttributeJaxbMapping) |
Constructor and Description |
---|
AbstractEntitySourceImpl(MappingDocument sourceMappingDocument,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition jaxbEntityMapping) |
AbstractHbmSourceNode(MappingDocument sourceMappingDocument) |
AbstractPluralAssociationElementSourceImpl(MappingDocument mappingDocument,
PluralAttributeSource pluralAttributeSource) |
AbstractPluralAttributeSourceImpl(MappingDocument mappingDocument,
org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo pluralAttributeJaxbMapping,
AttributeSourceContainer container) |
AbstractSingularAttributeSourceEmbeddedImpl(MappingDocument sourceMappingDocument,
AttributeSourceContainer container,
EmbeddedAttributeMapping embeddedAttributeMapping,
List nestedAttributeMappings,
boolean isDynamic,
NaturalIdMutability naturalIdMutability,
String logicalTableName) |
AbstractSingularAttributeSourceEmbeddedImpl(MappingDocument sourceMappingDocument,
EmbeddedAttributeMapping jaxbEmbeddedAttributeMapping,
EmbeddableSource embeddableSource,
NaturalIdMutability naturalIdMutability) |
CompositeIdentifierSingularAttributeSourceBasicImpl(MappingDocument mappingDocument,
AttributeSourceContainer container,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType keyPropertyElement) |
CompositeIdentifierSingularAttributeSourceManyToOneImpl(MappingDocument mappingDocument,
AttributeSourceContainer container,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType keyManyToOneElement) |
EmbeddableSourceImpl(MappingDocument mappingDocument,
EmbeddableSourceContainer container,
EmbeddableMapping jaxbEmbeddableMapping,
List attributeMappings,
boolean isDynamic,
boolean isUnique,
String logicalTableName,
NaturalIdMutability naturalIdMutability) |
EmbeddableSourceVirtualImpl(MappingDocument mappingDocument,
AttributesHelper.Callback containingCallback,
EmbeddableSourceContainer container,
List attributeJaxbMappings,
String logicalTableName,
NaturalIdMutability naturalIdMutability,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType jaxbPropertiesGroup) |
FilterSourceImpl(MappingDocument mappingDocument,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType filterElement) |
InLineViewSourceImpl(MappingDocument mappingDocument,
String schemaName,
String catalogName,
String selectStatement,
String logicalName) |
JoinedSubclassEntitySourceImpl(MappingDocument sourceMappingDocument,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType jaxbJoinedSubclassMapping,
EntitySource container) |
PluralAttributeElementSourceBasicImpl(MappingDocument sourceMappingDocument,
PluralAttributeSource pluralAttributeSource,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType jaxbElement) |
PluralAttributeElementSourceEmbeddedImpl(MappingDocument mappingDocument,
AbstractPluralAttributeSourceImpl pluralAttributeSource,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType jaxbCompositeElement) |
PluralAttributeElementSourceManyToAnyImpl(MappingDocument mappingDocument,
AbstractPluralAttributeSourceImpl pluralAttributeSource,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType jaxbManyToAnyMapping,
String cascade) |
PluralAttributeElementSourceManyToManyImpl(MappingDocument mappingDocument,
PluralAttributeSource pluralAttributeSource,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType jaxbManyToManyElement) |
PluralAttributeElementSourceOneToManyImpl(MappingDocument mappingDocument,
PluralAttributeSource pluralAttributeSource,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType jaxbOneToManyElement,
String cascadeString) |
PluralAttributeKeySourceImpl(MappingDocument mappingDocument,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType jaxbKey,
AttributeSourceContainer container) |
PluralAttributeMapKeyManyToAnySourceImpl(MappingDocument mappingDocument,
PluralAttributeSourceMapImpl pluralAttributeSource,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType jaxbMapKeyManyToAnyMapping) |
PluralAttributeMapKeyManyToManySourceImpl(MappingDocument mappingDocument,
PluralAttributeSourceMapImpl pluralAttributeSourceMap,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType jaxbIndexManyToManyMapping) |
PluralAttributeMapKeyManyToManySourceImpl(MappingDocument mappingDocument,
PluralAttributeSourceMapImpl pluralAttributeSourceMap,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType jaxbMapKeyManyToManyMapping) |
PluralAttributeMapKeySourceBasicImpl(MappingDocument sourceMappingDocument,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType jaxbIndex) |
PluralAttributeMapKeySourceBasicImpl(MappingDocument sourceMappingDocument,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType jaxbMapKey) |
PluralAttributeMapKeySourceEmbeddedImpl(MappingDocument mappingDocument,
AbstractPluralAttributeSourceImpl pluralAttributeSource,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType jaxbCompositeIndexElement) |
PluralAttributeMapKeySourceEmbeddedImpl(MappingDocument mappingDocument,
AbstractPluralAttributeSourceImpl pluralAttributeSource,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType jaxbCompositeMapKey) |
PluralAttributeSequentialIndexSourceImpl(MappingDocument sourceMappingDocument,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType jaxbIndex) |
PluralAttributeSequentialIndexSourceImpl(MappingDocument sourceMappingDocument,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType jaxbListIndex) |
PluralAttributeSourceArrayImpl(MappingDocument sourceMappingDocument,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType jaxbArrayMapping,
AttributeSourceContainer container) |
PluralAttributeSourceBagImpl(MappingDocument sourceMappingDocument,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType jaxbBagMapping,
AttributeSourceContainer container) |
PluralAttributeSourceIdBagImpl(MappingDocument mappingDocument,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType idBagMapping,
AttributeSourceContainer container) |
PluralAttributeSourceListImpl(MappingDocument sourceMappingDocument,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType jaxbListMapping,
AttributeSourceContainer container) |
PluralAttributeSourceMapImpl(MappingDocument sourceMappingDocument,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType jaxbMap,
AttributeSourceContainer container) |
PluralAttributeSourcePrimitiveArrayImpl(MappingDocument sourceMappingDocument,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType jaxbArrayMapping,
AttributeSourceContainer container) |
PluralAttributeSourceSetImpl(MappingDocument sourceMappingDocument,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType jaxbSet,
AttributeSourceContainer container) |
RootEntitySourceImpl(MappingDocument sourceMappingDocument,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType entityElement) |
SingularAttributeSourceAnyImpl(MappingDocument sourceMappingDocument,
AttributeSourceContainer container,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType jaxbAnyMapping,
String logicalTableName,
NaturalIdMutability naturalIdMutability) |
SubclassEntitySourceImpl(MappingDocument sourceMappingDocument,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition entityElement,
EntitySource container) |
Modifier and Type | Method and Description |
---|---|
Collection<MappingDocument> |
AdditionalJaxbMappingProducer.produceAdditionalMappings(MetadataImplementor metadata,
org.jboss.jandex.IndexView jandexIndex,
org.hibernate.boot.jaxb.internal.MappingBinder mappingBinder,
MetadataBuildingContext buildingContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Collection<MappingDocument> |
AdditionalJaxbMappingProducerImpl.produceAdditionalMappings(MetadataImplementor metadata,
org.jboss.jandex.IndexView jandexIndex,
org.hibernate.boot.jaxb.internal.MappingBinder mappingBinder,
MetadataBuildingContext buildingContext) |
Copyright © 2016. All rights reserved.