Interface | Description |
---|---|
OrderItemDao |
Entité de tri.
|
OrderTypeDao |
Type de tri, par exemple :
- tri des lieux par ordre géographique du Nord au sud
- ...
|
Class | Description |
---|---|
OrderItem |
Entité de tri.
|
OrderItem.Factory |
Constructs new instances of
OrderItem . |
OrderItemDaoBase |
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type
OrderItem . |
OrderItemDaoImpl | |
OrderItemImpl | |
OrderType |
Type de tri, par exemple :
- tri des lieux par ordre géographique du Nord au sud
- ...
|
OrderType.Factory |
Constructs new instances of
OrderType . |
OrderTypeDaoBase |
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type
OrderType . |
OrderTypeDaoImpl | |
OrderTypeImpl |
Enum | Description |
---|---|
OrderTypeId |
Copyright © 2012–2014 IFREMER. All rights reserved.