Package | Description |
---|---|
org.hibernate.metamodel.source.annotations.entity | |
org.hibernate.metamodel.source.binder | |
org.hibernate.metamodel.source.hbm |
Modifier and Type | Class and Description |
---|---|
class |
EntityBindingContext
Annotation version of a local binding context.
|
Modifier and Type | Method and Description |
---|---|
LocalBindingContext |
ComponentAttributeSourceImpl.getLocalBindingContext() |
LocalBindingContext |
EntitySourceImpl.getLocalBindingContext() |
Modifier and Type | Method and Description |
---|---|
LocalBindingContext |
EntitySource.getLocalBindingContext()
Obtain the binding context local to this entity source.
|
LocalBindingContext |
AttributeSourceContainer.getLocalBindingContext()
Obtain the local binding context associated with this container.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HbmBindingContext
Defines features specific to the
hbm.xml variety of a BindingContext |
Modifier and Type | Method and Description |
---|---|
protected LocalBindingContext |
AbstractPluralAttributeSourceImpl.bindingContext() |
LocalBindingContext |
AbstractEntitySourceImpl.getLocalBindingContext() |
LocalBindingContext |
ComponentAttributeSourceImpl.getLocalBindingContext() |
LocalBindingContext |
CompositePluralAttributeElementSourceImpl.getLocalBindingContext() |
Modifier and Type | Method and Description |
---|---|
static List<RelationalValueSource> |
Helper.buildValueSources(Helper.ValueSourcesAdapter valueSourcesAdapter,
LocalBindingContext bindingContext) |
static Schema.Name |
Helper.determineDatabaseSchemaName(String explicitSchemaName,
String explicitCatalogName,
LocalBindingContext bindingContext) |
static Iterable<CascadeStyle> |
Helper.interpretCascadeStyles(String cascades,
LocalBindingContext bindingContext) |
Constructor and Description |
---|
BasicPluralAttributeElementSourceImpl(JaxbElementElement elementElement,
LocalBindingContext bindingContext) |
ComponentAttributeSourceImpl(JaxbComponentElement componentElement,
AttributeSourceContainer parentContainer,
LocalBindingContext bindingContext) |
CompositePluralAttributeElementSourceImpl(JaxbCompositeElementElement compositeElement,
LocalBindingContext bindingContext) |
ManyToManyPluralAttributeElementSourceImpl(JaxbManyToManyElement manyToManyElement,
LocalBindingContext bindingContext) |
OneToManyPluralAttributeElementSourceImpl(JaxbOneToManyElement oneToManyElement,
LocalBindingContext bindingContext) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.