Constant Field Values

Contents

com.imyeyu.*

  • com.imyeyu.spring.mapper.BaseMapper<T,P>
    Modifier and Type
    Constant Field
    Value
    public static final String
    " LIMIT 1"
    public static final String
    " AND (`deleted_at` IS NULL OR FLOOR(UNIX_TIMESTAMP(NOW(3)) * 1000) < `deleted_at`) "
    public static final String
    " AND (`deleted_at` IS NULL OR FLOOR(UNIX_TIMESTAMP(NOW(3)) * 1000) < `deleted_at`) LIMIT #{offset}, #{limit}"
    public static final String
    " FLOOR(UNIX_TIMESTAMP(NOW(3)) * 1000) "