Class EntityInfoSqlHelper
java.lang.Object
com.atlassian.confluence.impl.backuprestore.restore.EntityInfoSqlHelper
Helps to generate SQL queries (INSERT, UPDATE etc).
- Since:
- 7.20.0
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvertCustomTypeToDbReadyValue
(org.hibernate.type.CustomType customType, String value) convertToDbReadyValue
(org.hibernate.type.Type type, String value) createValuesForInsert
(ImportedObjectV2 importedObject) static Object
getDbReadyValueFromProperty
(Object property) getInsertQuery
(ExportableEntityInfo entityInfo) protected static String
stripQuotesFromName
(String name)
-
Field Details
-
DATE_FORMAT
- See Also:
-
-
Constructor Details
-
EntityInfoSqlHelper
public EntityInfoSqlHelper()
-
-
Method Details
-
getInsertQuery
-
createValuesForInsert
-
convertToDbReadyValue
-
convertCustomTypeToDbReadyValue
-
getDbReadyValueFromProperty
-
stripQuotesFromName
-