|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filter | |
---|---|
org.hibernate | This package defines the central Hibernate APIs. |
org.hibernate.cache.spi | Defines the Hibernate second level caching SPI. |
org.hibernate.engine.spi | |
org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs. |
Uses of Filter in org.hibernate |
---|
Methods in org.hibernate that return Filter | |
---|---|
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. |
Uses of Filter in org.hibernate.cache.spi |
---|
Method parameters in org.hibernate.cache.spi with type arguments of type Filter | |
---|---|
static Set<FilterKey> |
FilterKey.createFilterKeys(Map<String,Filter> enabledFilters)
|
Uses of Filter in org.hibernate.engine.spi |
---|
Methods in org.hibernate.engine.spi that return Filter | |
---|---|
Filter |
LoadQueryInfluencers.enableFilter(String filterName)
|
Filter |
LoadQueryInfluencers.getEnabledFilter(String filterName)
|
Methods in org.hibernate.engine.spi that return types with arguments of type Filter | |
---|---|
Map<String,Filter> |
LoadQueryInfluencers.getEnabledFilters()
|
Uses of Filter in org.hibernate.internal |
---|
Classes in org.hibernate.internal that implement Filter | |
---|---|
class |
FilterImpl
Implementation of FilterImpl. |
Methods in org.hibernate.internal that return Filter | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |