We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377ba9a commit 8de9ca0Copy full SHA for 8de9ca0
hibernate-core/src/test/java/org/hibernate/test/instrument/domain/DocumentsPropAccess.hbm.xml
@@ -59,11 +59,7 @@
59
<many-to-one name="owner" not-null="true" lazy="no-proxy" fetch="select"/>
60
<property name="text" not-null="true" length="2000" lazy="true"/>
61
<property name="lastTextModification" not-null="true" lazy="true" access="field"/>
62
- <property name="sizeKb" lazy="true">
63
- <column name="size_mb"
64
- read="size_mb * 1024.0"
65
- write="? / cast( 1024.0 as float )"/>
66
- </property>
+ <property name="sizeKb" lazy="true"/>
67
</class>
68
69
<class name="Entity" table="entity">
0 commit comments