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 |
EntitySourceImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentAttributeSource |
interface |
CompositePluralAttributeElementSource |
interface |
EntitySource
Contract describing source of an entity
|
interface |
RootEntitySource
Contract for the entity that is the root of an inheritance hierarchy.
|
interface |
SubclassEntitySource |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntitySourceImpl |
class |
ComponentAttributeSourceImpl |
class |
CompositePluralAttributeElementSourceImpl |
class |
RootEntitySourceImpl |
class |
SubclassEntitySourceImpl |
Modifier and Type | Method and Description |
---|---|
protected AttributeSourceContainer |
AbstractPluralAttributeSourceImpl.container() |
Constructor and Description |
---|
AbstractPluralAttributeSourceImpl(PluralAttributeElement pluralAttributeElement,
AttributeSourceContainer container) |
BagAttributeSourceImpl(JaxbBagElement bagElement,
AttributeSourceContainer container) |
ComponentAttributeSourceImpl(JaxbComponentElement componentElement,
AttributeSourceContainer parentContainer,
LocalBindingContext bindingContext) |
PluralAttributeKeySourceImpl(JaxbKeyElement keyElement,
AttributeSourceContainer container) |
SetAttributeSourceImpl(JaxbSetElement setElement,
AttributeSourceContainer container) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.