huntlabs / hunt-entity

An object-relational mapping (ORM) framework for D language (Similar to JPA / Doctrine), support PostgreSQL and MySQL.

Home Page:https://www.huntlabs.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repository template must be `Model`

zoujiaqing opened this issue · comments

module app.repository.UserRepository;

class UserRepository : EntityRepository!(Mode, ID)
{}

Fixed in commit 26bc9f6.