Class FiltersAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.FiltersAnnotation
- All Implemented Interfaces:
Annotation,RepeatableContainer<Filter>
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class FiltersAnnotation
extends Object
implements Filters, RepeatableContainer<Filter>
-
Constructor Summary
ConstructorsConstructorDescriptionFiltersAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantFiltersAnnotation(Filters annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantFiltersAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
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
-
FiltersAnnotation
public FiltersAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
FiltersAnnotation
Used in creating annotation instances from JDK variant -
FiltersAnnotation
public FiltersAnnotation(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<Filter>
-
value
- Specified by:
valuein interfaceRepeatableContainer<Filter>
-