Uses of Class
org.hibernate.internal.FilterConfiguration
Packages that use FilterConfiguration
Package
Description
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.This package defines the Hibernate configuration-time mapping model.
-
Uses of FilterConfiguration in org.hibernate.internal
Constructor parameters in org.hibernate.internal with type arguments of type FilterConfigurationModifierConstructorDescriptionFilterHelper
(List<FilterConfiguration> filters, Map<String, String> tableToEntityName, SessionFactoryImplementor factory) The map of defined filters.FilterHelper
(List<FilterConfiguration> filters, SessionFactoryImplementor factory) -
Uses of FilterConfiguration in org.hibernate.mapping
Methods in org.hibernate.mapping that return types with arguments of type FilterConfigurationModifier and TypeMethodDescriptionCollection.getFilters()
Filterable.getFilters()
PersistentClass.getFilters()
Subclass.getFilters()
Collection.getManyToManyFilters()