KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > apache > ojb > broker > ArticleWithReferenceProxy


1 package org.apache.ojb.broker;
2
3 /**
4  * @ojb.class table="Artikel"
5  * @ojb.modify-inherited name="productGroup"
6  * proxy="true"
7  * auto-update="true"
8  */

9 public class ArticleWithReferenceProxy extends Article
10 {
11     public ArticleWithReferenceProxy()
12     {
13         super();
14     }
15 }
16
Popular Tags