Uses of Class
org.hibernate.engine.spi.FilterDefinition
Packages that use FilterDefinition
Package
Description
This package defines the central Hibernate APIs, beginning with
SessionFactory
, which represents an instance of
Hibernate at runtime and is the source of new instances of
Session
and StatelessSession
,
the most important APIs exposing persistence-related operations for
entities.This package contains the interfaces that make up the bootstrap API
for Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.-
Uses of FilterDefinition in org.hibernate
Methods in org.hibernate that return FilterDefinitionModifier and TypeMethodDescriptionFilter.getFilterDefinition()
Deprecated.SessionFactory.getFilterDefinition
(String filterName) Deprecated.There is no plan to remove this operation, but its use should be avoided sinceFilterDefinition
is an SPI type, and so this operation is a layer-breaker. -
Uses of FilterDefinition in org.hibernate.boot
Methods in org.hibernate.boot that return FilterDefinitionModifier and TypeMethodDescriptionMetadata.getFilterDefinition
(String name) Retrieves a filter definition by name.Methods in org.hibernate.boot that return types with arguments of type FilterDefinitionModifier and TypeMethodDescriptionMetadata.getFilterDefinitions()
Retrieves the complete map of filter definitions. -
Uses of FilterDefinition in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return FilterDefinitionModifier and TypeMethodDescriptionInFlightMetadataCollectorImpl.getFilterDefinition
(String name) MetadataImpl.getFilterDefinition
(String name) Methods in org.hibernate.boot.internal that return types with arguments of type FilterDefinitionModifier and TypeMethodDescriptionInFlightMetadataCollectorImpl.getFilterDefinitions()
MetadataImpl.getFilterDefinitions()
Methods in org.hibernate.boot.internal with parameters of type FilterDefinitionModifier and TypeMethodDescriptionvoid
InFlightMetadataCollectorImpl.addFilterDefinition
(FilterDefinition filterDefinition) -
Uses of FilterDefinition in org.hibernate.boot.models.spi
Methods in org.hibernate.boot.models.spi that return FilterDefinitionModifier and TypeMethodDescriptionFilterDefRegistration.toFilterDefinition
(MetadataBuildingContext buildingContext) -
Uses of FilterDefinition in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return FilterDefinitionMethods in org.hibernate.boot.spi that return types with arguments of type FilterDefinitionMethods in org.hibernate.boot.spi with parameters of type FilterDefinitionModifier and TypeMethodDescriptionvoid
InFlightMetadataCollector.addFilterDefinition
(FilterDefinition definition) Adds a filter definition to this repository. -
Uses of FilterDefinition in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return FilterDefinitionModifier and TypeMethodDescriptionSessionFactoryDelegatingImpl.getFilterDefinition
(String filterName) Deprecated.SessionFactoryImplementor.getFilterDefinition
(String filterName) Methods in org.hibernate.engine.spi that return types with arguments of type FilterDefinitionModifier and TypeMethodDescriptionSessionFactoryDelegatingImpl.getAutoEnabledFilters()
SessionFactoryImplementor.getAutoEnabledFilters()
-
Uses of FilterDefinition in org.hibernate.internal
Methods in org.hibernate.internal that return FilterDefinitionModifier and TypeMethodDescriptionFilterImpl.getFilterDefinition()
SessionFactoryImpl.getFilterDefinition
(String filterName) Methods in org.hibernate.internal that return types with arguments of type FilterDefinitionConstructors in org.hibernate.internal with parameters of type FilterDefinitionModifierConstructorDescriptionFilterImpl
(FilterDefinition configuration) Constructs a new FilterImpl. -
Uses of FilterDefinition in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return FilterDefinitionModifier and TypeMethodDescriptionDialectFeatureChecks.FakeMetadataBuildingContext.getFilterDefinition
(String name) Methods in org.hibernate.testing.orm.junit that return types with arguments of type FilterDefinitionModifier and TypeMethodDescriptionDialectFeatureChecks.FakeMetadataBuildingContext.getFilterDefinitions()
Methods in org.hibernate.testing.orm.junit with parameters of type FilterDefinitionModifier and TypeMethodDescriptionvoid
DialectFeatureChecks.FakeMetadataBuildingContext.addFilterDefinition
(FilterDefinition definition)
FilterDefinition
is an SPI type, and so this operation is a layer-breaker.