Class HANAPointType
- java.lang.Object
-
- org.hibernate.spatial.dialect.hana.HANAPointType
-
- All Implemented Interfaces:
Serializable,org.hibernate.type.descriptor.jdbc.JdbcType
public class HANAPointType extends Object implements org.hibernate.type.descriptor.jdbc.JdbcType
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static HANAPointTypeINSTANCEAn instance of the descrtiptor
-
Constructor Summary
Constructors Constructor Description HANAPointType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <X> org.hibernate.type.descriptor.ValueBinder<X>getBinder(org.hibernate.type.descriptor.java.JavaType<X> javaType)intgetDefaultSqlTypeCode()<X> org.hibernate.type.descriptor.ValueExtractor<X>getExtractor(org.hibernate.type.descriptor.java.JavaType<X> javaType)intgetJdbcTypeCode()
-
-
-
Field Detail
-
INSTANCE
public static final HANAPointType INSTANCE
An instance of the descrtiptor
-
-
Method Detail
-
getJdbcTypeCode
public int getJdbcTypeCode()
- Specified by:
getJdbcTypeCodein interfaceorg.hibernate.type.descriptor.jdbc.JdbcType
-
getDefaultSqlTypeCode
public int getDefaultSqlTypeCode()
- Specified by:
getDefaultSqlTypeCodein interfaceorg.hibernate.type.descriptor.jdbc.JdbcType
-
getBinder
public <X> org.hibernate.type.descriptor.ValueBinder<X> getBinder(org.hibernate.type.descriptor.java.JavaType<X> javaType)
- Specified by:
getBinderin interfaceorg.hibernate.type.descriptor.jdbc.JdbcType
-
getExtractor
public <X> org.hibernate.type.descriptor.ValueExtractor<X> getExtractor(org.hibernate.type.descriptor.java.JavaType<X> javaType)
- Specified by:
getExtractorin interfaceorg.hibernate.type.descriptor.jdbc.JdbcType
-
-