Package | Description |
---|---|
javax.persistence.criteria | |
javax.persistence.metamodel |
Modifier and Type | Method and Description |
---|---|
Bindable<X> |
Path.getModel() |
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionAttribute<X,E>
Reflection model for a JPA attribute
|
interface |
EntityType<X>
Reflection model for a JPA entity.
|
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
|