h2
CREATE TABLE AS - how to add column with PK?
I have to create a table (H2 embedded database) using fields from other tables. I decided to use CREATE TABLE AS statement.[详细]
2023-01-31 05:32 分类:问答H2 (embedded) Database in Java - StackOverflowError
I use embedded H2 Database in Java SE project (jdbc:h开发者_如何学JAVA2:file:...) with JPA 2.0 (EclipseLink 2.1.1). I set also set MODE=Derby in jdbc url connection. Everything worked perfect till I a[详细]
2023-01-29 05:28 分类:问答H2 Datastore: how to execute console from Java app?
I have tested H2 as a server, and now i have it \"embedded\" in a Eclipse RCP Java App. Everything works jus开发者_运维百科t fine connecting to the Database engine.[详细]
2023-01-26 23:23 分类:问答nginx HttpProxyModule configuration help
I am trying to use nginx to enforce basic authentication before allowing access to the H2 database web console. This console is running on https://localhost:8084[详细]
2023-01-26 04:04 分类:问答Timeout error trying to lock table in h2
I get the following error under a certain scenario When a different thread is populating a lot of users via the bulk upload operation and I was trying to view the list of all users on a different web[详细]
2023-01-24 12:39 分类:问答Deleting a member from a ManyToMany collection throws org.h2.jdbc.JdbcBatchUpdateException
public class Group{ @ManyToMany(fetch=FetchType.EAGER, cascade=CascadeType.ALL, mappedBy=\"groups\") public Set<User> getUsers() {[详细]
2023-01-23 09:26 分类:问答H2 Database WIth .NET Application
I have created .NET APP that is s开发者_Go百科upposed queries the H2 DB but at the time of \"DriverManager.getConnection(DBUrl, DBUName, DBPassword);\"[详细]
2023-01-23 08:13 分类:问答java ClassNotFoundException for org.h2.Driver
I am trying to use H2 to connect to a database in Java (using Eclipse as the IDE). The sample does (below) throws a ClassNotFoundException. The thing is, I did add the h2 jar file to the system CLASSP[详细]
2023-01-21 12:32 分类:问答JPA/Hibernate support for migration?
I\'m currently working on a deskt开发者_开发百科op application using JPA/Hibernate to persist data in a H2 database. I\'m curious what my options are if I need to make changes to the database schema i[详细]
2023-01-20 06:27 分类:问答H2 Database error message localization
I have a problems with H2 Database exception messages. The language of the messages corresponds to开发者_开发问答 the OS language(I\'m using Windows). Is it possible to turn off localization feature t[详细]
2023-01-20 00:11 分类:问答