程序包 org.hibernate.metadata
This package defines an API for accessing the Hibernate runtime metamodel.
-
接口概要 接口 说明 ClassMetadata Exposes entity class metadata to the applicationCollectionMetadata Exposes collection metadata to the application
This package defines an API for accessing the Hibernate runtime metamodel.
| 接口 | 说明 |
|---|---|
| ClassMetadata |
Exposes entity class metadata to the application
|
| CollectionMetadata |
Exposes collection metadata to the application
|