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