| Package | Description |
|---|---|
| javax.persistence.criteria | |
| javax.persistence.metamodel | |
| org.hibernate.jpa.criteria.path | |
| org.hibernate.jpa.internal.metamodel |
| Modifier and Type | Method and Description |
|---|---|
Bindable<X> |
Path.getModel()
Return the bindable object that corresponds to the
path expression.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CollectionAttribute<X,E>
Instances of the type
CollectionAttribute represent persistent
java.util.Collection-valued attributes. |
interface |
EntityType<X>
Instances of the type
EntityType represent entity types. |
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 | Class and Description |
|---|---|
static class |
MapKeyHelpers.MapKeyAttribute<K>
Defines an
Attribute modelling of a map-key. |
| Modifier and Type | Method and Description |
|---|---|
Bindable<X> |
SingularAttributePath.getModel() |
Bindable<X> |
SingularAttributeJoin.getModel() |
Bindable<X> |
PluralAttributePath.getModel() |
Bindable<K> |
MapKeyHelpers.MapKeyPath.getModel() |
Bindable<Map<K,V>> |
MapKeyHelpers.MapKeySource.getModel() |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityTypeImpl<X>
Defines the Hibernate implementation of the JPA
EntityType contract. |
class |
PluralAttributeImpl<X,C,E> |
class |
SingularAttributeImpl<X,Y> |
static class |
SingularAttributeImpl.Identifier<X,Y>
Subclass used to simply instantiation of singular attributes representing an entity's
identifier.
|
static class |
SingularAttributeImpl.Version<X,Y>
Subclass used to simply instantiation of singular attributes representing an entity's
version.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.