Uses of Class
org.apache.cayenne.access.jdbc.BindDirective

Packages that use BindDirective
org.apache.cayenne.access.jdbc Contains classes that handle JDBC interactions. 
 

Uses of BindDirective in org.apache.cayenne.access.jdbc
 

Subclasses of BindDirective in org.apache.cayenne.access.jdbc
 class BindEqualDirective
          A custom Velocity directive to create a PreparedStatement parameter text for "= ?".
 class BindNotEqualDirective
          A custom Velocity directive to create a PreparedStatement parameter text for "<>?".
 class BindObjectEqualDirective
          A custom Velocity directive to create a set of SQL conditions to match an ObjectId of an object.
 class BindObjectNotEqualDirective
          A custom Velocity directive to create a set of SQL conditions to check unequality of an ObjectId of an object.
 



Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.