ID - The type of the entity's id.S - The type of status.public interface StatusAwareDao<ID extends Serializable,S extends Enum<?>> extends DAO
GenericDao| Modifier and Type | Method and Description |
|---|---|
void |
updateStatus(ID id,
S status)
Update the entity's status field only.
|
Copyright © 2012. All Rights Reserved.