Module io.github.mmm.entity.bean
Provides entity-beans based on
mmm-bean
and mmm-entity
.-
-
Packages
Exports Package Description io.github.mmm.entity.bean Contains the API for entity beans.io.github.mmm.entity.property.builder io.github.mmm.entity.property.id Contains property support for IDs.io.github.mmm.entity.property.link Contains property support for links to entity bean (one-to-one relation).
-
Modules
Requires Modifier Module Description transitive io.github.mmm.bean Provides advanced Java beans based onmmm-property
.transitive io.github.mmm.entity Provides the API for (persistent) entities.Indirect Requires Modifier Module Description transitive io.github.mmm.base Provides fundamental APIs and helper classes.transitive io.github.mmm.event Provides generic, reusable infrastructure to define, send and receive events.transitive io.github.mmm.marshall Provides the API for mashalling and unmarshalling data to structured formats.transitive io.github.mmm.nls Provides advanced native language support.transitive io.github.mmm.property Provides advanced properties with support for change-listeners, bindings, validation, and marshalling.transitive io.github.mmm.property.builder Provides advanced properties with support for change-listeners, bindings, validation, and marshalling.transitive io.github.mmm.scanner Provides scanners that help to parse character sequences efficient and easily.transitive io.github.mmm.validation Provides validation API and infrastructure.transitive io.github.mmm.validation.main Provides standard validators with NLS and typed builders.transitive io.github.mmm.value Provides a minimalistic but powerful API for value containers.transitive io.github.mmm.value.observable Provides observable value API and implementation for standard Java types.
-
Services
Provides Type Description PropertyFactory<V,P extends WritableProperty<V>>
-