change UuidEntityVersioning

This commit is contained in:
2019-08-05 20:29:15 +02:00
parent f56c84c675
commit 19e98250b7
2 changed files with 12 additions and 12 deletions

View File

@@ -10,4 +10,9 @@ interface RepositoryI<E: EntityI<*>> {
fun getClassName(): String {
return entityName.simpleName!!
}
enum class Direction {
asc,
desc
}
}