Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: any
Mapping documents: N/A
Code between sessionFactory.openSession() and session.close(): N/A
Full stack trace of any exception that occurs:
Name and version of the database you are using: Sybase 12
The generated SQL (show_sql=true):N/A
Debug level Hibernate log excerpt:N/A
I am a newbie to Hibernate.
I am considering Hibernate for an application that uses a database that is used by a number of other applications. These applications can insert and update rows in the database.
Can I use Hibernate in this situation without making changes to the other applications.
(My concern is in how the special Hibernate tables and indexes will be updated if the other programs don't use Hibernate.)
A variant on this question: if i have a legacy database I want to use with Hibernate are there tools that can make the db Hibernate readable.
Any responses or pointers to areas of the documentation that I might have missed would be much appreciated.