Class FilterAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.FilterAnnotation
- All Implemented Interfaces:
Annotation,FilterDetails
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class FilterAnnotation
extends Object
implements Filter, FilterDetails
-
Constructor Summary
ConstructorsConstructorDescriptionFilterAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantFilterAnnotation(Filter annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantFilterAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionaliases()voidaliases(SqlFragmentAlias[] value) Class<? extends Annotation> voidapply(JaxbFilterImpl jaxbFilter, XmlDocumentContext xmlDocumentContext) voidbooleanvoiddeduceAliasInjectionPoints(boolean value) name()void
-
Constructor Details
-
FilterAnnotation
public FilterAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
FilterAnnotation
Used in creating annotation instances from JDK variant -
FilterAnnotation
public FilterAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
annotationType
- Specified by:
annotationTypein interfaceAnnotation
-
name
-
name
-
condition
-
condition
-
deduceAliasInjectionPoints
public boolean deduceAliasInjectionPoints() -
deduceAliasInjectionPoints
public void deduceAliasInjectionPoints(boolean value) -
aliases
-
aliases
-
apply
- Specified by:
applyin interfaceFilterDetails
-