Author: epbernard
Date: 2007-08-08 09:47:16 -0400 (Wed, 08 Aug 2007)
New Revision: 12906
Modified:
trunk/HibernateExt/annotations/src/java/org/hibernate/annotations/Where.java
trunk/HibernateExt/annotations/src/java/org/hibernate/annotations/WhereJoinTable.java
Log:
ANN-647 javaDoc
Modified: trunk/HibernateExt/annotations/src/java/org/hibernate/annotations/Where.java
===================================================================
---
trunk/HibernateExt/annotations/src/java/org/hibernate/annotations/Where.java 2007-08-07
17:39:26 UTC (rev 12905)
+++
trunk/HibernateExt/annotations/src/java/org/hibernate/annotations/Where.java 2007-08-08
13:47:16 UTC (rev 12906)
@@ -7,6 +7,7 @@
/**
* Where clause to add to the element Entity or target entity of a collection
+ * The clause is written in SQL
*
* @author Emmanuel Bernard
*/
Modified:
trunk/HibernateExt/annotations/src/java/org/hibernate/annotations/WhereJoinTable.java
===================================================================
---
trunk/HibernateExt/annotations/src/java/org/hibernate/annotations/WhereJoinTable.java 2007-08-07
17:39:26 UTC (rev 12905)
+++
trunk/HibernateExt/annotations/src/java/org/hibernate/annotations/WhereJoinTable.java 2007-08-08
13:47:16 UTC (rev 12906)
@@ -8,6 +8,7 @@
/**
* Where clause to add to the colleciton join table
+ * The clause is written in SQL
*
* @author Emmanuel Bernard
*/
Show replies by date