Uses of Interface
io.github.mmm.entity.bean.EntityBean
Packages that use EntityBean
Package
Description
Contains the API for entity beans.
Contains property support for IDs.
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 with type parameters of type EntityBeanModifier and TypeInterfaceDescriptioninterfaceEdge<I extends EntityBean,O extends EntityBean> interfaceEdge<I extends EntityBean,O extends EntityBean> interfaceTypedEdge<I extends EntityBean,O extends EntityBean> interfaceTypedEdge<I extends EntityBean,O extends EntityBean> Subinterfaces of EntityBean in io.github.mmm.entity.beanModifier and TypeInterfaceDescriptioninterfaceEdge<I extends EntityBean,O extends EntityBean> interfaceEntityBeanthat represents a node in a tree.interfaceTypedEdge<I extends EntityBean,O extends EntityBean> Classes in io.github.mmm.entity.bean that implement EntityBeanModifier and TypeClassDescriptionclassImplementation ofEntityBeanas simpleBean.classImplementation ofEntityBeanas simpleBean. -
Uses of EntityBean in io.github.mmm.entity.property.builder
Methods in io.github.mmm.entity.property.builder with type parameters of type EntityBeanModifier and TypeMethodDescriptiondefault <E extends EntityBean>
FkPropertyBuilder<E> EntityPropertyBuilders.newFk()default <E extends EntityBean>
FkPropertyBuilder<E> default <E extends EntityBean>
FkProperty<E> default <E extends EntityBean>
LinkPropertyBuilder<E> default <E extends EntityBean>
LinkProperty<E> -
Uses of EntityBean in io.github.mmm.entity.property.id
Classes in io.github.mmm.entity.property.id with type parameters of type EntityBeanModifier and TypeClassDescriptionclassFkProperty<E extends EntityBean>IdPropertyfor a foreign key to another entity.final classFkPropertyBuilder<E extends EntityBean>PropertyBuilderforIdProperty.classPropertyFactoryFk<E extends EntityBean>This is the implementation ofPropertyFactoryforObjectProperty. -
Uses of EntityBean in io.github.mmm.entity.property.link
Classes in io.github.mmm.entity.property.link with type parameters of type EntityBeanModifier and TypeClassDescriptionclassLinkProperty<E extends EntityBean>final classLinkPropertyBuilder<E extends EntityBean>PropertyBuilderforLinkProperty.classPropertyFactoryLink<E extends EntityBean>Implementation ofPropertyFactoryforLinkProperty.