would it be easy to build another dao layer above ...
# exposed
c
would it be easy to build another dao layer above exposed that uses immutable data classes without inheritance?
t
You can look here for example of implementing custom “Repository” https://medium.com/@wifekraissi/spring-boot-kotlin-data-access-be85d69d6657
c
thanks thats exactly what i wanted. at first i was confused because part 1 is about spring-data.