Search:

Type: Posts; User: ddsekar; Keyword(s):

Search: Search took 0.25 seconds.

  1. Replies
    1
    Views
    393

    I solved the issue :D Wrote a custom...

    I solved the issue :D Wrote a custom AbstractAuditable class.. thats all...


    @MappedSuperclass
    @Access(AccessType.FIELD)
    public class AbstractAuditable<U, PK extends Serializable> implements...
  2. Replies
    1
    Views
    393

    Customizing Auditing Entities Columns

    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...
Results 1 to 2 of 2