KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test > hibernate > Updateable


1 package test.hibernate;
2
3 public interface Updateable {
4     
5     /**
6      * @hibernate.property
7      * column="LAST_UPDATED_BY"
8      */

9     public String JavaDoc getUpdateComment();
10 }
11
Popular Tags