Uses of Interface
org.apache.openjpa.jdbc.kernel.exps.JDBCFilterListener

Packages that use JDBCFilterListener
org.apache.openjpa.jdbc.kernel.exps OpenJPA-JDBC Expression Tree 
 

Uses of JDBCFilterListener in org.apache.openjpa.jdbc.kernel.exps
 

Classes in org.apache.openjpa.jdbc.kernel.exps that implement JDBCFilterListener
 class GetColumn
          Returns the SQL alias of the named column for use in a query.
 class JDBCStringContains
          Deprecated. Use matches() instead.
 class JDBCWildcardMatch
          Deprecated. Use matches() instead.
 class SQLEmbed
          Simple listener which embeds its SQL argument into the query.
 class SQLExpression
          Deprecated. Use SQLEmbed directly
 class SQLValue
          Deprecated. Use SQLEmbed directly
 

Constructors in org.apache.openjpa.jdbc.kernel.exps with parameters of type JDBCFilterListener
Extension(JDBCFilterListener listener, Val target, Val arg, ClassMapping candidate)
          Constructor.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.