Package | Description |
---|---|
org.hibernate.ejb.criteria.expression | |
org.hibernate.ejb.criteria.path | |
org.hibernate.ejb.criteria.predicate |
Class and Description |
---|
AbstractPathImpl
Convenience base class for various
Path implementors. |
PluralAttributePath
Models a path for a
PluralAttribute generally obtained from a
Path.get(javax.persistence.metamodel.SingularAttribute<? super X, Y>) call |
Class and Description |
---|
AbstractFromImpl
Convenience base class for various
From implementors. |
AbstractFromImpl.JoinScope
Helper contract used to define who/what keeps track of joins and fetches made from this FROM.
|
AbstractJoinImpl
TODO : javadoc
|
AbstractPathImpl
Convenience base class for various
Path implementors. |
CollectionAttributeJoin
TODO : javadoc
|
ListAttributeJoin
TODO : javadoc
|
MapAttributeJoin
TODO : javadoc
|
MapKeyHelpers.MapKeyAttribute
Defines an
Attribute modelling of a map-key. |
MapKeyHelpers.MapKeySource
Defines a
Path for the map which can then be used to represent the source of the
map key "attribute". |
PluralAttributeJoinSupport
Support for defining joins to plural attributes (JPA requires typing based on
the specific collection type so we cannot really implement all support in a
single class)
|
RootImpl
TODO : javadoc
|
SetAttributeJoin
TODO : javadoc
|
SingularAttributeJoin
TODO : javadoc
|
Class and Description |
---|
PluralAttributePath
Models a path for a
PluralAttribute generally obtained from a
Path.get(javax.persistence.metamodel.SingularAttribute<? super X, Y>) call |
Copyright © 2018 JBoss by Red Hat. All rights reserved.