Interface ManagedObjectDependencyConfiguration<O extends java.lang.Enum<O>>
-
public interface ManagedObjectDependencyConfiguration<O extends java.lang.Enum<O>>Configuration ofManagedObjectdependency to anotherManagedObject.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OgetDependencyKey()Obtains the dependency key of theManagedObjectfor which this maps the dependentManagedObject.java.lang.StringgetScopeManagedObjectName()Obtains the name of theManagedObjectproviding the dependency within the scope theManagedObjectis bound.
-
-
-
Method Detail
-
getDependencyKey
O getDependencyKey()
Obtains the dependency key of theManagedObjectfor which this maps the dependentManagedObject.- Returns:
- Dependency key or
nullif dependencies areIndexed.
-
getScopeManagedObjectName
java.lang.String getScopeManagedObjectName()
Obtains the name of theManagedObjectproviding the dependency within the scope theManagedObjectis bound.- Returns:
- Name of the
ManagedObjectproviding the dependency within the scope theManagedObjectis bound.
-
-