Java org.hibernate.jpa.boot.spi ProviderChecker fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.jpa.boot.spi ProviderChecker fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.jpa.boot.spi ProviderChecker.

The text is from its open source code.

Method

StringextractRequestedProviderName(PersistenceUnitDescriptor persistenceUnit, Map integration)
Extract the requested persistence provider name using the algorithm Hibernate uses.
booleanisProvider(PersistenceUnitDescriptor persistenceUnit, Map integration)
Does the descriptor and/or integration request Hibernate as the javax.persistence.spi.PersistenceProvider ?