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 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(java.lang.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 FilterDefinition
Metadata. getFilterDefinition(java.lang.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 java.util.Map<java.lang.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 FilterDefinition
AbstractDelegatingMetadata. getFilterDefinition(java.lang.String name)
Methods in org.hibernate.boot.spi that return types with arguments of type FilterDefinition Modifier and Type Method Description java.util.Map<java.lang.String,FilterDefinition>
AbstractDelegatingMetadata. getFilterDefinitions()
Methods in org.hibernate.boot.spi with parameters of type FilterDefinition Modifier and Type Method Description void
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 FilterDefinition Modifier and Type Method Description FilterDefinition
SessionFactoryDelegatingImpl. getFilterDefinition(java.lang.String filterName)
-