| Package | Description |
|---|---|
| com.foreach.across.modules.hibernate.business | |
| com.foreach.across.modules.hibernate.dto | |
| com.foreach.across.modules.hibernate.util |
| Modifier and Type | Class and Description |
|---|---|
class |
SettableIdAuditableEntity<T extends org.springframework.data.domain.Persistable<Long>> |
class |
SettableIdBasedEntity<T extends org.springframework.data.domain.Persistable<Long>>
Base class for an entity with a unique long id, that allows the id to be manually set.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdBasedEntityDto<T extends IdBasedEntity>
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends IdBasedEntity> |
BasicServiceHelper.save(IdBasedEntityDto<T> dto,
Class<T> entityClass,
BasicRepository<T> repository)
Creates or updates an entity based on a DTO passed in.
|
Copyright © 2020. All rights reserved.