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