My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Project Information
Members

Using this Roo addon,adding auditing timestamp fields to entity will be super easy.

It adds "created" and "lastUpdated" fields to the entity and these fields will not be part of model instead managed as audit aspect.

@RooJavaBean
@RooToString
@RooEntity
@RooAuditTimeStamp
public class Person {

    private String firstName;

    private String lastName;

    private String emailAddress;
}
Powered by Google Project Hosting