程序包的使用
org.hibernate.context.spi
-
使用org.hibernate.context.spi的程序包 程序包 说明 org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.internal org.hibernate.boot.spi org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.org.hibernate.context.internal Internal implementations and support around "current session" handling.org.hibernate.context.spi SPI level contracts around "current session" support.org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
org.hibernate.boot使用的org.hibernate.context.spi中的类 类 说明 CurrentTenantIdentifierResolver A callback registered with theSessionFactorythat is responsible for resolving the current tenant identifier for use withCurrentSessionContextandSessionFactory.getCurrentSession() -
org.hibernate.boot.internal使用的org.hibernate.context.spi中的类 类 说明 CurrentTenantIdentifierResolver A callback registered with theSessionFactorythat is responsible for resolving the current tenant identifier for use withCurrentSessionContextandSessionFactory.getCurrentSession() -
org.hibernate.boot.spi使用的org.hibernate.context.spi中的类 类 说明 CurrentTenantIdentifierResolver A callback registered with theSessionFactorythat is responsible for resolving the current tenant identifier for use withCurrentSessionContextandSessionFactory.getCurrentSession() -
org.hibernate.cfg使用的org.hibernate.context.spi中的类 类 说明 CurrentTenantIdentifierResolver A callback registered with theSessionFactorythat is responsible for resolving the current tenant identifier for use withCurrentSessionContextandSessionFactory.getCurrentSession() -
org.hibernate.context.internal使用的org.hibernate.context.spi中的类 类 说明 AbstractCurrentSessionContext Base support forCurrentSessionContextimplementors.CurrentSessionContext Defines the contract for implementations which know how to scope the notion of acurrent session. -
org.hibernate.context.spi使用的org.hibernate.context.spi中的类 类 说明 CurrentSessionContext Defines the contract for implementations which know how to scope the notion of acurrent session. -
org.hibernate.engine.spi使用的org.hibernate.context.spi中的类 类 说明 CurrentTenantIdentifierResolver A callback registered with theSessionFactorythat is responsible for resolving the current tenant identifier for use withCurrentSessionContextandSessionFactory.getCurrentSession() -
org.hibernate.internal使用的org.hibernate.context.spi中的类 类 说明 CurrentTenantIdentifierResolver A callback registered with theSessionFactorythat is responsible for resolving the current tenant identifier for use withCurrentSessionContextandSessionFactory.getCurrentSession()