Skip to content


Closed Refactor generated code for delete on relation without association entity
nuiton / topia #90 · created by Tony Chemit
It's pretty tricky !
List list = getContext().getHibernate().createSQLQuery(
                    "SELECT main.topiaid " +
                    "from contact2 main, contacts_party2 secondary " +
      ...
updated
Closed Remplacer l'utilisation de la requete SQL dans la génération pour le cas du delete N-N
nuiton / topia #44 · created by Tony Chemit
Relation N-N sans classe association. La table jointure existe mais pas en tant qu'entité hibernate. Ex :
List list = getContext().getHibernate().createSQLQuery(
                    "SELECT main.top...
updated