程序包的使用
org.hibernate.proxy
-
使用org.hibernate.proxy的程序包 程序包 说明 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.bytecode.internal.bytebuddy Byte Buddy support internalsorg.hibernate.bytecode.internal.javassist Javassist support internalsorg.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.proxy This package defines a framework for lazy-initializing entity proxies.org.hibernate.proxy.map org.hibernate.proxy.pojo org.hibernate.proxy.pojo.bytebuddy org.hibernate.proxy.pojo.javassist org.hibernate.tuple.entity -
org.hibernate.boot使用的org.hibernate.proxy中的类 类 说明 EntityNotFoundDelegate Delegate to handle the scenario of an entity not found by a specified id. -
org.hibernate.boot.internal使用的org.hibernate.proxy中的类 类 说明 EntityNotFoundDelegate Delegate to handle the scenario of an entity not found by a specified id. -
org.hibernate.boot.spi使用的org.hibernate.proxy中的类 类 说明 EntityNotFoundDelegate Delegate to handle the scenario of an entity not found by a specified id. -
org.hibernate.bytecode.internal.bytebuddy使用的org.hibernate.proxy中的类 类 说明 ProxyConfiguration.Interceptor An interceptor object that is responsible for invoking a proxy's method.ProxyFactory Contract for run-time, proxy-based lazy initialization proxies. -
org.hibernate.bytecode.internal.javassist使用的org.hibernate.proxy中的类 类 说明 ProxyFactory Contract for run-time, proxy-based lazy initialization proxies. -
org.hibernate.bytecode.spi使用的org.hibernate.proxy中的类 类 说明 ProxyFactory Contract for run-time, proxy-based lazy initialization proxies. -
org.hibernate.cfg使用的org.hibernate.proxy中的类 类 说明 EntityNotFoundDelegate Delegate to handle the scenario of an entity not found by a specified id. -
org.hibernate.engine.spi使用的org.hibernate.proxy中的类 类 说明 EntityNotFoundDelegate Delegate to handle the scenario of an entity not found by a specified id. -
org.hibernate.internal使用的org.hibernate.proxy中的类 类 说明 EntityNotFoundDelegate Delegate to handle the scenario of an entity not found by a specified id. -
org.hibernate.proxy使用的org.hibernate.proxy中的类 类 说明 AbstractLazyInitializer Convenience base class for lazy initialization handlers.HibernateProxy Marker interface for entity proxiesLazyInitializer Handles fetching of the underlying entity for a proxyProxyConfiguration.Interceptor An interceptor object that is responsible for invoking a proxy's method. -
org.hibernate.proxy.map使用的org.hibernate.proxy中的类 类 说明 AbstractLazyInitializer Convenience base class for lazy initialization handlers.AbstractSerializableProxy Convenience base class for the serialized form ofAbstractLazyInitializer.HibernateProxy Marker interface for entity proxiesLazyInitializer Handles fetching of the underlying entity for a proxyProxyFactory Contract for run-time, proxy-based lazy initialization proxies. -
org.hibernate.proxy.pojo使用的org.hibernate.proxy中的类 类 说明 AbstractLazyInitializer Convenience base class for lazy initialization handlers.LazyInitializer Handles fetching of the underlying entity for a proxy -
org.hibernate.proxy.pojo.bytebuddy使用的org.hibernate.proxy中的类 类 说明 AbstractLazyInitializer Convenience base class for lazy initialization handlers.AbstractSerializableProxy Convenience base class for the serialized form ofAbstractLazyInitializer.HibernateProxy Marker interface for entity proxiesLazyInitializer Handles fetching of the underlying entity for a proxyProxyConfiguration.Interceptor An interceptor object that is responsible for invoking a proxy's method.ProxyFactory Contract for run-time, proxy-based lazy initialization proxies. -
org.hibernate.proxy.pojo.javassist使用的org.hibernate.proxy中的类 类 说明 AbstractLazyInitializer Convenience base class for lazy initialization handlers.AbstractSerializableProxy Convenience base class for the serialized form ofAbstractLazyInitializer.HibernateProxy Marker interface for entity proxiesLazyInitializer Handles fetching of the underlying entity for a proxyProxyFactory Contract for run-time, proxy-based lazy initialization proxies. -
org.hibernate.tuple.entity使用的org.hibernate.proxy中的类 类 说明 ProxyFactory Contract for run-time, proxy-based lazy initialization proxies.