| Package | Description |
|---|---|
| com.cybelia.sandra | |
| com.cybelia.sandra.entities |
| Modifier and Type | Method and Description |
|---|---|
Class<Note> |
SandraQueryHelper.NoteProperty.getEntityClass() |
| Modifier and Type | Class and Description |
|---|---|
class |
NoteDAOAbstract<E extends Note> |
class |
NoteDAOImpl<E extends Note> |
| Modifier and Type | Class and Description |
|---|---|
class |
NoteAbstract |
class |
NoteImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Note> |
EleveurAbstract.notes
Nom de l'attribut en BD : notes
|
| Modifier and Type | Method and Description |
|---|---|
Note |
EleveurAbstract.getNotesByTopiaId(String topiaId) |
Note |
Eleveur.getNotesByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Note> |
EleveurAbstract.getNotes() |
Collection<Note> |
Eleveur.getNotes() |
| Modifier and Type | Method and Description |
|---|---|
void |
EleveurAbstract.addNotes(Note notes) |
void |
Eleveur.addNotes(Note notes) |
List<E> |
EleveurDAOAbstract.findAllContainsNotes(Note v) |
E |
EleveurDAOAbstract.findContainsNotes(Note v) |
void |
EleveurAbstract.removeNotes(Note notes) |
void |
Eleveur.removeNotes(Note notes) |
| Modifier and Type | Method and Description |
|---|---|
void |
EleveurAbstract.addAllNotes(Collection<Note> notes) |
void |
Eleveur.addAllNotes(Collection<Note> notes) |
void |
EleveurAbstract.setNotes(Collection<Note> notes) |
void |
Eleveur.setNotes(Collection<Note> notes) |
Copyright © 2008-2013 Cybelia. All Rights Reserved.