Talking more about the allocationSize attribute in JPA
In the previous tutorials part 1 and part 2 about the @GeneratedValue annotation in JPA, I mentioned the allocationSize attribute when using the GenerationType.TABLE and GenerationType.SEQUENCE strategies. Notice that they are not detailed enough for you to understand the allocationSize attribute, so I added this article… Read More