| Package | Description |
|---|---|
| javax.persistence.criteria | |
| javax.persistence.metamodel |
| Modifier and Type | Method and Description |
|---|---|
Attribute<? super Z,?> |
Fetch.getAttribute() |
Attribute<? super Z,?> |
Join.getAttribute() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CollectionAttribute<X,E>
Reflection model for a JPA attribute
|
interface |
ListAttribute<X,E>
Reflection model for a JPA attribute
|
interface |
MapAttribute<X,K,V>
Reflection model for a JPA attribute
|
interface |
PluralAttribute<X,C,E>
Reflection model for a JPA attribute
|
interface |
SetAttribute<X,E>
Reflection model for a JPA attribute
|
interface |
SingularAttribute<X,T>
Reflection model for a JPA attribute
|
| Modifier and Type | Method and Description |
|---|---|
Attribute<? super X,?> |
ManagedType.getAttribute(java.lang.String name) |
Attribute<X,?> |
ManagedType.getDeclaredAttribute(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Attribute<? super X,?>> |
ManagedType.getAttributes() |
java.util.Set<Attribute<X,?>> |
ManagedType.getDeclaredAttributes() |