public interface DbEntity
Modifier and Type | Method and Description |
---|---|
String |
getId() |
Object |
getPersistentState()
Returns a representation of the object,
as would be stored in the database.
|
void |
setId(String id) |
Copyright © 2020. All rights reserved.