Skip to content

m-m-m/entity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Apache License, Version 2.0 Build Status

mmm-entity

Maven Central base JavaDoc

The module io.github.mmm.entity (artifactId mmm-entity) provides API and fundamentals for persistent entities. Especially it provides Id and Link with sophisticated support for entity handling.

Usage

Maven Dependency:

<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-entity</artifactId>
  <version>${mmm.entity.version}</version>
</dependency>

Module Dependency:

  requires transitive io.github.mmm.entity;

mmm-entity-bean

Maven Central base JavaDoc

The module io.github.mmm.entity.bean (artifactId mmm-entity-bean) adds propery and bean support on top of this. For motivation and details read the JavaDoc (see badge above).

Usage

Maven Dependency:

<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-entity-bean</artifactId>
  <version>${mmm.entity.version}</version>
</dependency>

Module Dependency:

  requires transitive io.github.mmm.entity.bean;

About

API and fundamentals for entity, ID, and link

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages