Gavin King

Results 184 issues of Gavin King

Entities have a hardcoded `@Id` type. This doesn't seem to break anything. Still, it would be cleaner to do it properly.

With the introduction of the module system in JDK 9, quite a few things change for us, including some of the `javac` compiler APIs we're using. I've managed to get...

Add suggestions when a name is wrong. At least for property names. Probably impossible for entity names.

Enhance Hibernate to allow typechecking of function and operator arguments, according to the type system of the JPA spec.

Map keys are hardcoded to type `String`. (That's probably OK most of the time.)

Need to patch Hibernate to produce better error messages.

test disabled for now

A feature that Hibernate has had for a very long time, but which has never made it into the JPA spec is `StatelessSession`. The idea of a stateless session is...

candidate-for-4

I propose adding the new members `comment` and `check` to the `@Table` and `@Column` annotations, allowing the program to customize generated DDL with a check constraint and/or comment.

This adds two new members to the `@XxxxTable` and `@XxxxColumn` annotations, both of which help generate high-quality DDL.