1. Problems with Database Development Perspective - no schema objects displayed forum.springsource.orgI set up a Data Source product: MS SQLServer 2005 driver: jtds-1.2 The data source connection is successful and I can browse to the schema but no objects (tables, views, etc) ... |
2. All Database objects are null??? forum.springsource.orgAll Database objects are null??? If this is the wrong forum im sorry, but i really don't know whats causing the issue so I didn't know where to post. Anyways im ... |
3. retrving the object from the database forum.springsource.orgretrving the object from the database Hi I have sql soemthing like this Select t1.* from instruments t1, instruments t2, instr_reln t3 where (t1.Id = t3.PId or t2.Id = t3.CId) means ... |
4. How to store thousands of Java Objects in DB efficiently forum.springsource.orgI have to store thousands of Java objects in DB. My DB Administrator is not happy to have issuance of thousands of separate SQL inserts one for each object/record. Could some ... |
5. Java object in sync with Database forum.springsource.orgHi, I', searching for solution, where i want to keep a POJO object in sync with a table, if any external process change the table the corresponding POJO would get change. ... |
6. How i to create DB's objects separately? forum.springsource.orgHi! I need to know about to obtein a structure existing on database or how i can execute script for creation of tables on database. Is this possible? Regards! |
7. Auxillary database-object & AnnotationConfiguration forum.springsource.orgHi, I'm trying to use an Auxillary database-object, see, http://docs.jboss.org/hibernate/core...atabase-object to alter some foreign keys, however it is never executed (even if I implement my own). I've tried stepping through the ... |