Class FilterJoinTableAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.FilterJoinTableAnnotation
- All Implemented Interfaces:
Annotation,FilterDetails
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class FilterJoinTableAnnotation
extends Object
implements FilterJoinTable, FilterDetails
-
Constructor Summary
ConstructorsConstructorDescriptionFilterJoinTableAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantFilterJoinTableAnnotation(FilterJoinTable annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantFilterJoinTableAnnotation(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
-
FilterJoinTableAnnotation
public FilterJoinTableAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
FilterJoinTableAnnotation
public FilterJoinTableAnnotation(FilterJoinTable annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variant -
FilterJoinTableAnnotation
public FilterJoinTableAnnotation(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
-