Uses of Interface
org.hibernate.internal.FilterAliasGenerator
Packages that use FilterAliasGenerator
Package
Description
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.This package abstracts persistence mechanisms for collections.
This package abstracts persistence mechanisms for entities.
-
Uses of FilterAliasGenerator in org.hibernate.internal
Classes in org.hibernate.internal that implement FilterAliasGeneratorModifier and TypeClassDescriptionclass
class
class
Methods in org.hibernate.internal with parameters of type FilterAliasGeneratorModifier and TypeMethodDescriptionvoid
FilterHelper.applyEnabledFilters
(Consumer<Predicate> predicateConsumer, FilterAliasGenerator aliasGenerator, Map<String, Filter> enabledFilters, boolean onlyApplyLoadByKeyFilters, TableGroup tableGroup, SqlAstCreationState creationState) void
FilterHelper.render
(StringBuilder buffer, FilterAliasGenerator aliasGenerator, Map<String, Filter> enabledFilters) FilterHelper.render
(FilterAliasGenerator aliasGenerator, Map<String, Filter> enabledFilters) -
Uses of FilterAliasGenerator in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return FilterAliasGeneratorModifier and TypeMethodDescriptionabstract FilterAliasGenerator
AbstractCollectionPersister.getFilterAliasGenerator
(String rootAlias) abstract FilterAliasGenerator
AbstractCollectionPersister.getFilterAliasGenerator
(TableGroup tableGroup) BasicCollectionPersister.getFilterAliasGenerator
(String rootAlias) BasicCollectionPersister.getFilterAliasGenerator
(TableGroup tableGroup) OneToManyPersister.getFilterAliasGenerator
(String rootAlias) OneToManyPersister.getFilterAliasGenerator
(TableGroup rootTableGroup) -
Uses of FilterAliasGenerator in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return FilterAliasGeneratorModifier and TypeMethodDescriptionEntityPersister.getFilterAliasGenerator
(String rootAlias) default FilterAliasGenerator
EntityPersister.getFilterAliasGenerator
(TableGroup rootTableGroup) JoinedSubclassEntityPersister.getFilterAliasGenerator
(String rootAlias) SingleTableEntityPersister.getFilterAliasGenerator
(String rootAlias) UnionSubclassEntityPersister.getFilterAliasGenerator
(String rootAlias)