Package org.hibernate.models.internal
Class LongTypeDescriptor
java.lang.Object
org.hibernate.models.internal.AbstractTypeDescriptor<Long>
org.hibernate.models.internal.LongTypeDescriptor
- All Implemented Interfaces:
ValueTypeDescriptor<Long>
Descriptor for long values
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionValueExtractor<org.jboss.jandex.AnnotationInstance,Long> createJandexExtractor(SourceModelBuildingContext buildingContext) ValueWrapper<Long,org.jboss.jandex.AnnotationValue> createJandexWrapper(SourceModelBuildingContext buildingContext) createJdkExtractor(SourceModelBuildingContext buildingContext) ValueWrapper<Long,?> createJdkWrapper(SourceModelBuildingContext buildingContext) The type for the value as modeled in AnnotationUsage.Methods inherited from class org.hibernate.models.internal.AbstractTypeDescriptor
createAttributeDescriptor, createValue, toString
-
Field Details
-
LONG_TYPE_DESCRIPTOR
-
-
Constructor Details
-
LongTypeDescriptor
public LongTypeDescriptor()
-
-
Method Details
-
getWrappedValueType
Description copied from interface:ValueTypeDescriptorThe type for the value as modeled in AnnotationUsage. -
createJandexWrapper
public ValueWrapper<Long,org.jboss.jandex.AnnotationValue> createJandexWrapper(SourceModelBuildingContext buildingContext) -
createJandexExtractor
public ValueExtractor<org.jboss.jandex.AnnotationInstance,Long> createJandexExtractor(SourceModelBuildingContext buildingContext) -
createJdkWrapper
-
createJdkExtractor
public ValueExtractor<Annotation,Long> createJdkExtractor(SourceModelBuildingContext buildingContext) -
unwrap
-