| Package | Description |
|---|---|
| com.atlassian.confluence.core.persistence.hibernate | |
| com.atlassian.confluence.importexport.impl | |
| com.atlassian.confluence.importexport.xmlimport |
Imports Confluence data from an XML backup.
|
| com.atlassian.confluence.importexport.xmlimport.persister |
| Modifier and Type | Method and Description |
|---|---|
static TransientHibernateHandle |
TransientHibernateHandle.create(Class clazz,
Serializable id) |
static TransientHibernateHandle |
TransientHibernateHandle.createFromClassName(String className,
Serializable id) |
| Modifier and Type | Method and Description |
|---|---|
List<TransientHibernateHandle> |
HibernateAnyTypeDao.findAllPersistentObjectsHibernateHandles(Collection<Class<?>> excludedInterfaces) |
List<TransientHibernateHandle> |
ExporterAnyTypeDao.findAllPersistentObjectsHibernateHandles(Collection<Class<?>> excludedInterfaces)
Finds handles for all persistent objects.
|
| Modifier and Type | Method and Description |
|---|---|
TransientHibernateHandle |
HibernateObjectHandleTranslator.objectOrHandleToHandle(Object object) |
TransientHibernateHandle |
HibernateObjectHandleTranslator.objectToHandle(Object object) |
| Modifier and Type | Method and Description |
|---|---|
protected List<TransientHibernateHandle> |
XmlExporter.getHandlesOfObjectsForExport(HibernateObjectHandleTranslator translator,
net.sf.hibernate.Session session) |
protected List<TransientHibernateHandle> |
BackupExporter.getHandlesOfObjectsForExport(HibernateObjectHandleTranslator translator,
net.sf.hibernate.Session session) |
protected abstract List<TransientHibernateHandle> |
AbstractXmlExporter.getHandlesOfObjectsForExport(HibernateObjectHandleTranslator translator,
net.sf.hibernate.Session session) |
<T> com.google.common.base.Function<T,TransientHibernateHandle> |
HibernateObjectHandleTranslator.idToHandle(Class<?> clazz) |
com.google.common.base.Function<Long,TransientHibernateHandle> |
HibernateObjectHandleTranslator.idToHandleFunction(Class<Notification> notificationClass)
Deprecated.
Since 5.3. Use
HibernateObjectHandleTranslator.idToHandle(Class) |
com.google.common.base.Function<Object,TransientHibernateHandle> |
HibernateObjectHandleTranslator.objectToHandle() |
| Modifier and Type | Method and Description |
|---|---|
Object |
HibernateObjectHandleTranslator.handleToObject(TransientHibernateHandle handle)
Deprecated.
since 5.0. Use Object handleToObject(ExportHibernateHandle) instead
|
| Constructor and Description |
|---|
CollectionUpdateOperation(HibernateImportProcessorContext context,
TransientHibernateHandle collectionOwnerKey,
String collectionName,
TransientHibernateHandle memberKey) |
ObjectUpdateOperation(HibernateImportProcessorContext context,
TransientHibernateHandle objectHandle,
String propertyName,
TransientHibernateHandle propertyValueHandle) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BackupImporter.doSpecialProcessing(net.sf.hibernate.Session session,
TransientHibernateHandle key) |
| Modifier and Type | Method and Description |
|---|---|
TransientHibernateHandle |
PersisterOperations.readId(Class clazz,
String idString,
net.sf.hibernate.persister.ClassPersister persister) |
Copyright © 2003–2016 Atlassian. All rights reserved.