uuidgenerator Questions

3

Solved

According to the documentation, the following usage is deprecated: @GenericGenerator( name = "UUID", strategy = "org.hibernate.id.UUIDGenerator" ) One shall use the new type...
Tirrell asked 19/7, 2023 at 16:12

1

Solved

Because strategy and UUIDGenerator is deprecated, this is the new UUID Generator: @GenericGenerator( name = "UUID", type = org.hibernate.id.uuid.UuidGenerator.class ) When using this...
Diplegia asked 18/9, 2023 at 15:28
1

© 2022 - 2024 — McMap. All rights reserved.