Interface AssociationManagerService

    • Method Detail

      • findManager

        <M extends AssociationManager> M findManager​(Class<M> managerClass,
                                                     AssociationDescriptor descriptor)
        Finds the appropriate collection manager for the given owner type and element type.

        Registered managers are consulted in order. The first manager that claims to support the given descriptor is returned.

        Parameters:
        managerClass - manager class
        descriptor - association descriptor
        Returns:
        manager or null if no manager claims to support the given association