gpt4 book ai didi

nhibernate - 使用 Fluent Nhibernate 映射带有参数的 nhibernate 自定义类型

转载 作者:行者123 更新时间:2023-12-04 00:50:45 28 4
gpt4 key购买 nike

我有一个 nhibernate 自定义类型,我想用 Fluent NHibernate 映射它。

HBM 映射如下所示。

<property name="DateConvention" access="nosetter.camelcase-underscore" column="date_convention" not-null="true">
<type name="DataAccess.Types.DateConventionCustomType, Services.DataAccess">
<param name="type">Services.Data.DateConventionTypeParameter, Services.Data</param>
</type>
</property>

我已成功映射自定义类型,但找不到配置 的方法参数 关于自定义类型映射。

有没有办法使用流畅的 nhibernate 映射它?

最佳答案

Fluent NHibernate 不公开此功能,但您可以将 hbm.xml 文件用于需要它的映射,并使用 ClassMap 进行其余的映射。

关于nhibernate - 使用 Fluent Nhibernate 映射带有参数的 nhibernate 自定义类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4665276/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com