Class FilterJoinTablesAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.FilterJoinTablesAnnotation
- All Implemented Interfaces:
Annotation,RepeatableContainer<FilterJoinTable>
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class FilterJoinTablesAnnotation
extends Object
implements FilterJoinTables, RepeatableContainer<FilterJoinTable>
-
Constructor Summary
ConstructorsConstructorDescriptionFilterJoinTablesAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantFilterJoinTablesAnnotation(FilterJoinTables annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantFilterJoinTablesAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>value()voidvalue(FilterJoinTable[] value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
-
Constructor Details
-
FilterJoinTablesAnnotation
public FilterJoinTablesAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
FilterJoinTablesAnnotation
public FilterJoinTablesAnnotation(FilterJoinTables annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variant -
FilterJoinTablesAnnotation
public FilterJoinTablesAnnotation(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
-
value
- Specified by:
valuein interfaceRepeatableContainer<FilterJoinTable>
-
value
- Specified by:
valuein interfaceRepeatableContainer<FilterJoinTable>
-