I want to set the default allocationSize that is set by default to 50 to another value. Is there a way to do that? I'd prefer to do this with default JPA, but Eclipselink would also be ok. I don't want to specify the allocationSize in each Entity I use.
@TableGenerator(name = "name", pkColumnValue = "pkColumnValue", allocationSize=1000)