Class AbstractObjectPersister
java.lang.Object
com.atlassian.confluence.importexport.xmlimport.persister.AbstractObjectPersister
- All Implemented Interfaces:
ObjectPersister
- Direct Known Subclasses:
ConfluenceUserPersister,ContentPropertyPersister,HibernateContentPermissionPersister,HibernateMembershipPersister,ReflectiveObjectPersister
Deprecated.
since 7.17.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.hibernate.persister.entity.EntityPersisterDeprecated.protected ImportedObjectDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.protected PersisterOperationsDeprecated.protected Set<TransientHibernateHandle> Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPrimitivePropertyValue(org.hibernate.persister.entity.EntityPersister entityPersister, PrimitiveProperty property) Deprecated.You will need to insert code here everytime you add a custom type.protected <E> EgetReferencePropertyValue(Class<E> clazz, String idString, ImportProcessorContext context) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.confluence.importexport.xmlimport.ObjectPersister
persist
-
Field Details
-
NAME_BUCKET_CLOB_STRING_TYPE
Deprecated. -
NAME_CUSTOM_CLOB_TYPE
Deprecated. -
NAME_NAMESPACE_USER_TYPE
Deprecated. -
NAME_CRYPTOGRAPHIC_KEY_TYPE
Deprecated. -
NAME_SPOOLING_BLOB_INPUT_STREAM_TYPE
Deprecated. -
NAME_USER_KEY_TYPE
Deprecated. -
NAME_INSTANT_TYPE
Deprecated. -
importedObject
Deprecated. -
entityPersister
protected org.hibernate.persister.entity.EntityPersister entityPersisterDeprecated. -
unsatisfiedObjectDependencies
Deprecated. -
persisterOperations
Deprecated.
-
-
Constructor Details
-
AbstractObjectPersister
public AbstractObjectPersister()Deprecated.
-
-
Method Details
-
getPrimitivePropertyValue
public Object getPrimitivePropertyValue(org.hibernate.persister.entity.EntityPersister entityPersister, PrimitiveProperty property) throws org.hibernate.HibernateException Deprecated.You will need to insert code here everytime you add a custom type.- Throws:
org.hibernate.HibernateException
-
getReferencePropertyValue
protected <E> E getReferencePropertyValue(Class<E> clazz, String idString, ImportProcessorContext context) throws Exception Deprecated.- Throws:
Exception
-