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