类 GeoPointTypeHandler
java.lang.Object
org.apache.ibatis.type.TypeReference<T>
org.apache.ibatis.type.BaseTypeHandler<org.springframework.data.geo.Point>
cn.miniants.framework.mybatistype.GeoPointTypeHandler
- 所有已实现的接口:
org.apache.ibatis.type.TypeHandler<org.springframework.data.geo.Point>
@MappedTypes(org.springframework.data.geo.Point.class)
public class GeoPointTypeHandler
extends org.apache.ibatis.type.BaseTypeHandler<org.springframework.data.geo.Point>
-
字段概要
从类继承的字段 org.apache.ibatis.type.BaseTypeHandler
configuration -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.data.geo.PointgetNullableResult(CallableStatement callableStatement, int i) org.springframework.data.geo.PointgetNullableResult(ResultSet resultSet, int i) org.springframework.data.geo.PointgetNullableResult(ResultSet resultSet, String s) voidsetNonNullParameter(PreparedStatement preparedStatement, int i, org.springframework.data.geo.Point point, org.apache.ibatis.type.JdbcType jdbcType) 从类继承的方法 org.apache.ibatis.type.BaseTypeHandler
getResult, getResult, getResult, setConfiguration, setParameter从类继承的方法 org.apache.ibatis.type.TypeReference
getRawType, toString
-
构造器详细资料
-
GeoPointTypeHandler
public GeoPointTypeHandler()
-
-
方法详细资料
-
setNonNullParameter
public void setNonNullParameter(PreparedStatement preparedStatement, int i, org.springframework.data.geo.Point point, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException - 指定者:
setNonNullParameter在类中org.apache.ibatis.type.BaseTypeHandler<org.springframework.data.geo.Point>- 抛出:
SQLException
-
getNullableResult
public org.springframework.data.geo.Point getNullableResult(ResultSet resultSet, String s) throws SQLException - 指定者:
getNullableResult在类中org.apache.ibatis.type.BaseTypeHandler<org.springframework.data.geo.Point>- 抛出:
SQLException
-
getNullableResult
public org.springframework.data.geo.Point getNullableResult(ResultSet resultSet, int i) throws SQLException - 指定者:
getNullableResult在类中org.apache.ibatis.type.BaseTypeHandler<org.springframework.data.geo.Point>- 抛出:
SQLException
-
getNullableResult
public org.springframework.data.geo.Point getNullableResult(CallableStatement callableStatement, int i) throws SQLException - 指定者:
getNullableResult在类中org.apache.ibatis.type.BaseTypeHandler<org.springframework.data.geo.Point>- 抛出:
SQLException
-