Uses of Interface
io.github.mmm.entity.bean.EntityBean
-
Packages that use EntityBean Package Description io.github.mmm.entity.bean Contains the API for entity beans.io.github.mmm.entity.property.link Contains property support for links to entity bean (one-to-one relation). -
-
Uses of EntityBean in io.github.mmm.entity.bean
Classes in io.github.mmm.entity.bean that implement EntityBean Modifier and Type Class Description class
SimpleEntityBean
Implementation ofEntityBean
as simpleBean
.Methods in io.github.mmm.entity.bean that return types with arguments of type EntityBean Modifier and Type Method Description default Id<? extends EntityBean>
EntityBean. getId()
default IdProperty<? extends EntityBean>
EntityBean. Id()
-
Uses of EntityBean in io.github.mmm.entity.property.link
Classes in io.github.mmm.entity.property.link with type parameters of type EntityBean Modifier and Type Class Description class
PropertyFactoryLink<E extends EntityBean>
Implementation ofPropertyFactory
forLinkProperty
.
-