类 BuiltinFiltersImpl
java.lang.Object
org.babyfish.jimmer.sql.filter.impl.BuiltinFiltersImpl
- 所有已实现的接口:
BuiltInFilters
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getDeclaredAlreadyDeletedFilter(Class<?> type) Get the builtin `already deleted` filter by java typegetDeclaredAlreadyDeletedFilter(org.babyfish.jimmer.meta.ImmutableType immutableType) Get the builtin `already deleted` filter by jimmer typegetDeclaredNotDeletedFilter(Class<?> type) Get the builtin `not deleted` filter by java typegetDeclaredNotDeletedFilter(org.babyfish.jimmer.meta.ImmutableType immutableType) Get the builtin `not deleted` filter by jimmer type
-
构造器详细资料
-
BuiltinFiltersImpl
public BuiltinFiltersImpl()
-
-
方法详细资料
-
getDeclaredNotDeletedFilter
public Filter<Props> getDeclaredNotDeletedFilter(org.babyfish.jimmer.meta.ImmutableType immutableType) 从接口复制的说明:BuiltInFiltersGet the builtin `not deleted` filter by jimmer typeNote: The logical deleted property decorated by
LogicalDeletedmust be declared in the type directly, returns null if this property is defined in any supertype- 指定者:
getDeclaredNotDeletedFilter在接口中BuiltInFilters- 参数:
immutableType- Jimmer Type- 返回:
- Filter or null.
-
getDeclaredNotDeletedFilter
从接口复制的说明:BuiltInFiltersGet the builtin `not deleted` filter by java typeNote: The logical deleted property decorated by
LogicalDeletedmust be declared in the type directly, returns null if this property is defined in any supertype- 指定者:
getDeclaredNotDeletedFilter在接口中BuiltInFilters- 参数:
type- Java Type- 返回:
- Filter or null.
-
getDeclaredAlreadyDeletedFilter
public Filter<Props> getDeclaredAlreadyDeletedFilter(org.babyfish.jimmer.meta.ImmutableType immutableType) 从接口复制的说明:BuiltInFiltersGet the builtin `already deleted` filter by jimmer typeNote: The logical deleted property decorated by
LogicalDeletedmust be declared in the type directly, returns null if this property is defined in any supertype- 指定者:
getDeclaredAlreadyDeletedFilter在接口中BuiltInFilters- 参数:
immutableType- Jimmer Type- 返回:
- Filter or null.
-
getDeclaredAlreadyDeletedFilter
从接口复制的说明:BuiltInFiltersGet the builtin `already deleted` filter by java typeNote: The logical deleted property decorated by
LogicalDeletedmust be declared in the type directly, returns null if this property is defined in any supertype- 指定者:
getDeclaredAlreadyDeletedFilter在接口中BuiltInFilters- 参数:
type- Java Type- 返回:
- Filter or null.
-