Class BaseEntityEntry

java.lang.Object
io.jmix.core.entity.BaseEntityEntry
All Implemented Interfaces:
EntityEntry, Serializable, Cloneable
Direct Known Subclasses:
EmbeddableEntityEntry, KeyValueEntity.KeyValueEntityEntry, NoIdEntityEntry, NullableIdEntityEntry

public abstract class BaseEntityEntry extends Object implements EntityEntry, Cloneable
Used by enhancing process. Direct subclass of BaseEntityEntry will be created for entity, that has primary key (an attribute annotated with Id, EmbeddedId or JmixId) and this primary key annotated with JmixGeneratedValue
See Also: