public class ManagedResourcesImpl extends java.lang.Object implements ManagedResources
| Modifier and Type | Method and Description |
|---|---|
static ManagedResourcesImpl |
baseline(MetadataSources sources,
MetadataBuildingOptions metadataBuildingOptions) |
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.
|
public static ManagedResourcesImpl baseline(MetadataSources sources, MetadataBuildingOptions metadataBuildingOptions)
public java.util.Collection<AttributeConverterDefinition> getAttributeConverterDefinitions()
ManagedResourcesgetAttributeConverterDefinitions in interface ManagedResourcespublic java.util.Collection<java.lang.Class> getAnnotatedClassReferences()
ManagedResourcesgetAnnotatedClassReferences in interface ManagedResourcespublic java.util.Collection<java.lang.String> getAnnotatedClassNames()
ManagedResourcesgetAnnotatedClassNames in interface ManagedResourcespublic java.util.Collection<java.lang.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 java.util.Collection<Binding> getXmlMappingBindings()
ManagedResourcesgetXmlMappingBindings in interface ManagedResourcesCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.