Uses of Class
org.hibernate.ejb.criteria.path.AbstractJoinImpl

Packages that use AbstractJoinImpl
org.hibernate.ejb.criteria.path   
 

Uses of AbstractJoinImpl in org.hibernate.ejb.criteria.path
 

Subclasses of AbstractJoinImpl in org.hibernate.ejb.criteria.path
 class CollectionAttributeJoin<O,E>
          TODO : javadoc
 class ListAttributeJoin<O,E>
          TODO : javadoc
 class MapAttributeJoin<O,K,V>
          TODO : javadoc
 class PluralAttributeJoinSupport<O,C,E>
          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)
 class SetAttributeJoin<O,E>
          TODO : javadoc
 class SingularAttributeJoin<Z,X>
          TODO : javadoc
 



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