Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Data Layer Generation
    • Generate your HBM files from your database.
    • Supports Tables, Views, and Stored Procedures.
    • Supports associations and composite keys.
    • Generate your Entities from your HBM files.
  • Safe Regeneration
    • Safely regenerate your data layer against your database.
    • Intelligently seeks out and merges data changes with code changes.
    • Ability to filter what gets updated from the database.
  • Intuitive File Structure
    • Each generated class is separated into editable and generated files.
    • Complex types are generated into an organized folder structure.
  • Query Logic
    • Generates chainable query extension methods that simplify query logic.
    • Query extensions support advanced comparison and containment operators.