Package org.apache.openjpa.jdbc.sql
Class BooleanRepresentationFactory
- java.lang.Object
-
- org.apache.openjpa.jdbc.sql.BooleanRepresentationFactory
-
public class BooleanRepresentationFactory extends java.lang.ObjectFactory which is being used to create the activeBooleanRepresentation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBooleanRepresentationFactory.BooleanBooleanRepresentationstatic classBooleanRepresentationFactory.Int10BooleanRepresentationstatic classBooleanRepresentationFactory.StringBooleanRepresentationBooleanRepresentation which takes 2 strings for true and false representations as constructor parameter;
-
Field Summary
Fields Modifier and Type Field Description static BooleanRepresentationBOOLEANstatic BooleanRepresentationINT_10
-
Constructor Summary
Constructors Constructor Description BooleanRepresentationFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BooleanRepresentationvalueOf(java.lang.String booleanRepresentationKey, java.lang.ClassLoader cl)
-
-
-
Field Detail
-
INT_10
public static BooleanRepresentation INT_10
-
BOOLEAN
public static BooleanRepresentation BOOLEAN
-
-
Method Detail
-
valueOf
public static BooleanRepresentation valueOf(java.lang.String booleanRepresentationKey, java.lang.ClassLoader cl)
-
-