Uses of Interface
org.hibernate.shards.criteria.SubcriteriaFactory

Packages that use SubcriteriaFactory
org.hibernate.shards.criteria   
 

Uses of SubcriteriaFactory in org.hibernate.shards.criteria
 

Classes in org.hibernate.shards.criteria that implement SubcriteriaFactory
 class SubcriteriaFactoryImpl
          Concrete implementation of the SubcriteriaFactory interface.
 

Constructors in org.hibernate.shards.criteria with parameters of type SubcriteriaFactory
CreateSubcriteriaEvent(SubcriteriaFactory subcriteriaFactory, org.hibernate.shards.criteria.ShardedSubcriteriaImpl.SubcriteriaRegistrar subcriteriaRegistrar)