Skip to content

maikelsouza/EnumGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EnumGenerator

Project created to generate an Enum having as data source in a domain table.

Follow the steps below:

  1. Configure the data about a connection of the database in class ConnectionFactory.java;
  2. Run a class Main.java;
  3. Enter with table name;
  4. Enter key name of table;
  5. Enter valeu name of table;
  6. Enter 0 for String or 1 for Long to inform the type of value;
  7. Wait to generate the enum;
  8. Done. Your file is here enuns.

About

Project created to generate an Enum having as data source in a domain table.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages