Uses of Class
org.hibernate.engine.spi.FilterDefinition
-
Packages that use FilterDefinition Package Description org.hibernate org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.spi org.hibernate.engine.spi -
-
Uses of FilterDefinition in org.hibernate
Methods in org.hibernate that return FilterDefinition Modifier and Type Method Description FilterDefinitionFilter. getFilterDefinition()Get the filter definition containing additional information about the filter (such as default-condition and expected parameter names/types).FilterDefinitionSessionFactory. getFilterDefinition(String filterName)Obtain the definition of a filter by name. -
Uses of FilterDefinition in org.hibernate.boot
Methods in org.hibernate.boot that return FilterDefinition Modifier and Type Method Description FilterDefinitionMetadata. getFilterDefinition(String name)Retrieves a filter definition by name.Methods in org.hibernate.boot that return types with arguments of type FilterDefinition Modifier and Type Method Description Map<String,FilterDefinition>Metadata. getFilterDefinitions()Retrieves the complete map of filter definitions. -
Uses of FilterDefinition in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return FilterDefinition Modifier and Type Method Description FilterDefinitionAbstractDelegatingMetadata. getFilterDefinition(String name)Methods in org.hibernate.boot.spi that return types with arguments of type FilterDefinition Modifier and Type Method Description Map<String,FilterDefinition>AbstractDelegatingMetadata. getFilterDefinitions()Methods in org.hibernate.boot.spi with parameters of type FilterDefinition Modifier and Type Method Description voidInFlightMetadataCollector. 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 FilterDefinition Modifier and Type Method Description FilterDefinitionSessionFactoryDelegatingImpl. getFilterDefinition(String filterName)
-