get Declared Not Deleted Filter
abstract fun <T : Any> getDeclaredNotDeletedFilter(type: KClass<T>): KFilter<T>?
Content copied to clipboard
Get the builtin not deleted filter by jimmer 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