Class ManagedResourcesImpl

    • Method Detail

      • getAnnotatedClassReferences

        public Collection<Class> getAnnotatedClassReferences()
        Description copied from interface: ManagedResources
        Informational access to any entity and component classes in the user domain model known by Class reference . Changes to made to the returned list have no effect.
        Specified by:
        getAnnotatedClassReferences in interface ManagedResources
        Returns:
        The list of entity/component classes known by Class reference.
      • getAnnotatedClassNames

        public Collection<String> getAnnotatedClassNames()
        Description copied from interface: ManagedResources
        Informational access to any entity and component classes in the user domain model known by name. Changes to made to the returned list have no effect.
        Specified by:
        getAnnotatedClassNames in interface ManagedResources
        Returns:
        The list of entity/component classes known by name.
      • getAnnotatedPackageNames

        public Collection<String> getAnnotatedPackageNames()
        Description copied from interface: ManagedResources
        Informational access to any known annotated package names (packages with a package-info.class file that Hibernate has been told about). Changes to made to the returned list have no effect.
        Specified by:
        getAnnotatedPackageNames in interface ManagedResources
        Returns:
        The list of known annotated package names.
      • getXmlMappingBindings

        public Collection<Binding> getXmlMappingBindings()
        Description copied from interface: ManagedResources
        Informational access to binding for all known XML mapping files. Changes to made to the returned list have no effect.
        Specified by:
        getXmlMappingBindings in interface ManagedResources
        Returns:
        The list of bindings for all known XML mapping files.
      • addAttributeConverterDefinition

        public void addAttributeConverterDefinition​(ConverterDescriptor descriptor)
      • addAnnotatedClassReference

        public void addAnnotatedClassReference​(Class annotatedClassReference)
      • addAnnotatedClassName

        public void addAnnotatedClassName​(String annotatedClassName)
      • addAnnotatedPackageName

        public void addAnnotatedPackageName​(String annotatedPackageName)
      • addXmlBinding

        public void addXmlBinding​(Binding binding)