接口的使用
org.hibernate.resource.jdbc.LogicalConnection
-
使用LogicalConnection的程序包 程序包 说明 org.hibernate.resource.jdbc.internal org.hibernate.resource.jdbc.spi -
-
org.hibernate.resource.jdbc.internal中LogicalConnection的使用
实现LogicalConnection的org.hibernate.resource.jdbc.internal中的类 修饰符和类型 类 说明 classAbstractLogicalConnectionImplementorclassLogicalConnectionManagedImplRepresents a LogicalConnection where we manage obtaining and releasing the Connection as needed.classLogicalConnectionProvidedImpl -
org.hibernate.resource.jdbc.spi中LogicalConnection的使用
org.hibernate.resource.jdbc.spi中LogicalConnection的子接口 修饰符和类型 接口 说明 interfaceLogicalConnectionImplementorSPI contract for LogicalConnection
-