Class UniqueConstraintJpaAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.UniqueConstraintJpaAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class UniqueConstraintJpaAnnotation
extends Object
implements UniqueConstraint
-
Constructor Summary
ConstructorsConstructorDescriptionUniqueConstraintJpaAnnotation
(UniqueConstraint annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variantUniqueConstraintJpaAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variantUniqueConstraintJpaAnnotation
(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
String[]
void
columnNames
(String[] value) name()
void
options()
void
-
Constructor Details
-
UniqueConstraintJpaAnnotation
public UniqueConstraintJpaAnnotation(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
UniqueConstraintJpaAnnotation
public UniqueConstraintJpaAnnotation(UniqueConstraint annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
UniqueConstraintJpaAnnotation
public UniqueConstraintJpaAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-
name
-
name
-
columnNames
-
columnNames
-
options
-
options
-