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 classIdProperty<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 classLinkProperty<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 classObjectProperty<V>Generic implementation ofWritablePropertyfor arbitrary objects that do not have their own custom implementation.
-