public interface ManagedResources
MetadataSources
reference into a Metadata
reference.
Essentially it represents thecombination of:Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.String> |
getAnnotatedClassNames()
Informational access to any entity and component classes in the user domain model known by name.
|
java.util.Collection<java.lang.Class> |
getAnnotatedClassReferences()
Informational access to any entity and component classes in the user domain model known by Class
reference .
|
java.util.Collection<java.lang.String> |
getAnnotatedPackageNames()
Informational access to any known annotated package names (packages with a
package-info.class
file that Hibernate has been told about). |
java.util.Collection<AttributeConverterDefinition> |
getAttributeConverterDefinitions()
Informational access to the AttributeConverter definitions known about.
|
java.util.Collection<Binding> |
getXmlMappingBindings()
Informational access to binding for all known XML mapping files.
|
java.util.Collection<AttributeConverterDefinition> getAttributeConverterDefinitions()
java.util.Collection<java.lang.Class> getAnnotatedClassReferences()
java.util.Collection<java.lang.String> getAnnotatedClassNames()
java.util.Collection<java.lang.String> getAnnotatedPackageNames()
package-info.class
file that Hibernate has been told about). Changes to made to the returned list have no effect.java.util.Collection<Binding> getXmlMappingBindings()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.