{"id":17197251,"url":"https://github.com/majora2007/easy-java","last_synced_at":"2026-01-21T10:01:38.659Z","repository":{"id":39727607,"uuid":"260701034","full_name":"majora2007/easy-java","owner":"majora2007","description":"I wrote this program because I was tired of writing POJOs from SQL then having to write the RowMapper afterwards. This simple program generates the Entity POJO and RowMapper","archived":false,"fork":false,"pushed_at":"2022-12-08T04:06:45.000Z","size":81,"stargazers_count":1,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T06:34:26.211Z","etag":null,"topics":["automation","java","pojobuilder","pojos","python","rowmapper","sql"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/majora2007.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-02T14:11:29.000Z","updated_at":"2021-03-31T20:04:24.000Z","dependencies_parsed_at":"2022-08-28T06:32:47.566Z","dependency_job_id":null,"html_url":"https://github.com/majora2007/easy-java","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/majora2007/easy-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/majora2007%2Feasy-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/majora2007%2Feasy-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/majora2007%2Feasy-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/majora2007%2Feasy-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/majora2007","download_url":"https://codeload.github.com/majora2007/easy-java/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/majora2007%2Feasy-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28631936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","java","pojobuilder","pojos","python","rowmapper","sql"],"created_at":"2024-10-15T01:55:54.487Z","updated_at":"2026-01-21T10:01:38.632Z","avatar_url":"https://github.com/majora2007.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Easy Java\n\nI wrote this program because I was tired of writing POJOs from SQL then having to write the RowMapper afterwards. This simple program generates the Entity POJO and RowMapper given the following:\n\n1. entity \"Application\" - Name of entity\n2. data \"C:/data.txt\" - A pipe separated export of the data. You only need header and 1 row of data. \n\nWill generate Entity.java and EntityRowMapper.java in directory invoked from.\n\nexample: python easyjava.py --entity ApplicationGroup --data \"C:/Users/majora2007/Desktop/testdata.txt\"\n\nWord list came from:\nhttps://raw.githubusercontent.com/first20hours/google-10000-english/master/google-10000-english-no-swears.txt\n\nBuild:\n//pyinstaller --onefile --add-data \"templates/*.*;./templates\" --add-data \"words.txt;.\" easyjava.py\nUse:\npyinstaller easyjava.spec\n\nTip: For compiling with Gooey:\nhttps://github.com/chriskiehl/Gooey/wiki/step-by-step-guide:-python3-gooey-and-pyinstaller\n\nTODO:\n- Idea: Show a preview and allow a mapping change before generating code.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmajora2007%2Feasy-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmajora2007%2Feasy-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmajora2007%2Feasy-java/lists"}