Uses of Class
org.apache.cayenne.value.GeoJson
-
Packages that use GeoJson Package Description org.apache.cayenne.access.types Defines an extendable mechanism to map Java types to JDBC types. -
-
Uses of GeoJson in org.apache.cayenne.access.types
Methods in org.apache.cayenne.access.types that return GeoJson Modifier and Type Method Description GeoJsonGeoJsonType. materializeObject(CallableStatement rs, int index, int type)GeoJsonGeoJsonType. materializeObject(ResultSet rs, int index, int type)Methods in org.apache.cayenne.access.types with parameters of type GeoJson Modifier and Type Method Description voidGeoJsonType. setJdbcObject(PreparedStatement statement, GeoJson geometry, int pos, int type, int scale)StringGeoJsonType. toString(GeoJson value)
-