Interface ExportHibernateHandle

All Known Implementing Classes:
TransientHibernateHandle

@Deprecated public interface ExportHibernateHandle
Deprecated.
since 8.0.0
Moved from hibernate-extras. This would be temporarily available to support legacy import export.
Since:
8.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    get(org.hibernate.Session session)
    Deprecated.
     
    Deprecated.
     
  • Method Details

    • get

      Object get(org.hibernate.Session session) throws org.hibernate.HibernateException
      Deprecated.
      Throws:
      org.hibernate.HibernateException
    • getClazz

      Class getClazz()
      Deprecated.