hsqldb
How to integrate HSQL DB with java application [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-17 07:21 分类:问答how to enable referential integrity in HSQL Db in-memory unit tests
I have o开发者_C百科ver 200 unit tests for my entire JPA backend and they all work great on hsql db 2.2. I have the tests running in a continuous build environment to verify the stability of the syste[详细]
2023-03-16 12:31 分类:问答GWT + Hibernate + HSQLDB
Hi I made a quick implementation of this: http://code.google.com/webtoolkit/articles/using_gwt_with_hibernate.html[详细]
2023-03-16 08:46 分类:问答H2, HSQLDB or any other embedded database using an InputStream
Can I use H2, HSQLDB, or any other embed开发者_运维问答ded database, with a database from an InputStream instead of a file?[详细]
2023-03-15 18:09 分类:问答Difficulty getting PK in HSQLDB
I\'m using hsqldb for a unit test (NOT production). These tests need to access the table\'s primary key, but I cant seem to get it to work. BTW, I\'m using the latest version 2.0.0[详细]
2023-03-12 10:22 分类:问答Failover support for a DB
We are currently evaluating failover support in different databases. We were earlier using HSQLDB but it seems that it does not have clustering/replication support.[详细]
2023-03-12 03:53 分类:问答HSQLDB clustering/replication support?
Does HSQLDB support replication or clustering. I found an age old experimental feature for HSQLDB replication.[详细]
2023-03-12 03:30 分类:问答HSQLDB in-memory mode persistence with JBoss
Is it possible to use HSQLD开发者_运维技巧B in in-memory mode and to save the data while JBoss is running and/or when JBoss stops?[详细]
2023-03-08 20:48 分类:问答Connect to HSQLDB database embedded in a Play application
I\'m studying Play!. I\'m using the HSQLDB embedded inside the framewok.It works fine for my needs, but I need to connect to it using a SQL client.[详细]
2023-03-08 17:35 分类:问答Patterns for filling in-memory databases with testing data
I would like to know what would be the best way to fill in memory database for testing with test data - how to manage such data, how to make simple insert scripts, what are good t开发者_开发知识库ools[详细]
2023-03-08 00:24 分类:问答