Class BooleanRepresentationFactory.StringBooleanRepresentation

java.lang.Object
org.apache.openjpa.jdbc.sql.BooleanRepresentationFactory.StringBooleanRepresentation
All Implemented Interfaces:
BooleanRepresentation<String>
Enclosing class:
BooleanRepresentationFactory

public static class BooleanRepresentationFactory.StringBooleanRepresentation extends Object implements BooleanRepresentation<String>
BooleanRepresentation which takes 2 strings for true and false representations as constructor parameter;