Interface ManagedObjectDependencyConfiguration<O extends java.lang.Enum<O>>


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

      • 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

        java.lang.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.