Using {{@GeneratedValue(strategy=GenerationType.SEQUENCE)}} in a mapped superclass for MySql creates a helper table {{hibernate_sequence}} with _one row per concrete entity_.
For a running example, s. https://github.com/Maaartinus/bug-demo.
See also http://stackoverflow.com/ q a / 34596464 34749596 /581205. |
|