Interface ManagedObjectDependencyConfiguration<O extends Enum<O>>


public interface ManagedObjectDependencyConfiguration<O extends Enum<O>>
Configuration of ManagedObject dependency to another ManagedObject.
Author:
Daniel Sagenschneider
  • Method Details

    • getDependencyKey

      O getDependencyKey()
      Obtains the dependency key of the ManagedObject for which this maps the dependent ManagedObject.
      Returns:
      Dependency key or null if dependencies are Indexed.
    • getScopeManagedObjectName

      String getScopeManagedObjectName()
      Obtains the name of the ManagedObject providing the dependency within the scope the ManagedObject is bound.
      Returns:
      Name of the ManagedObject providing the dependency within the scope the ManagedObject is bound.