|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AttributeSource in org.hibernate.metamodel.source.annotations.attribute |
---|
Classes in org.hibernate.metamodel.source.annotations.attribute that implement AttributeSource | |
---|---|
class |
SingularAttributeSourceImpl
|
class |
ToOneAttributeSourceImpl
|
Uses of AttributeSource in org.hibernate.metamodel.source.annotations.entity |
---|
Methods in org.hibernate.metamodel.source.annotations.entity that return types with arguments of type AttributeSource | |
---|---|
Iterable<AttributeSource> |
EntitySourceImpl.attributeSources()
|
Iterable<AttributeSource> |
ComponentAttributeSourceImpl.attributeSources()
|
Uses of AttributeSource in org.hibernate.metamodel.source.binder |
---|
Subinterfaces of AttributeSource in org.hibernate.metamodel.source.binder | |
---|---|
interface |
AssociationAttributeSource
Contract describing sources for attributes which model associations. |
interface |
ComponentAttributeSource
|
interface |
PluralAttributeSource
|
interface |
SingularAttributeSource
Source-agnostic description of information needed to bind a singular attribute. |
interface |
ToOneAttributeSource
Further contract for sources of *-to-one style associations. |
Methods in org.hibernate.metamodel.source.binder that return types with arguments of type AttributeSource | |
---|---|
Iterable<AttributeSource> |
AttributeSourceContainer.attributeSources()
Obtain this container's attribute sources. |
Uses of AttributeSource in org.hibernate.metamodel.source.hbm |
---|
Classes in org.hibernate.metamodel.source.hbm that implement AttributeSource | |
---|---|
class |
AbstractPluralAttributeSourceImpl
|
class |
BagAttributeSourceImpl
|
class |
ComponentAttributeSourceImpl
|
class |
SetAttributeSourceImpl
|
Methods in org.hibernate.metamodel.source.hbm that return types with arguments of type AttributeSource | |
---|---|
Iterable<AttributeSource> |
AbstractEntitySourceImpl.attributeSources()
|
Iterable<AttributeSource> |
CompositePluralAttributeElementSourceImpl.attributeSources()
|
Iterable<AttributeSource> |
ComponentAttributeSourceImpl.attributeSources()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |