Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/parameter
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15840/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/parameter

Modified Files:
        DiscriminatorValue.java Formula.java Lazy.java OrderBy.java 
        SqlType.java Type.java 
Log Message:
Get rid of ugly "xdoclet.hibernate.home" system variable. 
Remove H2 dependency - replace with own DTD resolver.

Index: Formula.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/parameter/Formula.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Formula.java        5 Oct 2004 10:28:54 -0000       1.1
--- Formula.java        21 Apr 2005 15:44:00 -0000      1.2
***************
*** 14,18 ****
  public interface Formula {
      /**
!      * name of database index
       */
      String getFormula();
--- 14,19 ----
  public interface Formula {
      /**
!      * An arbitrary SQL expression that is executed when a type has to be 
evaluated. Allows content-based
!      * discrimination.
       */
      String getFormula();

Index: DiscriminatorValue.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/parameter/DiscriminatorValue.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** DiscriminatorValue.java     28 Jan 2005 19:22:06 -0000      1.3
--- DiscriminatorValue.java     21 Apr 2005 15:44:00 -0000      1.4
***************
*** 12,17 ****
   */
  public interface DiscriminatorValue {
!     /**
!      * Specifies discriminator value
       */
      String getDiscriminatorValue();
--- 12,17 ----
   */
  public interface DiscriminatorValue {
!     /**
     * Specifies discriminator value. A value that distiguishes individual 
subclasses, used for
!      * polymorphic behaviour. Acceptable values include null and not null.
       */
      String getDiscriminatorValue();

Index: Type.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/parameter/Type.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Type.java   28 Jan 2005 19:22:06 -0000      1.4
--- Type.java   21 Apr 2005 15:44:00 -0000      1.5
***************
*** 12,17 ****
   */
  public interface Type {
!     /**
!      * sppecify hibernate type
       */
      String getType();
--- 12,16 ----
   */
  public interface Type {
!     /**
     * specify hibernate type
       */
      String getType();

Index: Lazy.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/parameter/Lazy.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Lazy.java   28 Jan 2005 19:22:06 -0000      1.3
--- Lazy.java   21 Apr 2005 15:44:00 -0000      1.4
***************
*** 12,17 ****
   */
  public interface Lazy {
!     /**
!      * lazyness
       */
      Boolean getLazy();
--- 12,16 ----
   */
  public interface Lazy {
!     /**
     * Lazyness. Lazy fetching may be completely disabled by setting 
lazy="false"
       */
      Boolean getLazy();

Index: SqlType.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/parameter/SqlType.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SqlType.java        28 Jan 2005 19:22:06 -0000      1.3
--- SqlType.java        21 Apr 2005 15:44:00 -0000      1.4
***************
*** 12,17 ****
   */
  public interface SqlType {
!     /**
!      * sppecify sql type
       */
      String getSqlType();
--- 12,16 ----
   */
  public interface SqlType {
!     /**
     * specify sql type
       */
      String getSqlType();

Index: OrderBy.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/parameter/OrderBy.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** OrderBy.java        28 Jan 2005 19:22:06 -0000      1.3
--- OrderBy.java        21 Apr 2005 15:44:00 -0000      1.4
***************
*** 12,17 ****
   */
  public interface OrderBy {
!     /**
!      * specify hibernate ordering
       */
      String getOrderBy();
--- 12,17 ----
   */
  public interface OrderBy {
!     /**
     * Specify hibernate ordering. Optional, JDK1.4 only. Specify a table 
column (or columns) that define the
!      * iteration order of the Map, Set  or bag, together with an optional asc 
or desc.
       */
      String getOrderBy();



-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to