Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
org.hibernate.impl |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session.
|
Modifier and Type | Method and Description |
---|---|
Filter |
Session.enableFilter(String filterName)
Enable the named filter for this current session.
|
Filter |
Session.getEnabledFilter(String filterName)
Retrieve a currently enabled filter by name.
|
Filter |
Filter.setParameter(String name,
Object value)
Set the named parameter's value for this filter.
|
Filter |
Filter.setParameterList(String name,
Collection values)
Set the named parameter's value list for this filter.
|
Filter |
Filter.setParameterList(String name,
Object[] values)
Set the named parameter's value list for this filter.
|
Modifier and Type | Method and Description |
---|---|
Filter |
LoadQueryInfluencers.enableFilter(String filterName) |
Filter |
LoadQueryInfluencers.getEnabledFilter(String filterName) |
Modifier and Type | Class and Description |
---|---|
class |
FilterImpl
Implementation of FilterImpl.
|
Modifier and Type | Method and Description |
---|---|
Filter |
SessionImpl.enableFilter(String filterName)
Enable the named filter for this current session.
|
Filter |
SessionImpl.getEnabledFilter(String filterName)
Retrieve a currently enabled filter by name.
|
Filter |
FilterImpl.setParameter(String name,
Object value)
Set the named parameter's value for this filter.
|
Filter |
FilterImpl.setParameterList(String name,
Collection values)
Set the named parameter's value list for this filter.
|
Filter |
FilterImpl.setParameterList(String name,
Object[] values)
Set the named parameter's value list for this filter.
|
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved