I\'m using Hibernate 3.2.2 GA with HSQLDB 2.0 GA, and I have a class hierarchy similar to the following:
Im trying to start an embedded version of hsqldb, and it works fine with the tool that are included, they\'re not slow or anything.
My current project uses HSQLDB in production mode. Since I wanted to upload the files and pictures to the database as BLOB, I would like to know
I started HsqlDB in server mode and set password for administrator account SA. Then I shutted down the server. Then I start开发者_高级运维ed the server again, but the password was gone. Must I set HSQ
I have a schema that looks like this: +----------+ tour| +----------+ id| name| +----------+ +----------+
I have a problem about hsqldb database. Firstly I want to ask where hsqldb keep data in file system, it keeps in directory which we give in the jdbc URL,doesn\'t it? Secondly, after test finis开发者_J
In SimpleORM (a JAVA ORM library) examples, I see a code like: java.sql.Driv开发者_运维知识库erManager.getConnection(\"jdbc:hsqldb:hsqlTempFiles;shutdown=true;\", \"sa\", \"\")
I am new to JPA and hibernate. I am using HSQLDB 2.0 and hibernate-JPA to insert image into BINARY column. I have annotated as follows
I have successfully created User Types with Postgres, and can read and write successfully. @org.hibernate.annotations.Type(type = \"com.xxx.datamodel.ext.FooType\" )
My unit test uses in-memory HSQLDB with on-the-fly generated schema by Hibernate. Now at a particular case (not detailed for now, related to a @ManyToMany relation), the schema export hangs. When that