Class TableJpaAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.TableJpaAnnotation
- All Implemented Interfaces:
Annotation
,CommonTableDetails
,DatabaseObjectDetails
,IndexCollector
,UniqueConstraintCollector
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class TableJpaAnnotation
extends Object
implements Table, CommonTableDetails
-
Constructor Summary
ConstructorsConstructorDescriptionTableJpaAnnotation
(Table annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variantTableJpaAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variantTableJpaAnnotation
(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
void
apply
(JaxbTableImpl jaxbTable, XmlDocumentContext xmlDocumentContext) catalog()
The catalog in which the object existsvoid
Setter for DatabaseObjectDetails.catalog()check()
void
check
(CheckConstraint[] value) comment()
void
Index[]
indexes()
void
name()
The table namevoid
Setter for CommonTableDetails.name()options()
void
schema()
The schema in which the object existsvoid
Setter for DatabaseObjectDetails.schema()void
uniqueConstraints
(UniqueConstraint[] value) 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
-
Constructor Details
-
TableJpaAnnotation
public TableJpaAnnotation(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
TableJpaAnnotation
public TableJpaAnnotation(Table annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
TableJpaAnnotation
public TableJpaAnnotation(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
Description copied from interface:CommonTableDetails
The table name- Specified by:
name
in interfaceCommonTableDetails
-
name
Description copied from interface:CommonTableDetails
Setter for CommonTableDetails.name()- Specified by:
name
in interfaceCommonTableDetails
-
catalog
Description copied from interface:DatabaseObjectDetails
The catalog in which the object exists- Specified by:
catalog
in interfaceDatabaseObjectDetails
-
catalog
Description copied from interface:DatabaseObjectDetails
Setter for DatabaseObjectDetails.catalog()- Specified by:
catalog
in interfaceDatabaseObjectDetails
-
schema
Description copied from interface:DatabaseObjectDetails
The schema in which the object exists- Specified by:
schema
in interfaceDatabaseObjectDetails
-
schema
Description copied from interface:DatabaseObjectDetails
Setter for DatabaseObjectDetails.schema()- Specified by:
schema
in interfaceDatabaseObjectDetails
-
uniqueConstraints
- Specified by:
uniqueConstraints
in interfaceUniqueConstraintCollector
-
uniqueConstraints
- Specified by:
uniqueConstraints
in interfaceUniqueConstraintCollector
-
indexes
- Specified by:
indexes
in interfaceIndexCollector
-
indexes
- Specified by:
indexes
in interfaceIndexCollector
-
check
-
check
-
comment
-
comment
-
options
-
options
-
apply
-