KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > hints > CreateID


1 /*
2  * CreateID.java
3  *
4  * Created on July 20, 2006, 4:15 PM
5  *
6  * To change this template, choose Tools | Template Manager
7  * and open the template in the editor.
8  */

9
10 package hints;
11
12 import java.io.Serializable JavaDoc;
13 import javax.persistence.Entity;
14 import javax.persistence.Id;
15
16 /**
17  * Entity class CreateID
18  *
19  *
20  *
21  * @author jindra
22  */

23 @Entity
24 public class CreateID implements Serializable JavaDoc {}
25
26
Popular Tags