|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterDefinition | |
org.hibernate.cfg | This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. |
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. |
Uses of FilterDefinition in org.hibernate.cfg |
Methods in org.hibernate.cfg that return FilterDefinition | |
FilterDefinition |
Mappings.getFilterDefinition(String name)
|
Methods in org.hibernate.cfg with parameters of type FilterDefinition | |
void |
Mappings.addFilterDefinition(FilterDefinition definition)
|
void |
Configuration.addFilterDefinition(FilterDefinition definition)
|
Uses of FilterDefinition in org.hibernate.engine |
Methods in org.hibernate.engine that return FilterDefinition | |
FilterDefinition |
FilterDefinition.addParameterType(String name,
Type type)
Add a named parameter to the filter definition. |
Uses of FilterDefinition in org.hibernate.impl |
Methods in org.hibernate.impl that return FilterDefinition | |
FilterDefinition |
SessionFactoryImpl.getFilterDefinition(String filterName)
|
Constructors in org.hibernate.impl with parameters of type FilterDefinition | |
FilterImpl(FilterDefinition configuration)
Constructs a new FilterImpl. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |