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 public abstract class AbstractObjectPersister extends Object implements ObjectPersister
Deprecated.since 7.17.0
-
-
Field Summary
Fields Modifier and Type Field Description protected org.hibernate.persister.entity.EntityPersister
entityPersister
Deprecated.protected ImportedObject
importedObject
Deprecated.static String
NAME_BUCKET_CLOB_STRING_TYPE
Deprecated.static String
NAME_CRYPTOGRAPHIC_KEY_TYPE
Deprecated.static String
NAME_CUSTOM_CLOB_TYPE
Deprecated.static String
NAME_INSTANT_TYPE
Deprecated.static String
NAME_NAMESPACE_USER_TYPE
Deprecated.static String
NAME_SPOOLING_BLOB_INPUT_STREAM_TYPE
Deprecated.static String
NAME_USER_KEY_TYPE
Deprecated.protected PersisterOperations
persisterOperations
Deprecated.protected Set<TransientHibernateHandle>
unsatisfiedObjectDependencies
Deprecated.
-
Constructor Summary
Constructors Constructor Description AbstractObjectPersister()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Object
getPrimitivePropertyValue(org.hibernate.persister.entity.EntityPersister entityPersister, PrimitiveProperty property)
Deprecated.You will need to insert code here everytime you add a custom type.protected <E> E
getReferencePropertyValue(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, wait
-
Methods inherited from interface com.atlassian.confluence.importexport.xmlimport.ObjectPersister
persist
-
-
-
-
Field Detail
-
NAME_BUCKET_CLOB_STRING_TYPE
public static final String NAME_BUCKET_CLOB_STRING_TYPE
Deprecated.
-
NAME_CUSTOM_CLOB_TYPE
public static final String NAME_CUSTOM_CLOB_TYPE
Deprecated.
-
NAME_NAMESPACE_USER_TYPE
public static final String NAME_NAMESPACE_USER_TYPE
Deprecated.
-
NAME_CRYPTOGRAPHIC_KEY_TYPE
public static final String NAME_CRYPTOGRAPHIC_KEY_TYPE
Deprecated.
-
NAME_SPOOLING_BLOB_INPUT_STREAM_TYPE
public static final String NAME_SPOOLING_BLOB_INPUT_STREAM_TYPE
Deprecated.
-
NAME_USER_KEY_TYPE
public static final String NAME_USER_KEY_TYPE
Deprecated.
-
NAME_INSTANT_TYPE
public static final String NAME_INSTANT_TYPE
Deprecated.
-
importedObject
protected ImportedObject importedObject
Deprecated.
-
entityPersister
protected org.hibernate.persister.entity.EntityPersister entityPersister
Deprecated.
-
unsatisfiedObjectDependencies
protected Set<TransientHibernateHandle> unsatisfiedObjectDependencies
Deprecated.
-
persisterOperations
protected PersisterOperations persisterOperations
Deprecated.
-
-
Method Detail
-
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
-
-