Uses of Interface
org.apache.openjpa.jdbc.sql.BooleanRepresentation
Packages that use BooleanRepresentation
-
Uses of BooleanRepresentation in org.apache.openjpa.jdbc.sql
Classes in org.apache.openjpa.jdbc.sql that implement BooleanRepresentationModifier and TypeClassDescriptionstatic class
static class
static class
BooleanRepresentation which takes 2 strings for true and false representations as constructor parameter;Fields in org.apache.openjpa.jdbc.sql declared as BooleanRepresentationModifier and TypeFieldDescriptionstatic 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 BooleanRepresentationModifier and TypeMethodDescriptionDBDictionary.getBooleanRepresentation()
static BooleanRepresentation
BooleanRepresentationFactory.valueOf
(String booleanRepresentationKey, ClassLoader cl)