public interface ManagedResources
org.hibernate.boot.MetadataSources
reference into a org.hibernate.boot.Metadata reference.
Essentially it represents thecombination of:| 限定符和类型 | 方法和说明 |
|---|---|
Collection<String> |
getAnnotatedClassNames()
Informational access to any entity and component classes in the user domain model known by name.
|
Collection<Class> |
getAnnotatedClassReferences()
Informational access to any entity and component classes in the user domain model known by Class
reference .
|
Collection<String> |
getAnnotatedPackageNames() |
Collection<Class> getAnnotatedClassReferences()
Collection<String> getAnnotatedClassNames()
Collection<String> getAnnotatedPackageNames()
Copyright © 2019. All rights reserved.