English 中文(简体)
核出口由编码组合时,可参考。
原标题:nhibernate export hibernate.cfg.xml when configured by code

我怎么能够从原产地组合中出口。 我在法典中配置了正文,而不是进口。 现在,我需要把 c和绘图Xml文档出口到其他本土工具。 我找到了出口制图的方法,但未能找到一种出口 c的方法。

NHibern 3.2

问题回答

我怀疑,这样做是容易的。 NHibernate. 例如,结构中没有任何提及NHibernate的内容。 Cfg.ConfigurationSchema.HibernateConfiguration category which conforms to nhibernate-configuration-2.2 xml schema. 您可以自行从密布特区挑选出HibernateConfiguration等级的所有财产。

NHibernate.Cfg.Configuration itself is serializable but it is serialized into quite different schema.

海事组织对传统 c夫(xml)档案的反馈会非常容易解决。





相关问题
nHibernate one-to-many inserts but doesnt update

Instead of getting into code, I have a simple question. Default behavior for a simple one-to-many is that it inserts the child record then updates the foreign key column with the parent key. Has ...

How Do I copy an existing nhibernate object as a new object?

I a persisted NHibernate object that I would like to repersist as a new entity. How do I get NHibernate to save this object as if it was a new? I am thinking I might create a session interceptor to ...

join across databases with nhibernate

I am trying to join two tables that reside in two different databases. Every time, I try to join I get the following error: An association from the table xxx refers to an unmapped class. If the ...

WPF - MVVM - NHibernate Validation

Im facing a bit of an issue when trying to validate a decimal property on domain object which is bound to a textbox on the view through the viewmodel. I am using NHibernate to decorate my property on ...

NHibernate Search in a List using ICriteria

I have my class X : public class ClassX { public virtual IList<ClassY> ListY { get; set; } ... } My ClassX mapping (using Fluent) ... HasMany<ClassX>(x => x.ListY ) ....

热门标签