Package | Description |
---|---|
org.apache.cayenne.access.types |
Defines an extendable mechanism to map Java types to JDBC types.
|
Modifier and Type | Method and Description |
---|---|
Json |
JsonType.materializeObject(CallableStatement rs,
int index,
int type) |
Json |
JsonType.materializeObject(ResultSet rs,
int index,
int type) |
Modifier and Type | Method and Description |
---|---|
void |
JsonType.setJdbcObject(PreparedStatement statement,
Json json,
int pos,
int type,
int scale) |
String |
JsonType.toString(Json value) |
Copyright © 2001–2021 Apache Cayenne. All rights reserved.