Class Adapter355
java.lang.Object
com.github.yulichang.adapter.v355.Adapter355
- All Implemented Interfaces:
IAdapter
- Since:
- 1.4.12
- Author:
- yulichang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.ibatis.type.TypeHandler<?>getTypeHandler(org.apache.ibatis.session.Configuration configuration, Class<?> propertyType, Class<? extends org.apache.ibatis.type.TypeHandler<?>> typeHandlerClass, Field field) voidvoidwrapperInnerPage(org.apache.ibatis.plugin.Interceptor interceptor, Predicate<Object> predicate, Function<Object, Object> function) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.yulichang.adapter.base.IAdapter
isWithUpdateFill, mpjGetConfiguration, mpjGetField, mpjGetLogicField, mpjGetOrderField, mpjHasLogic, mpjHasPK, mpjIsPrimitive, mpjMapping
-
Constructor Details
-
Adapter355
public Adapter355()
-
-
Method Details
-
parserColum
public void parserColum(String alias, String from, String selectSql, Consumer<String> columConsumer) - Specified by:
parserColumin interfaceIAdapter
-
getTypeHandler
public org.apache.ibatis.type.TypeHandler<?> getTypeHandler(org.apache.ibatis.session.Configuration configuration, Class<?> propertyType, Class<? extends org.apache.ibatis.type.TypeHandler<?>> typeHandlerClass, Field field) - Specified by:
getTypeHandlerin interfaceIAdapter
-
wrapperInnerPage
public void wrapperInnerPage(org.apache.ibatis.plugin.Interceptor interceptor, Predicate<Object> predicate, Function<Object, Object> function) - Specified by:
wrapperInnerPagein interfaceIAdapter
-