Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
In PortalPreference there is
@ElementCollection(fetch = FetchType.EAGER)
private List<String> values = new LinkedList<String>();
In MySQL this leads to a table PortalPreference_values which does not work on Unix systems with the initial_data.sql
Use a @CollectionTable to define its name