Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
org.hibernate.boot.internal | |
org.hibernate.boot.spi | |
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
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 | Method and Description |
---|---|
FilterDefinition |
Metadata.getFilterDefinition(String name)
Retrieves a filter definition by name.
|
Modifier and Type | Method and Description |
---|---|
Map<String,FilterDefinition> |
Metadata.getFilterDefinitions()
Retrieves the complete map of filter definitions.
|
Modifier and Type | Method and Description |
---|---|
FilterDefinition |
MetadataImpl.getFilterDefinition(String name) |
FilterDefinition |
InFlightMetadataCollectorImpl.getFilterDefinition(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,FilterDefinition> |
MetadataImpl.getFilterDefinitions() |
Map<String,FilterDefinition> |
InFlightMetadataCollectorImpl.getFilterDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
InFlightMetadataCollectorImpl.addFilterDefinition(FilterDefinition filterDefinition) |
Modifier and Type | Method and Description |
---|---|
FilterDefinition |
AbstractDelegatingMetadata.getFilterDefinition(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,FilterDefinition> |
AbstractDelegatingMetadata.getFilterDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
InFlightMetadataCollector.addFilterDefinition(FilterDefinition definition)
Adds a filter definition to this repository.
|
Modifier and Type | Method and Description |
---|---|
FilterDefinition |
SessionFactoryDelegatingImpl.getFilterDefinition(String filterName) |
Modifier and Type | Method and Description |
---|---|
FilterDefinition |
FilterImpl.getFilterDefinition() |
FilterDefinition |
SessionFactoryImpl.getFilterDefinition(String filterName) |
Constructor and Description |
---|
FilterImpl(FilterDefinition configuration)
Constructs a new FilterImpl.
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.