actframework / act-ebean

The ebean plugin that uses latest ebeanorm and requrie java 8 support
Apache License 2.0
2 stars 1 forks source link

It shall enhance model class with `@javax.persistence.Table` annotation #10

Open greenlaw110 opened 7 years ago

greenlaw110 commented 7 years ago

Right now it enhances model class with @javax.persistence.Entity annotation, it shall support @javax.persistence.Table annotated type also