[teiid-commits] teiid SVN: r3021 - trunk/documentation/client-developers-guide/src/main/docbook/en-US/content.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue Mar 22 22:01:33 EDT 2011


Author: shawkins
Date: 2011-03-22 22:01:33 -0400 (Tue, 22 Mar 2011)
New Revision: 3021

Modified:
   trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/using-hibernate.xml
Log:
TEIID-1525 update about id generation

Modified: trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/using-hibernate.xml
===================================================================
--- trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/using-hibernate.xml	2011-03-23 00:19:04 UTC (rev 3020)
+++ trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/using-hibernate.xml	2011-03-23 02:01:33 UTC (rev 3021)
@@ -7,10 +7,19 @@
     <title>Using Teiid with Hibernate</title>
     <section>
         <title>Limitations</title>
-        <para>Many Hibernate use cases assume a data source has the ability (with proper user permissions) 
+        <itemizedlist>
+        	<listitem>
+        		<para>Many Hibernate use cases assume a data source has the ability (with proper user permissions) 
         to process Data Definition Language (DDL) statements like CREATE TABLE and DROP TABLE 
         as well as Data Manipulation Language (DML) statements like SELECT, UPDATE, INSERT and DELETE. 
-        Teiid can handle a broad range of DML, but does not support DDL.</para>
+        Teiid can handle a broad range of DML, but does not support directly support DDL against a particular source.</para>
+        	</listitem>
+        	<listitem>
+        		<para>Sequence and Identity generation are not supported.  
+        		Identifier generation based upon table values, such as the hilo generator, require that the identifier table(s) be exposed through Teiid.  
+        		The GUID identifier generation strategy is directly supported.</para>
+        	</listitem>
+        </itemizedlist>
     </section>
     
     <section>



More information about the teiid-commits mailing list