Skip to content

Given a java project, it detects tables and columns defined in the database but not in the hibernate entities. Useful to cleanup no longer used objects

Notifications You must be signed in to change notification settings

detomarco/hibernate-unmapped-objects

Repository files navigation

hibernate-unmapped-objects

Github actions Github actions Github actions

codecov

Detect tables and columns that are no longer used in the code base

Output

readme_output.png

Requirements

  • Node 14

Setup

  1. Create config file
    • Rename .huo.json.tmp in .huo.json and fill with the required data

Run with Node

  1. Install dependencies
npm install 
  1. Run application
npm start   

About

Given a java project, it detects tables and columns defined in the database but not in the hibernate entities. Useful to cleanup no longer used objects

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •