public class

CollectionFilterImpl

extends QueryImpl
java.lang.Object
   ↳ org.hibernate.impl.AbstractQueryImpl
     ↳ org.hibernate.impl.QueryImpl
       ↳ org.hibernate.impl.CollectionFilterImpl

Class Overview

implementation of the Query interface for collection filters

Summary

[Expand]
Inherited Fields
From class org.hibernate.impl.AbstractQueryImpl
Public Constructors
CollectionFilterImpl(String queryString, Object collection, SessionImplementor session, ParameterMetadata parameterMetadata)
Public Methods
Iterator iterate()
List list()
ScrollableResults scroll()
Type[] typeArray()
Object[] valueArray()
[Expand]
Inherited Methods
From class org.hibernate.impl.QueryImpl
From class org.hibernate.impl.AbstractQueryImpl
From class java.lang.Object
From interface org.hibernate.Query

Public Constructors

public CollectionFilterImpl (String queryString, Object collection, SessionImplementor session, ParameterMetadata parameterMetadata)

Public Methods

public Iterator iterate ()

See Also

public List list ()

See Also

public ScrollableResults scroll ()

See Also

public Type[] typeArray ()

public Object[] valueArray ()