public class ManagedResourcesImpl extends Object implements ManagedResources
| Modifier and Type | Method and Description |
|---|---|
static ManagedResourcesImpl |
baseline(MetadataSources sources,
MetadataBuildingOptions metadataBuildingOptions) |
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<AttributeConverterDefinition> |
getAttributeConverterDefinitions()
Informational access to the AttributeConverter definitions known about.
|
Collection<Binding> |
getXmlMappingBindings()
Informational access to binding for all known XML mapping files.
|
public static ManagedResourcesImpl baseline(MetadataSources sources, MetadataBuildingOptions metadataBuildingOptions)
public Collection<AttributeConverterDefinition> getAttributeConverterDefinitions()
ManagedResourcesgetAttributeConverterDefinitions in interface ManagedResourcespublic Collection<Class> getAnnotatedClassReferences()
ManagedResourcesgetAnnotatedClassReferences in interface ManagedResourcespublic Collection<String> getAnnotatedClassNames()
ManagedResourcesgetAnnotatedClassNames in interface ManagedResourcespublic Collection<String> getAnnotatedPackageNames()
ManagedResourcespackage-info.class
file that Hibernate has been told about). Changes to made to the returned list have no effect.getAnnotatedPackageNames in interface ManagedResourcespublic Collection<Binding> getXmlMappingBindings()
ManagedResourcesgetXmlMappingBindings in interface ManagedResourcesCopyright © 2001-2017 Red Hat, Inc. All Rights Reserved.