Merge pull request #16 from lmann99/fix-lazyinitialization-user-profiles-roles
Include missed lazy=false to User hibernate config
This commit is contained in:
commit
d1c6144ae3
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@
|
|||
<property name="profileName" not-null="true" unique="true" column="profile_name" />
|
||||
|
||||
<!-- Index created in a database-object section -->
|
||||
<set name="roles" table="profile_roles">
|
||||
<set name="roles" table="profile_roles" lazy="false">
|
||||
<key column="profile_id"/>
|
||||
<element column="role">
|
||||
<type name="org.hibernate.type.EnumType">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue