KSql Client Dsl
Types
Functions
Link copied to clipboard
Link copied to clipboard
fun addCacheAbandonedCallbacks(callbacks: Collection<CacheAbandonedCallback>)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setBinLogPropReader(prop: KProperty1<*, *>, reader: BinLogPropReader)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setConnectionManager(block: KSqlClientDsl.ConnectionManagerDsl.() -> Unit)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Under normal circumstances, users do not need to set the entity manager.
Link copied to clipboard
Link copied to clipboard
If this option is configured, when jimmer calls back org.babyfish.jimmer.sql.runtime.Executor.execute before executing SQL, it will check the stack trace information of the current thread.
Link copied to clipboard
This configuration is only useful for {@link org.babyfish.jimmer.sql.JoinColumn} of local associations (not remote associations across microservice boundaries) whose foreignKeyType is specified as AUTO.Its value indicates whether the foreign key is real, that is, whether there is a foreign key constraint in the database.
Link copied to clipboard
Link copied to clipboard
fun setIdOnlyTargetCheckingLevel(checkingLevel: IdOnlyTargetCheckingLevel)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
For RDBMS, pagination is slow if offset is large, especially for MySQL.
Link copied to clipboard
Link copied to clipboard
fun setScalarProvider(prop: KProperty1<*, *>, scalarProvider: ScalarProvider<*, *>)
Content copied to clipboard
fun setScalarProvider(prop: ImmutableProp, scalarProvider: ScalarProvider<*, *>)
Content copied to clipboard
Link copied to clipboard
fun setSerializedPropObjectMapper(prop: KProperty1<*, *>, mapper: ObjectMapper)
Content copied to clipboard
fun setSerializedPropObjectMapper(prop: ImmutableProp, mapper: ObjectMapper)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setSlaveConnectionManager(block: KSqlClientDsl.ConnectionManagerDsl.() -> Unit)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setUserIdGeneratorProvider(provider: StrategyProvider<UserIdGenerator<*>>)
Content copied to clipboard