Class Adapter3431
java.lang.Object
com.github.yulichang.adapter.v3431.Adapter3431
- All Implemented Interfaces:
IAdapter
- Since:
- 1.4.7
- 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) mpjGetOrderField(com.baomidou.mybatisplus.core.metadata.TableInfo tableInfo) mpjMapping(com.baomidou.mybatisplus.core.metadata.TableFieldInfo tableFieldInfo) 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, mpjHasLogic, mpjHasPK, mpjIsPrimitive
-
Constructor Details
-
Adapter3431
public Adapter3431()
-
-
Method Details
-
mpjMapping
- Specified by:
mpjMappingin interfaceIAdapter
-
mpjGetOrderField
public List<OrderFieldInfo> mpjGetOrderField(com.baomidou.mybatisplus.core.metadata.TableInfo tableInfo) - Specified by:
mpjGetOrderFieldin interfaceIAdapter
-
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
-