{"id":18471371,"url":"https://github.com/gomoob/java-model","last_synced_at":"2025-05-12T13:43:08.827Z","repository":{"id":66359787,"uuid":"92395394","full_name":"gomoob/java-model","owner":"gomoob","description":"Gomoob Java Data Model library","archived":false,"fork":false,"pushed_at":"2017-10-21T16:53:12.000Z","size":76,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T18:46:01.997Z","etag":null,"topics":["data-model","entity","java"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gomoob.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2017-05-25T11:08:11.000Z","updated_at":"2017-05-25T14:21:00.000Z","dependencies_parsed_at":"2023-02-22T12:46:26.841Z","dependency_job_id":null,"html_url":"https://github.com/gomoob/java-model","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gomoob%2Fjava-model","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gomoob%2Fjava-model/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gomoob%2Fjava-model/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gomoob%2Fjava-model/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gomoob","download_url":"https://codeload.github.com/gomoob/java-model/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253749475,"owners_count":21958130,"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","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":["data-model","entity","java"],"created_at":"2024-11-06T10:16:44.078Z","updated_at":"2025-05-12T13:43:08.792Z","avatar_url":"https://github.com/gomoob.png","language":"Java","readme":"# java-model\n\n\u003e Gomoob Java Data Model library.\n\n[![Build Status](https://img.shields.io/travis/gomoob/java-model.svg?style=flat)](https://travis-ci.org/gomoob/java-model)\n\nThe Gomoob Data Model library contains utility interfaces, abstract classes and classes used to create Java Data Models\n/ Domain Models quickly and using best practices.\n\n## Setup\n\n### Maven\n\nAdd the following dependency to you `pom.xml` file.\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eorg.gomoob\u003c/groupId\u003e\n    \u003cartifactId\u003emodel\u003c/artifactId\u003e\n    \u003cversion\u003e1.2.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Usage\n\nRead the JavaDoc (we're currently preparing a more user friendly documentation with tutorials) and use what you need,\nfor example to create a simple `User` entity having an `Integer` identifier simply extends the `AbstractEntity`.\n\n```java\npackage com.mycompany.myproject.model.user;\n\nimport com.mycompany.myproject.model.IUser;\n\nimport org.gomoob.model.AbstractEntity\n\nclass User extends AbstractEntity\u003cInteger\u003e implements IUser {\n\n}\n```\n\n## Changelog\n\nAll notable changes to this project will be documented in the\n[CHANGELOG.md](https://github.com/gomoob/java-model/blob/master/CHANGELOG.md) file.\n\nThe format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to\n[Semantic Versioning](http://semver.org/).\n\n## About Gomoob\n\nAt [Gomoob](https://www.gomoob.com) we build high quality software with awesome Open Source frameworks everyday. Would\nyou like to start your next project with us? That's great! Give us a call or send us an email and we will get back to\nyou as soon as possible !\n\nYou can contact us by email at [contact@gomoob.com](mailto:contact@gomoob.com) or by phone number\n[(+33) 6 85 12 81 26](tel:+33685128126) or [(+33) 6 28 35 04 49](tel:+33685128126).\n\nVisit also http://gomoob.github.io to discover more Open Source softwares we develop.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgomoob%2Fjava-model","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgomoob%2Fjava-model","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgomoob%2Fjava-model/lists"}