|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.persistence.TopiaDAOImpl<E>
org.nuiton.topia.migration.TMSVersionDAOAbstract<E>
public abstract class TMSVersionDAOAbstract<E extends TMSVersion>
| Field Summary |
|---|
| Fields inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
|---|
context, entityClass |
| Constructor Summary | |
|---|---|
TMSVersionDAOAbstract()
|
|
| Method Summary | |
|---|---|
void |
delete(E entity)
delete : |
java.util.List<E> |
findAllByVersion(java.lang.String v)
findAllByVersion : Retourne les éléments ayant comme valeur pour l'attribut version le paramètre. |
E |
findByVersion(java.lang.String v)
findByVersion : Retourne le premier élément trouvé ayant comme valeur pour l'attribut version le paramètre. |
java.lang.Class<E> |
getEntityClass()
getEntityClass : |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaDAO |
|---|
addTopiaEntityListener, addTopiaEntityVetoable, commitTransaction, create, create, createQuery, createQuery, findAll, findAllByProperties, findAllByProperties, findAllByProperty, findAllContainsProperties, findAllContainsProperties, findAllIds, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByTopiaId, findContainsProperties, findContainsProperties, getContext, getRequestPermission, init, removeTopiaEntityListener, removeTopiaEntityVetoable, rollbackTransaction, size, update |
| Constructor Detail |
|---|
public TMSVersionDAOAbstract()
| Method Detail |
|---|
public java.lang.Class<E> getEntityClass()
getEntityClass in interface TopiaDAO<E extends TMSVersion>getEntityClass in class TopiaDAOImpl<E extends TMSVersion>
public void delete(E entity)
throws TopiaException
delete in interface TopiaDAO<E extends TMSVersion>delete in class TopiaDAOImpl<E extends TMSVersion>entity -
TopiaException
public E findByVersion(java.lang.String v)
throws TopiaException
v -
TopiaException
public java.util.List<E> findAllByVersion(java.lang.String v)
throws TopiaException
v -
TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||