jimmer-sql-kotlin
0.1.0
jimmer-sql-kotlin
/
org.babyfish.jimmer.sql.kt
/
KSqlClientDsl
KSql
Client
Dsl
class
KSqlClientDsl
Content copied to clipboard
Types
Functions
Properties
Types
List
Prop
DSL
Link copied to clipboard
inner
class
ListPropDSL
Content copied to clipboard
Reference
Prop
DSL
Link copied to clipboard
inner
class
ReferencePropDSL
Content copied to clipboard
Scalar
Provider
DSL
Link copied to clipboard
inner
class
ScalarProviderDSL
Content copied to clipboard
Type
DSL
Link copied to clipboard
inner
class
TypeDSL
<
T
:
Any
>
Content copied to clipboard
Functions
scalar
Providers
Link copied to clipboard
fun
scalarProviders
(
block
:
KSqlClientDsl.ScalarProviderDSL
.
(
)
->
Unit
)
Content copied to clipboard
type
Link copied to clipboard
fun
<
T
:
Any
>
type
(
type
:
KClass
<
T
>
,
block
:
KSqlClientDsl.TypeDSL
<
T
>
.
(
)
->
Unit
)
Content copied to clipboard
Properties
cacheFactory
Link copied to clipboard
var
cacheFactory
:
CacheFactory
?
=
null
Content copied to clipboard
connectionManager
Link copied to clipboard
var
connectionManager
:
ConnectionManager
?
=
null
Content copied to clipboard
defaultBatchSize
Link copied to clipboard
var
defaultBatchSize
:
Int
=
128
Content copied to clipboard
defaultListBatchSize
Link copied to clipboard
var
defaultListBatchSize
:
Int
=
16
Content copied to clipboard
dialect
Link copied to clipboard
var
dialect
:
Dialect
Content copied to clipboard
executor
Link copied to clipboard
var
executor
:
Executor
Content copied to clipboard
idGenerator
Link copied to clipboard
var
idGenerator
:
IdGenerator
?
Content copied to clipboard