This commit is contained in:
Steve Ebersole 2022-05-11 16:00:20 -05:00
parent 330d4312c9
commit 49734095da
1 changed files with 2 additions and 0 deletions

View File

@ -408,6 +408,8 @@ public class SqlTypes {
* The constant in the Java programming language, sometimes referred to
* as a type code, that identifies the generic SQL type
* {@code UUID}.
*
* @see org.hibernate.cfg.AvailableSettings#PREFERRED_UUID_JDBC_TYPE
*/
public static final int UUID = 3000;