|
||||||||||
| 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.security.entities.authorization.TopiaExpressionLinkDAOAbstract<E>
public abstract class TopiaExpressionLinkDAOAbstract<E extends TopiaExpressionLink>
| Field Summary |
|---|
| Fields inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
|---|
context, entityClass |
| Constructor Summary | |
|---|---|
TopiaExpressionLinkDAOAbstract()
|
|
| Method Summary | |
|---|---|
void |
delete(E entity)
delete : |
List<E> |
findAllByBy(String v)
findAllByBy : Retourne les éléments ayant comme valeur pour l'attribut by le paramètre. |
List<E> |
findAllByReplace(String v)
findAllByReplace : Retourne les éléments ayant comme valeur pour l'attribut replace le paramètre. |
E |
findByBy(String v)
findByBy : Retourne le premier élément trouvé ayant comme valeur pour l'attribut by le paramètre. |
E |
findByReplace(String v)
findByReplace : Retourne le premier élément trouvé ayant comme valeur pour l'attribut replace le paramètre. |
Class<E> |
getEntityClass()
getEntityClass : |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TopiaExpressionLinkDAOAbstract()
| Method Detail |
|---|
public Class<E> getEntityClass()
getEntityClass in interface TopiaDAO<E extends TopiaExpressionLink>getEntityClass in class TopiaDAOImpl<E extends TopiaExpressionLink>
public void delete(E entity)
throws TopiaException
delete in interface TopiaDAO<E extends TopiaExpressionLink>delete in class TopiaDAOImpl<E extends TopiaExpressionLink>entity -
TopiaException
public E findByReplace(String v)
throws TopiaException
v -
TopiaException
public List<E> findAllByReplace(String v)
throws TopiaException
v -
TopiaException
public E findByBy(String v)
throws TopiaException
v -
TopiaException
public List<E> findAllByBy(String v)
throws TopiaException
v -
TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||