Uses of Class
org.apache.cayenne.value.Json
Packages that use Json
Package
Description
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 JsonModifier and TypeMethodDescriptionJsonType.materializeObject
(CallableStatement rs, int index, int type) JsonType.materializeObject
(ResultSet rs, int index, int type) Methods in org.apache.cayenne.access.types with parameters of type JsonModifier and TypeMethodDescriptionvoid
JsonType.setJdbcObject
(PreparedStatement statement, Json json, int pos, int type, int scale)