class RequeryConfiguration
RequeryConfiguration(properties: Properties, useDefaultLogging: Boolean = false) |
val config: HikariConfig |
|
val dataSource: HikariDataSource |
|
val properties: Properties |
|
val useDefaultLogging: Boolean |
fun jdbcSession(): Connection |
|
fun makeSessionFactoryForModel(model: EntityModel): KotlinEntityDataStore<Persistable> |
|
fun sessionForModel(model: EntityModel): KotlinEntityDataStore<Persistable> |
val logger: Logger |
fun <T> Any.declaredField(name: String): DeclaredField<T>
Returns a DeclaredField wrapper around the declared (possibly non-public) instance field of the receiver object. fun <T> Any.declaredField(clazz: KClass<*>, name: String): DeclaredField<T>
Returns a DeclaredField wrapper around the (possibly non-public) instance field of the receiver object, but declared in its superclass clazz. |