KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test > jdo > MapKey


1 /*
2  * Copyright (c) 2002 The XDoclet team
3  * All rights reserved.
4  */

5 package test.jdo;
6
7 /**
8  * @jdo.persistence-capable
9  * identity-type="datastore"
10  * objectid-class="java.lang.Long"
11  * requires-extent="false"
12  *
13  * @author <a HREF="mailto:youremail@yourdomain.com">youremail@yourdomain.com</a>
14  */

15 public class MapKey {
16     /**
17      * @jdo.field
18      * embedded="true"
19      */

20     private Super owner;
21 }
22
Popular Tags