Class SelectCache

java.lang.Object
com.github.yulichang.wrapper.segments.SelectCache
All Implemented Interfaces:
Serializable

public class SelectCache extends Object implements Serializable
缓存
Since:
1.3.10
Author:
yulichang
See Also:
  • Constructor Details

    • SelectCache

      public SelectCache(Class<?> clazz, boolean isPk, String column, Class<?> columnType, String columProperty, boolean isSelect, com.baomidou.mybatisplus.core.metadata.TableFieldInfo tableFieldInfo)
  • Method Details

    • getTypeHandler

      public org.apache.ibatis.type.TypeHandler<?> getTypeHandler()