Uses of Class
top.tangyh.basic.database.mybatis.typehandler.LeftLikeTypeHandler
Packages that use LeftLikeTypeHandler
-
Uses of LeftLikeTypeHandler in top.tangyh.basic.database.config
Methods in top.tangyh.basic.database.config that return LeftLikeTypeHandlerModifier and TypeMethodDescriptionBaseMybatisConfiguration.getLeftLikeTypeHandler()Mybatis 自定义的类型处理器: 处理XML中 #{name,typeHandler=leftLike} 类型的参数 用于左模糊查询时使用