Package org.apache.openjpa.jdbc.sql
Class BooleanRepresentationFactory
java.lang.Object
org.apache.openjpa.jdbc.sql.BooleanRepresentationFactory
Factory which is being used to create the active
BooleanRepresentation
.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
BooleanRepresentation which takes 2 strings for true and false representations as constructor parameter; -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BooleanRepresentation
valueOf
(String booleanRepresentationKey, ClassLoader cl)
-
Field Details
-
INT_10
-
BOOLEAN
-
-
Constructor Details
-
BooleanRepresentationFactory
public BooleanRepresentationFactory()
-
-
Method Details
-
valueOf
-