1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Fixed fetch mapping in xsd

It was 'EXTRALAZY' and the constant name in ClassMetadata is 'EXTRA_LAZY'
This commit is contained in:
Attila Bukor 2012-03-16 17:00:12 +01:00
parent 6f3ef148a9
commit 7f3e90e291

View File

@ -177,7 +177,7 @@
<xs:restriction base="xs:token">
<xs:enumeration value="EAGER"/>
<xs:enumeration value="LAZY"/>
<xs:enumeration value="EXTRALAZY"/>
<xs:enumeration value="EXTRA_LAZY"/>
</xs:restriction>
</xs:simpleType>