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 classBooleanRepresentationFactory.BooleanBooleanRepresentationstatic classBooleanRepresentationFactory.Int10BooleanRepresentationstatic classBooleanRepresentationFactory.StringBooleanRepresentationBooleanRepresentation 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 BooleanRepresentationBooleanRepresentationFactory. BOOLEANprotected BooleanRepresentationDBDictionary. booleanRepresentationDefines howBooleanandbooleanvalues get represented in OpenJPA.static BooleanRepresentationBooleanRepresentationFactory. INT_10Methods in org.apache.openjpa.jdbc.sql that return BooleanRepresentation Modifier and Type Method Description BooleanRepresentationDBDictionary. getBooleanRepresentation()static BooleanRepresentationBooleanRepresentationFactory. valueOf(java.lang.String booleanRepresentationKey, java.lang.ClassLoader cl)
-