Class RightLikeTypeHandler
java.lang.Object
org.apache.ibatis.type.TypeReference<T>
org.apache.ibatis.type.BaseTypeHandler<CharSequence>
top.tangyh.basic.database.mybatis.typehandler.BaseLikeTypeHandler
top.tangyh.basic.database.mybatis.typehandler.RightLikeTypeHandler
- All Implemented Interfaces:
org.apache.ibatis.type.TypeHandler<CharSequence>
仅仅用于like查询
- Author:
- zuihou
-
Field Summary
Fields inherited from class org.apache.ibatis.type.BaseTypeHandler
configuration -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class top.tangyh.basic.database.mybatis.typehandler.BaseLikeTypeHandler
getNullableResult, getNullableResult, getNullableResult, setNonNullParameterMethods inherited from class org.apache.ibatis.type.BaseTypeHandler
getResult, getResult, getResult, setConfiguration, setParameterMethods inherited from class org.apache.ibatis.type.TypeReference
getRawType, toString
-
Constructor Details
-
RightLikeTypeHandler
public RightLikeTypeHandler()
-