Update of /cvsroot/hibernate/Hibernate/cirrus/hibernate
In directory sc8-pr-cvs1:/tmp/cvs-serv5753/hibernate
Modified Files:
Datastore.java
Log Message:
shorter name generation for indexes / foreign keys (needed for DB2)
Index: Datastore.java
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/cirrus/hibernate/Datastore.java,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** Datastore.java 14 Dec 2002 09:27:55 -0000 1.32
--- Datastore.java 15 Dec 2002 07:27:37 -0000 1.33
***************
*** 131,135 ****
will be assumed to be mapping documents.
! @param resource the .jar file
@return Datastore
@throws MappingException
--- 131,135 ----
will be assumed to be mapping documents.
! @param resource the <tt>.jar</tt> file
@return Datastore
@throws MappingException
***************
*** 139,143 ****
/**
Generates a list of SQL statements that may be used to create the tables
! needed by this Datastore.
@param dialect the script SQL dialect
--- 139,143 ----
/**
Generates a list of SQL statements that may be used to create the tables
! needed by this <tt>Datastore</tt>.
@param dialect the script SQL dialect
***************
*** 148,152 ****
/**
Generates a list of SQL statements that may be used to drop the tables
! needed by this Datastore.
@param dialect the script SQL dialect
--- 148,152 ----
/**
Generates a list of SQL statements that may be used to drop the tables
! needed by this <tt>Datastore</tt>.
@param dialect the script SQL dialect
|