Class ByCreation<PK extends java.io.Serializable,T,U>
- java.lang.Object
-
- de.alpharogroup.db.entity.base.SequenceBaseEntity<PK>
-
- de.alpharogroup.db.entity.creatable.ByCreation<PK,T,U>
-
- Type Parameters:
PK- the generic type of the idT- the generic type of time measurementU- the generic type of the user or account
- All Implemented Interfaces:
de.alpharogroup.db.entity.accomplishable.Accomplishable<U>,de.alpharogroup.db.entity.creatable.ByCreatable<T,U>,de.alpharogroup.db.entity.creatable.Creatable<T>,de.alpharogroup.db.entity.creatable.IdentifiableByCreatable<PK,T,U>,de.alpharogroup.db.entity.Identifiable<PK>,java.io.Serializable
@Entity public class ByCreation<PK extends java.io.Serializable,T,U> extends SequenceBaseEntity<PK> implements de.alpharogroup.db.entity.creatable.IdentifiableByCreatable<PK,T,U>
The entity classByCreationis keeping the information for the creation of an entity. This entity can be extended or attached to another entity for keep information when it was created.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.alpharogroup.db.entity.base.SequenceBaseEntity
SEQUENCE_GENERIC_GENERATOR_NAME
-
-
Constructor Summary
Constructors Constructor Description ByCreation()
-
Method Summary
-
Methods inherited from class de.alpharogroup.db.entity.base.SequenceBaseEntity
toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.alpharogroup.db.entity.creatable.ByCreatable
getCreatedBy, setCreatedBy
-
-