Auto-generate property codes and join by code
All checks were successful
build-and-deploy / build-deploy (push) Successful in 40s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 40s
This commit is contained in:
@@ -7,4 +7,5 @@ import java.util.UUID
|
||||
interface PropertyRepo : JpaRepository<Property, UUID> {
|
||||
fun existsByCode(code: String): Boolean
|
||||
fun existsByCodeAndIdNot(code: String, id: UUID): Boolean
|
||||
fun findByCode(code: String): Property?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user