Uses of Interface
org.apache.openjpa.jdbc.sql.BooleanRepresentation

Packages that use BooleanRepresentation
org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction Utilities for generating SQL. 
 

Uses of BooleanRepresentation in org.apache.openjpa.jdbc.sql
 

Classes in org.apache.openjpa.jdbc.sql that implement BooleanRepresentation
static class BooleanRepresentationFactory.BooleanBooleanRepresentation
           
static class BooleanRepresentationFactory.Int10BooleanRepresentation
           
static class BooleanRepresentationFactory.StringBooleanRepresentation
          BooleanRepresentation which takes 2 strings for true and false representations as constructor parameter;
 

Fields in org.apache.openjpa.jdbc.sql declared as BooleanRepresentation
static BooleanRepresentation BooleanRepresentationFactory.BOOLEAN
           
protected  BooleanRepresentation DBDictionary.booleanRepresentation
          Defines how Boolean and boolean values get represented in OpenJPA.
static BooleanRepresentation BooleanRepresentationFactory.INT_10
           
 

Methods in org.apache.openjpa.jdbc.sql that return BooleanRepresentation
 BooleanRepresentation DBDictionary.getBooleanRepresentation()
           
static BooleanRepresentation BooleanRepresentationFactory.valueOf(String booleanRepresentationKey, ClassLoader cl)
           
 



Copyright © 2006–2015 Apache Software Foundation. All rights reserved.