Class FilterDefAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.FilterDefAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class FilterDefAnnotation
extends Object
implements FilterDef
-
Constructor Summary
ConstructorsConstructorDescriptionFilterDefAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantFilterDefAnnotation(FilterDef annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantFilterDefAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>booleanvoidapplyToLoadByKey(boolean value) booleanvoidautoEnabled(boolean value) voiddefaultCondition(String value) name()voidParamDef[]voidparameters(ParamDef[] value)
-
Constructor Details
-
FilterDefAnnotation
public FilterDefAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
FilterDefAnnotation
public FilterDefAnnotation(FilterDef annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variant -
FilterDefAnnotation
public FilterDefAnnotation(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
-
defaultCondition
-
defaultCondition
-
autoEnabled
public boolean autoEnabled() -
autoEnabled
public void autoEnabled(boolean value) -
applyToLoadByKey
public boolean applyToLoadByKey() -
applyToLoadByKey
public void applyToLoadByKey(boolean value) -
parameters
-
parameters
-