[jbosstools-issues] [JBoss JIRA] (JBIDE-18565) Default generated entity is invalid
Max Rydahl Andersen (JIRA)
issues at jboss.org
Fri Oct 10 13:35:11 EDT 2014
[ https://issues.jboss.org/browse/JBIDE-18565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13010798#comment-13010798 ]
Max Rydahl Andersen commented on JBIDE-18565:
---------------------------------------------
you can, but otherwise we'll take care of it when we triage these issues after our curent ongoing release.
> Default generated entity is invalid
> -----------------------------------
>
> Key: JBIDE-18565
> URL: https://issues.jboss.org/browse/JBIDE-18565
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: hibernate, upstream
> Reporter: Arun Gupta
> Fix For: 4.3.x
>
>
> Code for a default generated JPA entity looks like:
> package org.svcc;
> import java.io.Serializable;
> import javax.persistence.*;
> /**
> * Entity implementation class for Entity: Student
> *
> */
> @Entity
> public class Student implements Serializable {
>
> private static final long serialVersionUID = 1L;
> public Student() {
> super();
> }
>
> }
> This is an invalid entity because each JPA entity must have a primary key.
> For a simpler OOTB experience, generate a default primary key.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
More information about the jbosstools-issues
mailing list