Class EntityInfoSqlHelper
- java.lang.Object
-
- com.atlassian.confluence.impl.backuprestore.restore.EntityInfoSqlHelper
-
public class EntityInfoSqlHelper extends Object
Helps to generate SQL queries (INSERT, UPDATE etc).- Since:
- 7.20.0
-
-
Constructor Summary
Constructors Constructor Description EntityInfoSqlHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
convertCustomTypeToDbReadyValue(org.hibernate.type.CustomType customType, String value)
Object
convertToDbReadyValue(org.hibernate.type.Type type, String value)
Map<String,Object>
createValuesForInsert(ImportedObjectV2 importedObject)
String
getInsertQuery(ExportableEntityInfo entityInfo)
-
-
-
Method Detail
-
getInsertQuery
public String getInsertQuery(ExportableEntityInfo entityInfo)
-
createValuesForInsert
public Map<String,Object> createValuesForInsert(ImportedObjectV2 importedObject)
-
convertToDbReadyValue
public Object convertToDbReadyValue(org.hibernate.type.Type type, String value)
-
-