Package | Description |
---|---|
javax.persistence.criteria | |
javax.persistence.metamodel |
Modifier and Type | Method and Description |
---|---|
Attribute<? super Z,?> |
Join.getAttribute() |
Attribute<? super Z,?> |
Fetch.getAttribute() |
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionAttribute<X,E> |
interface |
ListAttribute<X,E> |
interface |
MapAttribute<X,K,V> |
interface |
PluralAttribute<X,C,E> |
interface |
SetAttribute<X,E> |
interface |
SingularAttribute<X,T> |
Modifier and Type | Method and Description |
---|---|
Attribute<? super X,?> |
ManagedType.getAttribute(String name) |
Attribute<X,?> |
ManagedType.getDeclaredAttribute(String name) |
Modifier and Type | Method and Description |
---|---|
Set<Attribute<? super X,?>> |
ManagedType.getAttributes() |
Set<Attribute<X,?>> |
ManagedType.getDeclaredAttributes() |
Copyright © 2018. All rights reserved.