Uses of Interface
org.apache.openjpa.jdbc.sql.BooleanRepresentation
-
Packages that use BooleanRepresentation Package Description org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction -
-
Uses of BooleanRepresentation in org.apache.openjpa.jdbc.sql
Classes in org.apache.openjpa.jdbc.sql that implement BooleanRepresentation Modifier and Type Class Description 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 Modifier and Type Field Description static BooleanRepresentation
BooleanRepresentationFactory. BOOLEAN
protected BooleanRepresentation
DBDictionary. booleanRepresentation
Defines howBoolean
andboolean
values get represented in OpenJPA.static BooleanRepresentation
BooleanRepresentationFactory. INT_10
Methods in org.apache.openjpa.jdbc.sql that return BooleanRepresentation Modifier and Type Method Description BooleanRepresentation
DBDictionary. getBooleanRepresentation()
static BooleanRepresentation
BooleanRepresentationFactory. valueOf(java.lang.String booleanRepresentationKey, java.lang.ClassLoader cl)
-