程序包的使用
org.hibernate.collection.spi
-
使用org.hibernate.collection.spi的程序包 程序包 说明 org.hibernate.action.internal Internals for action processing.org.hibernate.cache.spi.entry This package defines formats for disassembled state kept in the second level cache.org.hibernate.collection.internal Internal implementations and support for persistent collectionsorg.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.loading.internal Internal classes used to track loading of data, potentially across multiple ResultSetsorg.hibernate.engine.spi org.hibernate.event.internal This package defines a default set of event listeners that implements the default behaviors of Hibernate.org.hibernate.event.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.persister.collection This package abstracts the persistence mechanism for collections.org.hibernate.pretty Classes for pretty printing things for exception and log messages.org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.usertype Interfaces for user-defined custom types. -
org.hibernate.action.internal使用的org.hibernate.collection.spi中的类 类 说明 PersistentCollection Persistent collections are treated as value objects by Hibernate. -
org.hibernate.cache.spi.entry使用的org.hibernate.collection.spi中的类 类 说明 PersistentCollection Persistent collections are treated as value objects by Hibernate. -
org.hibernate.collection.internal使用的org.hibernate.collection.spi中的类 类 说明 PersistentCollection Persistent collections are treated as value objects by Hibernate. -
org.hibernate.engine.internal使用的org.hibernate.collection.spi中的类 类 说明 PersistentCollection Persistent collections are treated as value objects by Hibernate. -
org.hibernate.engine.loading.internal使用的org.hibernate.collection.spi中的类 类 说明 PersistentCollection Persistent collections are treated as value objects by Hibernate. -
org.hibernate.engine.spi使用的org.hibernate.collection.spi中的类 类 说明 PersistentCollection Persistent collections are treated as value objects by Hibernate. -
org.hibernate.event.internal使用的org.hibernate.collection.spi中的类 类 说明 PersistentCollection Persistent collections are treated as value objects by Hibernate. -
org.hibernate.event.spi使用的org.hibernate.collection.spi中的类 类 说明 PersistentCollection Persistent collections are treated as value objects by Hibernate. -
org.hibernate.internal使用的org.hibernate.collection.spi中的类 类 说明 PersistentCollection Persistent collections are treated as value objects by Hibernate. -
org.hibernate.persister.collection使用的org.hibernate.collection.spi中的类 类 说明 PersistentCollection Persistent collections are treated as value objects by Hibernate. -
org.hibernate.pretty使用的org.hibernate.collection.spi中的类 类 说明 PersistentCollection Persistent collections are treated as value objects by Hibernate. -
org.hibernate.type使用的org.hibernate.collection.spi中的类 类 说明 PersistentCollection Persistent collections are treated as value objects by Hibernate. -
org.hibernate.usertype使用的org.hibernate.collection.spi中的类 类 说明 PersistentCollection Persistent collections are treated as value objects by Hibernate.