JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.client.core.base.model
Interface Entity<ID>
Type Parameters:
ID
- the type of the identifier for this entity
All Known Subinterfaces:
JpaEntity
<ID>
All Known Implementing Classes:
AbstractJpaEntity
public interface
Entity<ID>
An entity
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
ID
getId
()
Returns the unique identifier of the entity.
Method Detail
getId
ID
getId()
Returns the unique identifier of the entity. Could be the primary key of a table row.
Returns:
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method