docs concerning FilterListener and other extension points

2009-02-25 Thread Marc Logemann
Hi, i am on the way migrating a 120+ domain classes app from Kodo (jdo) to OpenJPA. But since we were power users of kodo with a whole lot of custom functions and extensions we need to rebuild them in OpenJPA. Unfortunately i found no docs at all regarding this. The official openJPA docs

Re: docs concerning FilterListener and other extension points

2009-02-25 Thread Marc Logemann
Hi, some more detailed questions on custom functions. I found that: http://openjpa.apache.org/builds/latest/docs/javadoc/org/apache/openjpa/jdbc/kernel/exps/JDBCWildcardMatch.html The example in this javadoc is this line of JPAQL: address.street.ext:wildcardMatch (\?ain*reet\) I dont bother