Package projectplayground.domains
Class BaseEntity
java.lang.Object
projectplayground.domains.BaseEntity
@MappedSuperclass
public abstract class BaseEntity
extends java.lang.Object
the BaseEntity class
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Long
id
-
Constructor Summary
Constructors Constructor Description BaseEntity()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
id
private java.lang.Long id
-
-
Constructor Details
-
BaseEntity
public BaseEntity()
-