| AbstractFromImpl |
Convenience base class for various From implementations.
|
| AbstractFromImpl.JoinScope |
Helper contract used to define who/what keeps track of joins and fetches made from this FROM.
|
| AbstractJoinImpl |
Convenience base class for various Join implementations.
|
| AbstractPathImpl |
Convenience base class for various Path implementations.
|
| CollectionAttributeJoin |
Models a join based on a plural association attribute.
|
| ListAttributeJoin |
Models a join based on a list-style plural association attribute.
|
| MapAttributeJoin |
Models a join based on a map-style plural association attribute.
|
| MapKeyHelpers.MapKeyAttribute |
Defines an Attribute modelling of a map-key.
|
| MapKeyHelpers.MapKeyPath |
Models a path to 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)
|
| PluralAttributePath |
Models a path for a PluralAttribute generally obtained from a
Path.get(javax.persistence.metamodel.SingularAttribute<? super X, Y>) call
|
| RootImpl |
Hibernate implementation of the JPA Root contract
|
| RootImpl.TreatedRoot |
|
| SetAttributeJoin |
Models a join based on a set-style plural association attribute.
|
| SingularAttributeJoin |
Models a join based on a singular attribute
|
| SingularAttributePath |
Models a path for a SingularAttribute generally obtained from a
Path.get(SingularAttribute) call
|