接口的使用
org.hibernate.service.spi.Configurable
-
使用Configurable的程序包 程序包 说明 org.hibernate.engine.jdbc.batch.internal Internals for JDBC batching support.org.hibernate.engine.jdbc.connections.internal Internals for accessing JDBC Connectionsorg.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.transaction.jta.platform.internal org.hibernate.hikaricp.internal Implementation of ConnectionProvider using HikariCP.org.hibernate.secure.internal -
-
org.hibernate.engine.jdbc.batch.internal中Configurable的使用
实现Configurable的org.hibernate.engine.jdbc.batch.internal中的类 修饰符和类型 类 说明 classBatchBuilderImplA builder forBatchinstances. -
org.hibernate.engine.jdbc.connections.internal中Configurable的使用
实现Configurable的org.hibernate.engine.jdbc.connections.internal中的类 修饰符和类型 类 说明 classDatasourceConnectionProviderImplAConnectionProviderthat manages connections from an underlyingDataSource.classDriverManagerConnectionProviderImplA connection provider that uses theDriverManagerdirectly to open connections and provides a very rudimentary connection pool. -
org.hibernate.engine.jdbc.internal中Configurable的使用
实现Configurable的org.hibernate.engine.jdbc.internal中的类 修饰符和类型 类 说明 classJdbcServicesImplStandard implementation of theJdbcServicescontract -
org.hibernate.engine.transaction.jta.platform.internal中Configurable的使用
实现Configurable的org.hibernate.engine.transaction.jta.platform.internal中的类 修饰符和类型 类 说明 classAbstractJtaPlatformclassAtomikosJtaPlatformclassBitronixJtaPlatformclassBorlandEnterpriseServerJtaPlatformclassJBossAppServerJtaPlatformJtaPlatform definition for JBoss Application Server.classJBossStandAloneJtaPlatformReturn a standalone JTA transaction manager for JBoss (Arjuna) Transactions or WildFly transaction client Known to work for org.jboss.jbossts:jbossjta:4.9.0.GA as well as WildFly 11+classJOnASJtaPlatformJTA platform implementation for JOnASclassJOTMJtaPlatformclassJRun4JtaPlatformJtaPlatformimplementation for JRun4 ASclassOC4JJtaPlatformJtaPlatformimplementation for the OC4J (Oracle) AS.classOrionJtaPlatformJtaPlatformimplementation for OrionclassResinJtaPlatformJtaPlatformimplementation for ResinclassSapNetWeaverJtaPlatformJtaPlatformimplementation for SAP NetWeaverclassSunOneJtaPlatformJtaPlatformimplementation for Sun ONE Application Server 7 and aboveclassWeblogicJtaPlatformJtaPlatformimplementation for WeblogicclassWebSphereExtendedJtaPlatformJTA platform implementation intended for use with WebSphere Application Server (WAS).classWebSphereJtaPlatformJTA platform implementation for WebSphere (versions 4, 5.0 and 5.1)classWebSphereLibertyJtaPlatformJTA platform implementation intended for use with WebSphere Liberty and OpenLibertyclassWildFlyStandAloneJtaPlatformReturn a standalone JTA transaction manager for WildFly transaction client Known to work for WildFly 13+ -
org.hibernate.hikaricp.internal中Configurable的使用
实现Configurable的org.hibernate.hikaricp.internal中的类 修饰符和类型 类 说明 classHikariCPConnectionProviderHikariCP Connection provider for Hibernate. -
org.hibernate.secure.internal中Configurable的使用
实现Configurable的org.hibernate.secure.internal中的类 修饰符和类型 类 说明 classStandardJaccServiceImpl
-