Class CreationTimestampAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.CreationTimestampAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class CreationTimestampAnnotation
extends Object
implements CreationTimestamp
-
Constructor Summary
ConstructorsConstructorDescriptionCreationTimestampAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantCreationTimestampAnnotation
(CreationTimestamp annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantCreationTimestampAnnotation
(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
source()
void
source
(SourceType value)
-
Constructor Details
-
CreationTimestampAnnotation
public CreationTimestampAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
CreationTimestampAnnotation
public CreationTimestampAnnotation(CreationTimestamp annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variant -
CreationTimestampAnnotation
public CreationTimestampAnnotation(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
-
source
-
source
-