All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dbobjekts.api.SequenceForPrimaryKeyResolver.kt Maven / Gradle / Ivy

There is a newer version: 0.6.0-RC2
Show newest version
package com.dbobjekts.api

import com.dbobjekts.codegen.datatypemapper.ColumnMappingProperties

@FunctionalInterface
interface SequenceForPrimaryKeyResolver {
    fun invoke(properties: ColumnMappingProperties): String?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy