public interface ManagedResources
MetadataSources
reference into a Metadata
reference.
Essentially it represents thecombination of:Modifier and Type | Method and Description |
---|---|
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()
Informational access to any known annotated package names (packages with a
package-info.class
file that Hibernate has been told about). |
Collection<AttributeConverterInfo> |
getAttributeConverterDefinitions()
Informational access to the AttributeConverter definitions known about.
|
Collection<Binding> |
getXmlMappingBindings()
Informational access to binding for all known XML mapping files.
|
Collection<AttributeConverterInfo> getAttributeConverterDefinitions()
Collection<Class> getAnnotatedClassReferences()
Collection<String> getAnnotatedClassNames()
Collection<String> getAnnotatedPackageNames()
package-info.class
file that Hibernate has been told about). Changes to made to the returned list have no effect.Collection<Binding> getXmlMappingBindings()
Copyright © 2021 JBoss by Red Hat. All rights reserved.