Uses of Class
io.github.mmm.entity.bean.SimpleEntityBean
-
Packages that use SimpleEntityBean Package Description io.github.mmm.entity.bean Contains the API for entity beans. -
-
Uses of SimpleEntityBean in io.github.mmm.entity.bean
Fields in io.github.mmm.entity.bean with type parameters of type SimpleEntityBean Modifier and Type Field Description IdProperty<? extends SimpleEntityBean>
SimpleEntityBean. Id
Theproperty
with theprimary key
.Methods in io.github.mmm.entity.bean that return types with arguments of type SimpleEntityBean Modifier and Type Method Description IdProperty<? extends SimpleEntityBean>
SimpleEntityBean. Id()
Constructor parameters in io.github.mmm.entity.bean with type arguments of type SimpleEntityBean Constructor Description SimpleEntityBean(IdProperty<? extends SimpleEntityBean> idProperty)
The constructor.
-