Visual Paradigm Logo
     Build Quality Applications Faster, Better and Cheaper
 
Home | Products | Download | Documentation | Support | Resources | Partners | Quick Tour | Shop | Company |  
 
   Visual Paradigm Discussion Forum
  Login   [ Register ] Email: Password: Log me on automatically I lost my password  
Recent Topics
Advanced Search
Newbie General ORM Question  
Forum Index -> Object Relational Mapping (ORM)
Author Message
ChrisMoses


Joined: 2007/07/26
Messages: 1

Offline

Hi,
I am evaluating the VP suite and love it so far. I am just about to get started with the ORM features. I have a few questions:
1. It is built on top of nHibernate, correct?
2. Which version of nHibernate does it use?
3. How does it differ from normal nHibernate? Are there any specific docs on this?
4. Can I just use nhibernate? In other words, can I "drop-down" to normal nhibernate?

Thanks,
Chris
 
Jick


Joined: 2005/04/29
Messages: 2879

Offline

Hi Chris,

1. Yes

2. We support 1.0 in the current version. We will support 1.2 in the next version.

3. Don't worry, you do not need to know about nHibernate. You can just use our tool to generate the middle tier and use it in your code.

4. You can use our generated code (entity class) and mapping.
Using NHibernate:
Configuration cfg = new Configuration();
cfg.AddAssembly("AssemblyName", "hibernate.hbm.xml");

Best regards,
Jick

Visual Paradigm International Ltd.
http://www.visual-paradigm.com

Build Quality Applications Faster, Better and Cheaper
 
 
   Forum Index -> Object Relational Mapping (ORM)
Go to:   
Powered by JForum 2.1.4 © 2005 - Rafael Steil