Hello,
We must use the specific SQL extension (DQL) to access/create data in content server (Documentum). Is there possibility to add custom query language interpretator in hibernate persistence model or is it enough to write Dialect which will support extended SQL queries building?
SQL examples:
CREATE document OBJECT SET object_name=''document sample", SET title="sample"
UPDATE document OBJECT SET object_name='new document sample', SET title='new sample' where r_object_id='091236eb8003f027'
DELETE document OBJECT where r_object_id='091236eb8003efd2'
|