Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

PLINQO can generated your HBM files, entity classes, and all NHibernate configuration in seconds. It then allows you to safely regenerate that code at anytime, thus synchronizing your mappings with the database while still intelligently preserving custom changes.

PLINQO offers these primary features over standard NHibernate:

  • Instantly generate your HBM files from your database.
  • Instantly generate your Entities from your HBM files.
  • Quickly and safely regenerate your data layer against your database.
  • You can customize your HBM files and safely regenerate them!
  • Intelligently seeks out and merges data changes with code changes.
  • Ability to filter what gets updated from the database.
  • Each generated class is separated into editable and generated files.
  • Complex types are generated into an organized folder structure.
  • Generates chainable query extension methods that simplify query logic.
  • Query extensions support advanced comparison and containment operators.
  • No labels