Interface ImportProcessorSummary
- All Known Implementing Classes:
ImportProcessorContext
Deprecated.
since 7.17.0 because of Hibernate 2 usage.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.<T> Collection<T>
getImportedObjectsOfType
(Class<T> clazz) Deprecated.Deprecated.Deprecated.getUnfixedIdFor
(Class clazz, Object newId) Deprecated.
-
Method Details
-
getImportedObjectHandlesOfType
Deprecated. -
getImportedObjectsOfType
<T> Collection<T> getImportedObjectsOfType(Class<T> clazz) throws org.hibernate.HibernateException, ImportExportException Deprecated.- Throws:
org.hibernate.HibernateException
ImportExportException
-
getUnfixedIdFor
Deprecated. -
getPersistedMappedHandles
Set<TransientHibernateHandle> getPersistedMappedHandles()Deprecated. -
getPersistedUnmappedHandles
Set<TransientHibernateHandle> getPersistedUnmappedHandles()Deprecated. -
getIdMappingFor
Deprecated.
-