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()
ManagedResources
getAttributeConverterDefinitions
in interface ManagedResources
public Collection<Class> getAnnotatedClassReferences()
ManagedResources
getAnnotatedClassReferences
in interface ManagedResources
public Collection<String> getAnnotatedClassNames()
ManagedResources
getAnnotatedClassNames
in interface ManagedResources
public Collection<String> getAnnotatedPackageNames()
ManagedResources
package-info.class
file that Hibernate has been told about). Changes to made to the returned list have no effect.getAnnotatedPackageNames
in interface ManagedResources
public Collection<Binding> getXmlMappingBindings()
ManagedResources
getXmlMappingBindings
in interface ManagedResources
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.