| Interface | Description |
|---|---|
| IEntity<IDT extends Serializable> |
Interface which represents a Business Entity.
|
| IEntityWithCreationDate<IDT extends Serializable> |
Interface which represents a an entity having a creation date.
|
| IEntityWithCreationDateAndUpdateDate<IDT extends Serializable> |
Interface which represents a an entity having a both a creation date and an update date.
|
| Class | Description |
|---|---|
| AbstractEntity<IDT extends Serializable> |
Abstract class to be extended by Java entities mapped to a database.
|
| AbstractEntityWithCreationDate<IDT extends Serializable> |
Abstract class to extends to implement entities having a creation date.
|
| 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.