Class OverriddenSQLRestrictionAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.spi.AbstractOverrider<SQLRestriction>
org.hibernate.boot.models.annotations.internal.OverriddenSQLRestrictionAnnotation
- All Implemented Interfaces:
Annotation
,DialectOverrider<SQLRestriction>
public class OverriddenSQLRestrictionAnnotation
extends AbstractOverrider<SQLRestriction>
implements DialectOverride.SQLRestriction, DialectOverrider<SQLRestriction>
-
Constructor Summary
ConstructorsConstructorDescriptionOverriddenSQLRestrictionAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext sourceModelContext) Used in creating annotation instances from Jandex variantOverriddenSQLRestrictionAnnotation
(DialectOverride.SQLRestriction annotation, org.hibernate.models.spi.SourceModelBuildingContext sourceModelContext) Used in creating annotation instances from JDK variantOverriddenSQLRestrictionAnnotation
(org.hibernate.models.spi.SourceModelBuildingContext sourceModelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
org.hibernate.models.spi.AnnotationDescriptor<SQLRestriction>
override()
void
override
(SQLRestriction value) Methods inherited from class org.hibernate.boot.models.annotations.spi.AbstractOverrider
before, before, dialect, dialect, matches, sameOrAfter, sameOrAfter
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
Methods inherited from interface org.hibernate.boot.models.annotations.spi.DialectOverrider
before, dialect, matches, sameOrAfter
-
Constructor Details
-
OverriddenSQLRestrictionAnnotation
public OverriddenSQLRestrictionAnnotation(org.hibernate.models.spi.SourceModelBuildingContext sourceModelContext) Used in creating dynamic annotation instances (e.g. from XML) -
OverriddenSQLRestrictionAnnotation
public OverriddenSQLRestrictionAnnotation(DialectOverride.SQLRestriction annotation, org.hibernate.models.spi.SourceModelBuildingContext sourceModelContext) Used in creating annotation instances from JDK variant -
OverriddenSQLRestrictionAnnotation
public OverriddenSQLRestrictionAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext sourceModelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
getOverriddenDescriptor
- Specified by:
getOverriddenDescriptor
in interfaceDialectOverrider<SQLRestriction>
-
override
- Specified by:
override
in interfaceDialectOverrider<SQLRestriction>
-
override
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-