程序包的使用
org.hibernate.metadata
-
使用org.hibernate.metadata的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.engine.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.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. -
org.hibernate使用的org.hibernate.metadata中的类 类 说明 ClassMetadata Exposes entity class metadata to the applicationCollectionMetadata Exposes collection metadata to the application -
org.hibernate.engine.spi使用的org.hibernate.metadata中的类 类 说明 ClassMetadata Exposes entity class metadata to the applicationCollectionMetadata Exposes collection metadata to the application -
org.hibernate.internal使用的org.hibernate.metadata中的类 类 说明 ClassMetadata Exposes entity class metadata to the applicationCollectionMetadata Exposes collection metadata to the application -
org.hibernate.persister.collection使用的org.hibernate.metadata中的类 类 说明 CollectionMetadata Exposes collection metadata to the application -
org.hibernate.persister.entity使用的org.hibernate.metadata中的类 类 说明 ClassMetadata Exposes entity class metadata to the application