https://kotlinlang.org logo
#exposed
Title
# exposed
c

christophsturm

10/26/2018, 9:55 PM
would it be easy to build another dao layer above exposed that uses immutable data classes without inheritance?
t

tapac

10/27/2018, 12:13 PM
You can look here for example of implementing custom “Repository” https://medium.com/@wifekraissi/spring-boot-kotlin-data-access-be85d69d6657
c

christophsturm

10/27/2018, 2:27 PM
thanks thats exactly what i wanted. at first i was confused because part 1 is about spring-data.