Steve Ebersole
Steve Ebersole
@ibre5041 You are probably more interested in using Hibernate's support for SQL comments. For basic CRUD operations, Hibernate operations can automatically inject comments - there is a setting to wnae...
Sorry, but I have no idea what you are talking about... ``` package org.hibernate.query; public interface Query ... { /** * Set the comment for this query. * * If...
Could you add a test for this please?
Yep. I'll get to this when I find some time to write a test
Well I did say when I have time. Been super busy with Hibernate 6. Again, we will get to it when we have time. On Wed, Mar 16, 2022, 12:57...
Add a setting which opts in to this behavior. Easy.
`@RevisionNumber` explicitly says that "values of this property should form a strictly-increasing sequence of numbers". A UUID obviously does not fit that description. @Naros you are much better versed in...
When a contract explicitly says "should do X" and something explicitly breaks that contract... I like to have an expert explain the ramifications. Whether using a UUID would work better...
Do we need to do anything special here with copyrights and/or licenses?
We'd definitely want to investigate the implication of BSD on LGPL and make it abundantly clear that the BSD only applies to those classes