|
Arkadiusz Firus, do you have a stack trace for the problem. 'limit' is an sql keyword, so it makes sense that a column cannot be given that name. If you want to keep 'limit' in your domain model, use the @Column annotation to change the database column name.
|