hsqldb
Use HSQLDB in JBoss5.1
In my current project, I use HSQLDB 2.0 and JBoss5.1 . Currently I am starting the HSQLDB server from command prompt as :[详细]
2023-02-11 23:56 分类:问答not defined a non-jta-data-source in JPA
I have JPA mapping to HSQLDB and persistence.xml reads as below: <persistence-unit name=\"HMC\">[详细]
2023-02-11 22:45 分类:问答How to start Transaction in JTA EntityManager
I have JPA mapping to HSQLDB and persistence.xml reads as below : <persistence-unit name=\"HMC\">[详细]
2023-02-11 20:54 分类:问答Hibernate/hsqldb 2 Cannot Hydrate Blob Column
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[详细]
2023-02-11 12:38 分类:问答Persistence.createEntityManager() painfully slow with Hibernate
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[详细]
2023-02-11 12:17 分类:问答TEXT field that is compatible in mysql and hsqldb
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[详细]
2023-02-11 09:50 分类:问答Specify initial value of HSQLDB identity via annotation
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:[详细]
2023-02-10 15:37 分类:问答Best SQL browser for HSQLDB? [closed]
开发者_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[详细]
2023-02-10 03:27 分类:问答Tree structure data in HSQLDB
In my project, I need to maintain data in tree hierarchy. Below code is something which I can do in Oracle.[详细]
2023-02-08 04:13 分类:问答After upgrade to HSQL 2.0.1.rc3 - Lots of org.hsqldb.HsqlException: data exception: ... cast complaints
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[详细]
2023-02-07 23:44 分类:问答
加载中,请稍侯......