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