Interface EntityWithDto<T>
- All Known Implementing Classes:
SettableIdAuditableEntity
,SettableIdBasedEntity
public interface EntityWithDto<T>
-
Method Summary
-
Method Details
-
toDto
T toDto()- Returns:
- a cloned or detached version of this entity
-