java.lang.Object
org.eclipse.persistence.json.JsonPlatform
org.eclipse.persistence.json.MySQLJsonPlatform
- All Implemented Interfaces:
DatabaseJsonPlatform
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionMySQL specific custom JSON parameter marker.void
updateFieldTypes
(Hashtable<Class<?>, FieldTypeDefinition> fieldTypeMapping) Update the mapping of JSON class types to MySQL database types for the schema framework.Methods inherited from class org.eclipse.persistence.json.JsonPlatform
convertDataValueToJsonValue, convertJsonValueToDataValue, isJsonType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.persistence.internal.databaseaccess.DatabaseJsonPlatform
getJsonDataFromResultSet, unwrap, updateClassTypes
-
Constructor Details
-
MySQLJsonPlatform
public MySQLJsonPlatform()
-
-
Method Details
-
updateFieldTypes
Update the mapping of JSON class types to MySQL database types for the schema framework.- Specified by:
updateFieldTypes
in interfaceDatabaseJsonPlatform
- Overrides:
updateFieldTypes
in classJsonPlatform
- Parameters:
fieldTypeMapping
-Map
with mappings to be updated.
-
customParameterMarker
MySQL specific custom JSON parameter marker.- Returns:
- JSON parameter marker
-