Package | Description |
---|---|
org.hibernate.boot.model.source.internal.hbm | |
org.hibernate.boot.model.source.spi |
Modifier and Type | Method and Description |
---|---|
NaturalIdMutability |
AbstractToOneAttributeSourceImpl.getNaturalIdMutability() |
NaturalIdMutability |
CompositeIdentifierSingularAttributeSourceBasicImpl.getNaturalIdMutability() |
NaturalIdMutability |
SingularAttributeSourceAnyImpl.getNaturalIdMutability() |
NaturalIdMutability |
AbstractSingularAttributeSourceEmbeddedImpl.getNaturalIdMutability() |
Modifier and Type | Method and Description |
---|---|
static void |
AttributesHelper.processAnyAttribute(MappingDocument mappingDocument,
AttributesHelper.Callback callback,
JaxbHbmAnyAssociationType anyAttributeJaxbMapping,
String logicalTableName,
NaturalIdMutability naturalIdMutability) |
static void |
AttributesHelper.processAttributes(MappingDocument mappingDocument,
AttributesHelper.Callback callback,
List attributeMappings,
String logicalTableName,
NaturalIdMutability naturalIdMutability) |
static void |
AttributesHelper.processBasicAttribute(MappingDocument mappingDocument,
AttributesHelper.Callback callback,
JaxbHbmBasicAttributeType basicAttributeJaxbMapping,
String logicalTableName,
NaturalIdMutability naturalIdMutability) |
static void |
AttributesHelper.processDynamicComponentAttribute(MappingDocument mappingDocument,
AttributesHelper.Callback callback,
JaxbHbmDynamicComponentType dynamicComponentJaxbMapping,
String logicalTableName,
NaturalIdMutability naturalIdMutability) |
static void |
AttributesHelper.processEmbeddedAttribute(MappingDocument mappingDocument,
AttributesHelper.Callback callback,
JaxbHbmCompositeAttributeType embeddedAttributeJaxbMapping,
String logicalTableName,
NaturalIdMutability naturalIdMutability) |
static void |
AttributesHelper.processManyToOneAttribute(MappingDocument mappingDocument,
AttributesHelper.Callback callback,
JaxbHbmManyToOneType manyToOneAttributeJaxbMapping,
String logicalTableName,
NaturalIdMutability naturalIdMutability) |
static void |
AttributesHelper.processOneToOneAttribute(MappingDocument mappingDocument,
AttributesHelper.Callback callback,
JaxbHbmOneToOneType oneToOneAttributeJaxbMapping,
String logicalTableName,
NaturalIdMutability naturalIdMutability) |
Constructor and Description |
---|
AbstractSingularAttributeSourceEmbeddedImpl(MappingDocument sourceMappingDocument,
AttributeSourceContainer container,
EmbeddedAttributeMapping embeddedAttributeMapping,
List nestedAttributeMappings,
boolean isDynamic,
NaturalIdMutability naturalIdMutability,
String logicalTableName) |
AbstractSingularAttributeSourceEmbeddedImpl(MappingDocument sourceMappingDocument,
EmbeddedAttributeMapping jaxbEmbeddedAttributeMapping,
EmbeddableSource embeddableSource,
NaturalIdMutability naturalIdMutability) |
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,
JaxbHbmPropertiesType jaxbPropertiesGroup) |
SingularAttributeSourceAnyImpl(MappingDocument sourceMappingDocument,
AttributeSourceContainer container,
JaxbHbmAnyAssociationType jaxbAnyMapping,
String logicalTableName,
NaturalIdMutability naturalIdMutability) |
Modifier and Type | Method and Description |
---|---|
NaturalIdMutability |
SingularAttributeSource.getNaturalIdMutability()
Retrieve the natural id mutability
|
static NaturalIdMutability |
NaturalIdMutability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NaturalIdMutability[] |
NaturalIdMutability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.