Skip to content

Commit

Permalink
Fixed issue #115
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganesh Subramanian committed Sep 21, 2014
1 parent f9b6e3d commit ee47889
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
*/
package org.minnal.jpa.entity;

import javax.persistence.Access;
import javax.persistence.AccessType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
Expand All @@ -15,6 +17,7 @@
*
*/
@MappedSuperclass
@Access(AccessType.PROPERTY)
public class BaseDomain extends Model {

private Long id;
Expand Down

0 comments on commit ee47889

Please sign in to comment.