Class NuxeoConnectionProvider

  • All Implemented Interfaces:
    org.hibernate.connection.ConnectionProvider

    public class NuxeoConnectionProvider
    extends Object
    implements org.hibernate.connection.ConnectionProvider
    ConnectionProvider for Hibernate that looks up the datasource from the nuxeo's container.
    Since:
    5.7
    • Method Detail

      • configure

        public void configure​(Properties props)
        Specified by:
        configure in interface org.hibernate.connection.ConnectionProvider
      • close

        public void close()
                   throws org.hibernate.HibernateException
        Specified by:
        close in interface org.hibernate.connection.ConnectionProvider
        Throws:
        org.hibernate.HibernateException
      • supportsAggressiveRelease

        public boolean supportsAggressiveRelease()
        Specified by:
        supportsAggressiveRelease in interface org.hibernate.connection.ConnectionProvider