Skip to content

Commit 0f81591

Browse files
author
Mike Doerfler
committed
Fixed mapping of binary to Byte[]
SVN: trunk@495
1 parent fb39c6e commit 0f81591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate.DomainModel/Baz.hbm.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<generator class="hilo"/>
126126
</collection-id>
127127
<key column="baz"/>
128-
<element type="binary" column="bytez" not-null="true"/>
128+
<element type="Byte[]" column="bytez" not-null="true"/>
129129
</idbag>
130130

131131
<array name="stringArray">

0 commit comments

Comments
 (0)