public interface FilterSource
FilterDefinitionSource
.
Relates to both <filter/>
and @Filter
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAliasToEntityMap()
Get the map of explicit alias to entity name mappings.
|
Map<String,String> |
getAliasToTableMap()
Get the map of explicit alias to table name mappings.
|
String |
getCondition()
Get the condition associated with the filter.
|
String |
getName()
Get the name of the filter being described.
|
boolean |
shouldAutoInjectAliases()
Should Hibernate perform automatic alias injection into the supplied condition string? The default it to
perform auto injection *unless* explicit alias(es) are supplied.
|
String getName()
String getCondition()
null
in the case of a filter described
further by a "filter def" which contains the condition text.FilterDefinitionSource#getCondition()}
boolean shouldAutoInjectAliases()
true
indicates auto injection should occur; false
that it should notMap<String,String> getAliasToTableMap()
Copyright © 2021 JBoss by Red Hat. All rights reserved.