Class PersisterOperations


  • @Deprecated
    public class PersisterOperations
    extends Object
    Deprecated.
    since 7.17.0
    Common operations used by various persisters.
    • Constructor Detail

      • PersisterOperations

        public PersisterOperations()
        Deprecated.
    • Method Detail

      • literalTypeFromString

        public Object literalTypeFromString​(org.hibernate.type.Type type,
                                            String str)
                                     throws org.hibernate.HibernateException
        Deprecated.
        Throws:
        org.hibernate.HibernateException
      • readId

        public TransientHibernateHandle readId​(Class clazz,
                                               String idString,
                                               org.hibernate.persister.entity.EntityPersister persister)
                                        throws org.hibernate.HibernateException
        Deprecated.
        Throws:
        org.hibernate.HibernateException