Package | Description |
---|---|
org.apache.openjpa.jdbc.sql |
OpenJPA-JDBC SQL Abstraction
Utilities for generating SQL.
|
Modifier and Type | Class and Description |
---|---|
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;
|
Modifier and Type | Field and Description |
---|---|
static BooleanRepresentation |
BooleanRepresentationFactory.BOOLEAN |
protected BooleanRepresentation |
DBDictionary.booleanRepresentation
Defines how
Boolean and boolean values get represented
in OpenJPA. |
static BooleanRepresentation |
BooleanRepresentationFactory.INT_10 |
Modifier and Type | Method and Description |
---|---|
BooleanRepresentation |
DBDictionary.getBooleanRepresentation() |
static BooleanRepresentation |
BooleanRepresentationFactory.valueOf(String booleanRepresentationKey,
ClassLoader cl) |
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.