Skip to content

Maven plugin that can generate finders, default properties, DbMigration.java etc

License

Notifications You must be signed in to change notification settings

ebean-orm-tools/codegen-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codegen-maven-plugin

This plugin generates "Finders".

It is included as part of the ebean-enhancement tile but also can be included separately via:

<plugin>
  <groupId>org.avaje.ebeanorm</groupId>
  <artifactId>codegen-maven-plugin</artifactId>
  <version>1.2</version>
</plugin>

Usage:

Show help

mvn ebean-codegen:help

Generate MainDbMigration.java, properties files, logback-test.xml

mvn ebean-codegen:init

Generate finders (where entity beans are in org.example.domain package)

mvn ebean-codegen:generate-finders -Dpackage=org.example.domain

About

Maven plugin that can generate finders, default properties, DbMigration.java etc

Resources

License

Stars

Watchers

Forks

Packages

No packages published