API resource IDs in Spring Boot and Hibernate
Many Java teams place UUID V3 directly on API resources in Spring-style applications when public links should not depend on insert order. The appeal here is deterministic namespace-based values, which suits consistent identifiers.