接口的使用
org.hibernate.boot.registry.selector.StrategyRegistration
-
使用StrategyRegistration的程序包 程序包 说明 org.hibernate.boot.registry.selector Defines a feature-set around named registration of implementations of various contracts and the ability to select those implementations.org.hibernate.boot.registry.selector.internal Internals for building StrategySelectororg.hibernate.hikaricp.internal Implementation of ConnectionProvider using HikariCP. -
-
org.hibernate.boot.registry.selector中StrategyRegistration的使用
实现StrategyRegistration的org.hibernate.boot.registry.selector中的类 修饰符和类型 类 说明 classSimpleStrategyRegistrationImpl<T>A simple implementation of StrategyRegistration.返回变量类型为StrategyRegistration的类型的org.hibernate.boot.registry.selector中的方法 修饰符和类型 方法 说明 Iterable<StrategyRegistration>StrategyRegistrationProvider. getStrategyRegistrations()Get all StrategyRegistrations announced by this provider. -
org.hibernate.boot.registry.selector.internal中StrategyRegistration的使用
参数类型为StrategyRegistration的org.hibernate.boot.registry.selector.internal中的方法 修饰符和类型 方法 说明 <T> voidStrategySelectorBuilder. addExplicitStrategyRegistration(StrategyRegistration<T> strategyRegistration)Adds an explicit (as opposed to discovered) strategy registration. -
org.hibernate.hikaricp.internal中StrategyRegistration的使用
返回变量类型为StrategyRegistration的类型的org.hibernate.hikaricp.internal中的方法 修饰符和类型 方法 说明 Iterable<StrategyRegistration>StrategyRegistrationProviderImpl. getStrategyRegistrations()
-