entities.EntityIdFactoryProvider.kt Maven / Gradle / Ivy
package com.github.fluidsonic.baku
internal interface EntityIdFactoryProvider {
fun idFactoryForType(type: String): EntityId.Factory<*>?
}
package com.github.fluidsonic.baku
internal interface EntityIdFactoryProvider {
fun idFactoryForType(type: String): EntityId.Factory<*>?
}