Class VersionableUUIDEntity
- java.lang.Object
-
- de.alpharogroup.db.entity.base.UniqueableEntity<java.util.UUID>
-
- de.alpharogroup.db.entity.uniqueable.UUIDEntity
-
- de.alpharogroup.db.entity.versionable.VersionableUUIDEntity
-
- All Implemented Interfaces:
de.alpharogroup.db.entity.Identifiable<java.util.UUID>,java.io.Serializable
@MappedSuperclass public abstract class VersionableUUIDEntity extends UUIDEntity
The abstract classVersionableUUIDEntityis a concrete class ofUUIDEntityand holds anUUIDas primary key with a version property for the optimistic lock value.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VersionableUUIDEntity()
-
Method Summary
-
Methods inherited from class de.alpharogroup.db.entity.base.UniqueableEntity
toString
-
-