- Remove inline modifier on generated extension functions so they can be mocked
- Add DSL for bulk updates
- Add printing of the Panache query at DEBUG log level
- Note: output does not follow a specific format like SQL, JPQL, or HQL, and should only be used in debugging
Use Hibernate's SQL logging functionality to see what is actually being queried
- Note: output does not follow a specific format like SQL, JPQL, or HQL, and should only be used in debugging
- Add basic documentation for exposed API
- Remove
whereGroup
,andGroup
, andorGroup
functions in favor of expression chaining
- Add the
@ColumnType
annotation to override the generatedColumn
's type parameter
- Initial release