|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalBindingContext | |
---|---|
org.hibernate.metamodel.source.annotations.entity | |
org.hibernate.metamodel.source.binder | |
org.hibernate.metamodel.source.hbm |
Uses of LocalBindingContext in org.hibernate.metamodel.source.annotations.entity |
---|
Classes in org.hibernate.metamodel.source.annotations.entity that implement LocalBindingContext | |
---|---|
class |
EntityBindingContext
Annotation version of a local binding context. |
Methods in org.hibernate.metamodel.source.annotations.entity that return LocalBindingContext | |
---|---|
LocalBindingContext |
EntitySourceImpl.getLocalBindingContext()
|
LocalBindingContext |
ComponentAttributeSourceImpl.getLocalBindingContext()
|
Uses of LocalBindingContext in org.hibernate.metamodel.source.binder |
---|
Methods in org.hibernate.metamodel.source.binder that return LocalBindingContext | |
---|---|
LocalBindingContext |
AttributeSourceContainer.getLocalBindingContext()
Obtain the local binding context associated with this container. |
LocalBindingContext |
EntitySource.getLocalBindingContext()
Obtain the binding context local to this entity source. |
Uses of LocalBindingContext in org.hibernate.metamodel.source.hbm |
---|
Subinterfaces of LocalBindingContext in org.hibernate.metamodel.source.hbm | |
---|---|
interface |
HbmBindingContext
Defines features specific to the hbm.xml variety of a BindingContext |
Methods in org.hibernate.metamodel.source.hbm that return LocalBindingContext | |
---|---|
protected LocalBindingContext |
AbstractPluralAttributeSourceImpl.bindingContext()
|
LocalBindingContext |
AbstractEntitySourceImpl.getLocalBindingContext()
|
LocalBindingContext |
CompositePluralAttributeElementSourceImpl.getLocalBindingContext()
|
LocalBindingContext |
ComponentAttributeSourceImpl.getLocalBindingContext()
|
Methods in org.hibernate.metamodel.source.hbm with parameters of type LocalBindingContext | |
---|---|
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)
|
Constructors in org.hibernate.metamodel.source.hbm with parameters of type LocalBindingContext | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |