| Modifier and Type | Interface and Description |
|---|---|
interface |
IEntityWithCreationDate<IDT extends Serializable>
Interface which represents a an entity having a creation date.
|
interface |
IEntityWithCreationDateAndUpdateDate<IDT extends Serializable>
Interface which represents a an entity having a both a creation date and an update date.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntity<IDT extends Serializable>
Abstract class to be extended by Java entities mapped to a database.
|
class |
AbstractEntityWithCreationDate<IDT extends Serializable>
Abstract class to extends to implement entities having a creation date.
|
class |
AbstractEntityWithCreationDateAndUpdateDate<IDT extends Serializable>
Abstract class to extends to implement entities having both a creation date and an update date.
|
Copyright © 2017 GOMOOB. All rights reserved.