1,051

Downloads

169

Downloads of v 2.0.0.13

2012-03-20

Last update

This is not the latest version of NPersistence available.

NPersistence

2.0.0.13

.NET Persistence API (also called NPersistence or NPA) is a ORM framework which also enables entity mapping useing annotations!! The project is based on JAVA's JPA and offers applications to use a standard API for their ORM operations. In this package, NPA is implemented by NHibernate. This package also contains SQLITE embedded DB so you can start working with no need to install a DB.

To install NPersistence, run the following command in the Package Manager Console

PM> Install-Package NPersistence -Version 2.0.0.13

Release Notes

TABLE_PER_CLASS inheritence uses 'Table per concrete class' strategy instead of 'implicit polymorphism' strategy. For mixed hierarchies where more than one strategy is used, 'implicit polimorphizm' strategy is still used for TABLE_PER_CLASS

Owners

Authors

Copyright

Copyright 2012

Tags

Dependencies

This package has no dependencies.

Version History

Version Downloads Last updated
NPersistence 2.0.0.14 275 Sunday, July 22 2012
NPersistence 2.0.0.13 169 Tuesday, March 20 2012