it.amattioli.dominate
Interface OptLockEntity<I extends Serializable>
- Type Parameters:
I - The entity id property class
- All Superinterfaces:
- Entity<I>
- All Known Implementing Classes:
- EntityImpl
public interface OptLockEntity<I extends Serializable>
- extends Entity<I>
This interface adds to Entity another property, called version, that
can be used for optimistic lock purposes.
- Author:
- a.mattioli
getVersion
Long getVersion()
setVersion
void setVersion(Long version)
Copyright © 2011. All Rights Reserved.