| Package | Description |
|---|---|
| com.cybelia.sandra | |
| com.cybelia.sandra.entities |
| Modifier and Type | Method and Description |
|---|---|
Class<Commande> |
SandraQueryHelper.CommandeProperty.getEntityClass() |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandeDAOAbstract<E extends Commande> |
class |
CommandeDAOImpl<E extends Commande> |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandeAbstract |
class |
CommandeImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Commande |
LigneProduitAbstract.commande
Nom de l'attribut en BD : commande
|
| Modifier and Type | Method and Description |
|---|---|
Commande |
LigneProduit.getCommande() |
Commande |
LigneProduitAbstract.getCommande() |
| Modifier and Type | Method and Description |
|---|---|
E |
LigneProduitDAOAbstract.create(int ordre,
Commande commande)
Deprecated.
since 2.6.10, prefer use
LigneProduitDAOAbstract.createByNaturalId(int, com.cybelia.sandra.entities.Commande) |
E |
LigneProduitDAOAbstract.createByNaturalId(int ordre,
Commande commande) |
E |
LigneProduitDAOAbstract.createByNotNull(int ordre,
Commande commande) |
boolean |
LigneProduitDAOAbstract.existByNaturalId(int ordre,
Commande commande) |
List<E> |
LigneProduitDAOAbstract.findAllByCommande(Commande v) |
E |
LigneProduitDAOAbstract.findByCommande(Commande v) |
E |
LigneProduitDAOAbstract.findByNaturalId(int ordre,
Commande commande) |
void |
LigneProduit.setCommande(Commande commande) |
void |
LigneProduitAbstract.setCommande(Commande commande) |
Copyright © 2008-2013 Cybelia. All Rights Reserved.