Uses of Interface
io.github.mmm.property.object.WritableObjectProperty
-
Packages that use WritableObjectProperty Package Description 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).io.github.mmm.property.object Contains property infrastructure forObject
. -
-
Uses of WritableObjectProperty in io.github.mmm.entity.property.id
Classes in io.github.mmm.entity.property.id that implement WritableObjectProperty Modifier and Type Class Description class
IdProperty<E>
-
Uses of WritableObjectProperty in io.github.mmm.entity.property.link
Classes in io.github.mmm.entity.property.link that implement WritableObjectProperty Modifier and Type Class Description class
LinkProperty<E>
-
Uses of WritableObjectProperty in io.github.mmm.property.object
Classes in io.github.mmm.property.object that implement WritableObjectProperty Modifier and Type Class Description class
ObjectProperty<V>
Generic implementation ofWritableProperty
for arbitrary objects that do not have their own custom implementation.
-