Include missed lazy=false to User hibernate config

This commit is contained in:
lmann99 2017-01-23 23:39:49 -05:00
parent 8cfd3fa58c
commit 1cf2d17e8a

View file

@ -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">