public abstract class

CollectionJoinWalker

extends JoinWalker
java.lang.Object
   ↳ org.hibernate.loader.JoinWalker
     ↳ org.hibernate.loader.collection.CollectionJoinWalker
Known Direct Subclasses

Class Overview

Superclass of walkers for collection initializers

Summary

[Expand]
Inherited Fields
From class org.hibernate.loader.JoinWalker
Public Constructors
CollectionJoinWalker(SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)
Protected Methods
StringBuffer whereString(String alias, String[] columnNames, String subselect, int batchSize)
[Expand]
Inherited Methods
From class org.hibernate.loader.JoinWalker
From class java.lang.Object

Public Constructors

public CollectionJoinWalker (SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)

Protected Methods

protected StringBuffer whereString (String alias, String[] columnNames, String subselect, int batchSize)