Interface ImportProcessorSummary
-
- All Known Implementing Classes:
ImportProcessorContext
@Deprecated public interface ImportProcessorSummary
Deprecated.since 7.17.0 because of Hibernate 2 usage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Object
getIdMappingFor(TransientHibernateHandle handle)
Deprecated.Collection<TransientHibernateHandle>
getImportedObjectHandlesOfType(Class clazz)
Deprecated.<T> Collection<T>
getImportedObjectsOfType(Class<T> clazz)
Deprecated.Set<TransientHibernateHandle>
getPersistedMappedHandles()
Deprecated.Set<TransientHibernateHandle>
getPersistedUnmappedHandles()
Deprecated.Object
getUnfixedIdFor(Class clazz, Object newId)
Deprecated.
-
-
-
Method Detail
-
getImportedObjectHandlesOfType
Collection<TransientHibernateHandle> getImportedObjectHandlesOfType(Class clazz)
Deprecated.
-
getImportedObjectsOfType
<T> Collection<T> getImportedObjectsOfType(Class<T> clazz) throws org.hibernate.HibernateException, ImportExportException
Deprecated.- Throws:
org.hibernate.HibernateException
ImportExportException
-
getPersistedMappedHandles
Set<TransientHibernateHandle> getPersistedMappedHandles()
Deprecated.
-
getPersistedUnmappedHandles
Set<TransientHibernateHandle> getPersistedUnmappedHandles()
Deprecated.
-
getIdMappingFor
Object getIdMappingFor(TransientHibernateHandle handle)
Deprecated.
-
-