- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
- Parameters
-
Definition at line 31 of file JpaParticipationCatcher.java.
◆ createDao()
◆ doChangeFor()
◆ doDelete()
◆ doShow()
◆ getCanChangeFor()
◆ getCanDelete()
◆ getDao()
◆ getDescription()
◆ getParticipations()
Implements org.turro.activity.IParticipationCatcher.
Definition at line 36 of file JpaParticipationCatcher.java.
38 List<IParticipation> participations =
new ArrayList<>(l.size());
40 JpaParticipation<V> ja =
new JpaParticipation(
this);
46 participations.add(ja);
48 return participations;
abstract Object getReferringEntity(V v)
abstract WhereClause getQuery(Path entityPath)
abstract boolean getCanDelete(V v)
abstract boolean getCanChangeFor(V v)
◆ getQuery()
◆ getReferringEntity()
The documentation for this class was generated from the following file: