| Interface | Description |
|---|---|
| IAction |
Interface which represents an action.
|
| IDefaultLanguageCode |
Interface used to manage getter and setter of a `defaultLanguageCode` attribute on an entity.
|
| 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.
|
| IState |
Interface which represents a state.
|
| ITranslatableEntity<IDT extends Serializable> |
Interface which represents a Translatable Business Entity.
|
| ITranslatableEntityWithCreationDate<IDT extends Serializable> |
Interface which represents a Translatable Business Entity having a creation date.
|
| ITranslatableEntityWithCreationDateAndUpdateDate<IDT extends Serializable> |
Interface which represents a Translatable Business Entity having a both a creation date and an
update date.
|
| ITranslation |
Interface which represents an Translation Entity.
|
| 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.