| Package | Description |
|---|---|
| com.comtrade.ecm.engine.datatypes |
Additional DataTypes.
All of them must implement DataType interface. |
| com.comtrade.ecm.engine.persistence |
| Modifier and Type | Method and Description |
|---|---|
static Id |
Id.of(java.lang.Object object) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Id.isEmpty(Id id) |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistenceEntityManager.delete(ApplicationUser user,
java.lang.Class<? extends T> businessEntityClass,
Id primaryKey) |
T |
PersistenceEntityManager.getById(ApplicationUser user,
java.lang.Class<T> businessEntityClass,
Id primaryKey) |
T |
PersistenceEntityManager.getByMasterId(ApplicationUser user,
java.lang.Class<T> businessEntityClass,
Id primaryKey) |