I solved the issue :D Wrote a custom AbstractAuditable class.. thats all...
@MappedSuperclass
@Access(AccessType.FIELD)
public class AbstractAuditable<U, PK extends Serializable> implements...
Type: Posts; User: ddsekar; Keyword(s):
I solved the issue :D Wrote a custom AbstractAuditable class.. thats all...
@MappedSuperclass
@Access(AccessType.FIELD)
public class AbstractAuditable<U, PK extends Serializable> implements...
Hi,
I am impressed with Spring Data – JPA and I started to replace our application DAL to Spring Data. While migrating I am facing couple of issues and need an expert advice.
Query 1: Our...