Class PartitionKeyAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.PartitionKeyAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class PartitionKeyAnnotation
extends Object
implements PartitionKey
-
Constructor Summary
ConstructorsConstructorDescriptionPartitionKeyAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantPartitionKeyAnnotation
(PartitionKey annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantPartitionKeyAnnotation
(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
-
Constructor Details
-
PartitionKeyAnnotation
public PartitionKeyAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
PartitionKeyAnnotation
public PartitionKeyAnnotation(PartitionKey annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variant -
PartitionKeyAnnotation
public PartitionKeyAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-