In my current project, I use HSQLDB 2.0 and JBoss5.1 . Currently I am starting the HSQLDB server from command prompt as :
I have JPA mapping to HSQLDB and persistence.xml reads as below: <persistence-unit name=\"HMC\">
I have JPA mapping to HSQLDB and persistence.xml reads as below : <persistence-unit name=\"HMC\">
I am trying to load an entity with byte data (annotated with @Lob) from an HSQL 2.0 database using Hibernate 3.5.6. This entity is able to be saved without any problems and is loaded fine if it is in
I\'m having huge performance issues with my Eclipse RCP application, apparently caused by Hibernate. To be more specific, the application takes extremely long to start up (up to 2 minutes) - profiling
I have an application that uses a mysql database but I would like to run the unit tests for the application in a hsqldb in-memory database. The problem is that some of my persistable model objects hav
Can I specify the initial value for an IDENTITY column using Hibernate/JPA annotations on top of an HSQLDB database?The relevant source code looks like this so far:
开发者_JS百科 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely soli
In my project, I need to maintain data in tree hierarchy. Below code is something which I can do in Oracle.
I recently upgraded HSQL from 1.8.0.10 to 2.0 and then 2.0.1.rc3 without any changes in my code or test data. I have lots of tests which previously worked and now i am getting lots of exceptions invol