java.lang.Object
org.eclipse.persistence.json.JsonPlatform
org.eclipse.persistence.json.MySQLJsonPlatform
- All Implemented Interfaces:
DatabaseJsonPlatform
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMySQL specific custom JSON parameter marker.voidupdateFieldTypes(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, isJsonTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
updateFieldTypesin interfaceDatabaseJsonPlatform- Overrides:
updateFieldTypesin classJsonPlatform- Parameters:
fieldTypeMapping-Mapwith mappings to be updated.
-
customParameterMarker
MySQL specific custom JSON parameter marker.- Returns:
- JSON parameter marker
-