{"id":23649480,"url":"https://github.com/payneteasy/jdbc-proc","last_synced_at":"2025-09-01T01:31:08.684Z","repository":{"id":37276400,"uuid":"41819877","full_name":"payneteasy/jdbc-proc","owner":"payneteasy","description":"jdbc-proc provides mappings from POJOs to stored procedures","archived":false,"fork":false,"pushed_at":"2024-10-28T20:07:06.000Z","size":1385,"stargazers_count":7,"open_issues_count":9,"forks_count":5,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-07-23T07:30:27.081Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/payneteasy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-09-02T18:33:05.000Z","updated_at":"2025-02-17T00:23:55.000Z","dependencies_parsed_at":"2024-02-20T08:47:22.712Z","dependency_job_id":null,"html_url":"https://github.com/payneteasy/jdbc-proc","commit_stats":null,"previous_names":[],"tags_count":131,"template":false,"template_full_name":null,"purl":"pkg:github/payneteasy/jdbc-proc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/payneteasy%2Fjdbc-proc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/payneteasy%2Fjdbc-proc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/payneteasy%2Fjdbc-proc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/payneteasy%2Fjdbc-proc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/payneteasy","download_url":"https://codeload.github.com/payneteasy/jdbc-proc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/payneteasy%2Fjdbc-proc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273064107,"owners_count":25039259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-12-28T15:38:23.199Z","updated_at":"2025-09-01T01:31:07.895Z","avatar_url":"https://github.com/payneteasy.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"jdbc-proc provides mappings from POJOs to stored procedures.\n\n### 10 seconds introduction ###\nMapping a stored procedure to Java DAO:\n```java\npublic interface CompanyDao {\n\n    @AStoredProcedure( name = \"create_company\")\n    void createCompany(Company aCompany);\n\n}\n```\n\n[Read more about this example](https://github.com/payneteasy/jdbc-proc/wiki/ExampleCreateCompany)\n\n### Main features ###\n  * uses mapping specification of JPA with annotations: Entity, Column, OneToOne, ManyToOne, OneToMany, JoinColumn\n  * creates stored procedures mapping code on the fly\n  * integrated with [spring framework](http://www.springsource.org) and [Google Guice](https://github.com/google/guice)\n\nFor step-by-step instructions, see [Getting Started](https://github.com/payneteasy/jdbc-proc/wiki/GettingStarted) guide\n\n### Supported databases ###\n  * [MySQL](http://mysql.com) ≥ 5.0\n  * [MariaDB](https://mariadb.org) ≥ 10.0 \n  * [PostgreSQL](http://postgresql.org)\n  * [Microsoft SQL Server](http://www.microsoft.com/sqlserver)\n\n### Gratitudes ###\nMany thanks to [JProfiler](http://www.ej-technologies.com/products/jprofiler/overview.html)\n\n### Changelog ###\n\n**2022 Nov 25** Added possibility to serialize List input parameters as json string\n\n**2015 Sep 02** Migrated to github\n\n**2013 May 13** Added patched mysql jdbc driver with improved performance [mysql-connector-java-5.1.22-3-bin.jar](https://github.com/payneteasy/jdbc-proc/blob/master/mysql-driver/mysql-connector-java-5.1.22-3-bin.jar?raw=true)\n\n**2011 Nov 02** new version 1.1.1 released. Main feature: added postgresql support\n\n**2011 Nov 01** migrated from svn to git\n\n**2010 May 05** jdbc-proc artifacts are deployed on the Central Repository. Thanks Sonatype!\n\n### They already use jdbc-proc Framework in production environments: ###\n\n  * Payneteasy https://payneteasy.com\n  * Leads Protection System https://lp.systems\n  * Superfly SSO https://github.com/payneteasy/superfly\n  * Srvlog Logs Collector https://github.com/payneteasy/srvlog\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpayneteasy%2Fjdbc-proc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpayneteasy%2Fjdbc-proc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpayneteasy%2Fjdbc-proc/lists"}