接口 Example<E>

所有已知实现类:
ExampleImpl

public interface Example<E>
  • 方法详细资料

    • of

      static <E> Example<E> of(E obj)
    • of

      static <E> Example<E> of(org.babyfish.jimmer.Input<E> input)
    • like

      @NewChain default Example<E> like(org.babyfish.jimmer.meta.TypedProp.Scalar<E,String> prop)
    • like

      @NewChain Example<E> like(org.babyfish.jimmer.meta.TypedProp.Scalar<E,String> prop, LikeMode likeMode)
    • match

      @NewChain Example<E> match(Example.MatchMode mode)
    • match

      @NewChain Example<E> match(org.babyfish.jimmer.meta.TypedProp<E,?> prop, Example.MatchMode matchMode)
    • trim

      @NewChain Example<E> trim()
    • trim

      @NewChain Example<E> trim(org.babyfish.jimmer.meta.TypedProp.Scalar<E,String> prop)
    • ignoreZero

      @NewChain Example<E> ignoreZero(org.babyfish.jimmer.meta.TypedProp.Scalar<E,? extends Number> prop)
    • ilike

      @NewChain default Example<E> ilike(org.babyfish.jimmer.meta.TypedProp.Scalar<E,String> prop)
    • ilike

      @NewChain Example<E> ilike(org.babyfish.jimmer.meta.TypedProp.Scalar<E,String> prop, LikeMode likeMode)