Package | Description |
---|---|
javax.persistence.criteria | |
javax.persistence.metamodel |
Modifier and Type | Method and Description |
---|---|
Attribute<? super Z,?> |
Fetch.getAttribute()
Return the metamodel attribute corresponding to the
fetch join.
|
Attribute<? super Z,?> |
Join.getAttribute()
Return the metamodel attribute corresponding to the join.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionAttribute<X,E>
Instances of the type
CollectionAttribute represent persistent
java.util.Collection -valued attributes. |
interface |
ListAttribute<X,E>
Instances of the type
ListAttribute represent persistent
javax.util.List -valued attributes. |
interface |
MapAttribute<X,K,V>
Instances of the type
MapAttribute represent
persistent java.util.Map -valued attributes. |
interface |
PluralAttribute<X,C,E>
Instances of the type
PluralAttribute represent
persistent collection-valued attributes. |
interface |
SetAttribute<X,E>
Instances of the type
SetAttribute represent
persistent java.util.Set -valued attributes. |
interface |
SingularAttribute<X,T>
Instances of the type
SingularAttribute represents persistent
single-valued properties or fields. |
Modifier and Type | Method and Description |
---|---|
Attribute<? super X,?> |
ManagedType.getAttribute(String name)
Return the attribute of the managed
type that corresponds to the specified name.
|
Attribute<X,?> |
ManagedType.getDeclaredAttribute(String name)
Return the attribute declared by the managed
type that corresponds to the specified name.
|
Modifier and Type | Method and Description |
---|---|
Set<Attribute<? super X,?>> |
ManagedType.getAttributes()
Return the attributes of the managed type.
|
Set<Attribute<X,?>> |
ManagedType.getDeclaredAttributes()
Return the attributes declared by the managed type.
|
Copyright © 2007–2017 Hibernate.org. All rights reserved.