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