getDeclaredAlreadyDeletedFilter

abstract fun <T : Any> getDeclaredAlreadyDeletedFilter(type: KClass<T>): KFilter<T>?

Get the builtin already deleted filter by java type

Note: The logical deleted property decorated by org.babyfish.jimmer.sql.LogicalDeleted must be declared in the type directly, returns null if this property is defined in any supertype

Return

Filter or null.

Parameters

type

Kotlin type