HSQL « Insert « JPA Q&A





1. Store values in GenerationTime.INSERT annotated column in HSQL    stackoverflow.com

I am using HSQL for testing purposes. I have one column in database which is autogenerated. I have annotated in the following way.

@Column(, unique = true, nullable = true, insertable ...

2. Simple insert HSQL doesn't work    forum.hibernate.org