public abstract class Entity extends Object
Entity that has an id field.| Modifier and Type | Class and Description |
|---|---|
static class |
Entity.EntityBuilder<C extends Entity,B extends Entity.EntityBuilder<C,B>> |
| Modifier | Constructor and Description |
|---|---|
protected |
Entity() |
protected |
Entity(Entity.EntityBuilder<?,?> b) |
| Modifier and Type | Method and Description |
|---|---|
void |
addExtraProperty(String k,
Object v)
Experimental feature to set extra properties in entity models.
|
Map<String,Object> |
getExtraProperties()
Experimental feature to expose extra properties in entity models.
|
boolean |
isSystemEntity()
Returns true if the class is a system entity, false otherwise.
|
protected Entity()
protected Entity(Entity.EntityBuilder<?,?> b)
public boolean isSystemEntity()
public void addExtraProperty(String k, Object v)
Copyright © 2023. All rights reserved.