Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.ejb | |
org.hibernate.impl |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session.
|
org.hibernate.jmx |
This package exposes a Hibernate instance via JMX.
|
Modifier and Type | Method and Description |
---|---|
FilterDefinition |
Filter.getFilterDefinition()
Get the filter definition containing additional information about the
filter (such as default-condition and expected parameter names/types).
|
FilterDefinition |
SessionFactory.getFilterDefinition(String filterName)
Obtain the definition of a filter by name.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,FilterDefinition> |
Configuration.filterDefinitions |
Modifier and Type | Method and Description |
---|---|
FilterDefinition |
Mappings.getFilterDefinition(String name)
Retrieves a filter definition by name.
|
FilterDefinition |
Configuration.MappingsImpl.getFilterDefinition(String name) |
Modifier and Type | Method and Description |
---|---|
void |
Mappings.addFilterDefinition(FilterDefinition definition)
Adds a filter definition to this repository.
|
void |
Configuration.addFilterDefinition(FilterDefinition definition) |
void |
Configuration.MappingsImpl.addFilterDefinition(FilterDefinition definition) |
Modifier and Type | Method and Description |
---|---|
void |
Ejb3Configuration.addFilterDefinition(FilterDefinition definition) |
Modifier and Type | Method and Description |
---|---|
FilterDefinition |
FilterImpl.getFilterDefinition() |
FilterDefinition |
SessionFactoryImpl.getFilterDefinition(String filterName) |
Constructor and Description |
---|
FilterImpl(FilterDefinition configuration)
Constructs a new FilterImpl.
|
Modifier and Type | Method and Description |
---|---|
FilterDefinition |
SessionFactoryStub.getFilterDefinition(String filterName) |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved