Uses of Package
org.hibernate.ejb.criteria.path

Packages that use org.hibernate.ejb.criteria.path
org.hibernate.ejb.criteria.expression   
org.hibernate.ejb.criteria.path   
org.hibernate.ejb.criteria.predicate   
 

Classes in org.hibernate.ejb.criteria.path used by org.hibernate.ejb.criteria.expression
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) call
 

Classes in org.hibernate.ejb.criteria.path used by org.hibernate.ejb.criteria.path
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
 

Classes in org.hibernate.ejb.criteria.path used by org.hibernate.ejb.criteria.predicate
PluralAttributePath
          Models a path for a PluralAttribute generally obtained from a Path.get(javax.persistence.metamodel.SingularAttribute) call
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.