All Classes and Interfaces

Class
Description
Implementation of EntityBean as simple Bean.
Implementation of TypeMapping that is composed out of multiple SingleTypeMappings.
Edge<I extends EntityBean,O extends EntityBean>
An Edge connects two entities as a directed many-to-many relation.
Empty implementation of TypeMapping.
WritableBean for an entity that can be loaded from or saved to a database.
Extends PropertyBuilders for entity specific properties.
IdProperty for a foreign key to another entity.
PropertyBuilder for IdProperty.
IdProperty<V extends Id<?>>
SimpleProperty with Id value pointing to an entity.
ObjectProperty with Link value pointing to an entity.
PropertyBuilder for LinkProperty.
IdProperty for the primary key of an entity.
PropertyBuilder for IdProperty.
This is the implementation of PropertyFactory for ObjectProperty.
Implementation of PropertyFactory for LinkProperty.
This is the implementation of PropertyFactory for PkProperty.
Implementation of EntityBean as simple Bean.
Abstract base class similar to TypeMapping but only for a single source type.
Implementation of SingleTypeMapping for a simple static mapping.
TypedEdge<I extends EntityBean,O extends EntityBean>
An Edge that has a type that classifies the relation.
Interface to retrieve a TypeMapper for a given Class or property.