org.apache.openjpa.jdbc.sql
Class BooleanRepresentationFactory

java.lang.Object
  extended by org.apache.openjpa.jdbc.sql.BooleanRepresentationFactory

public class BooleanRepresentationFactory
extends Object

Factory which is being used to create the active BooleanRepresentation.


Nested Class Summary
static class BooleanRepresentationFactory.BooleanBooleanRepresentation
           
static class BooleanRepresentationFactory.Int10BooleanRepresentation
           
static class BooleanRepresentationFactory.StringBooleanRepresentation
          BooleanRepresentation which takes 2 strings for true and false representations as constructor parameter;
 
Field Summary
static BooleanRepresentation BOOLEAN
           
static BooleanRepresentation INT_10
           
 
Constructor Summary
BooleanRepresentationFactory()
           
 
Method Summary
static BooleanRepresentation valueOf(String booleanRepresentationKey, ClassLoader cl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INT_10

public static BooleanRepresentation INT_10

BOOLEAN

public static BooleanRepresentation BOOLEAN
Constructor Detail

BooleanRepresentationFactory

public BooleanRepresentationFactory()
Method Detail

valueOf

public static BooleanRepresentation valueOf(String booleanRepresentationKey,
                                            ClassLoader cl)


Copyright © 2006–2015 Apache Software Foundation. All rights reserved.