Interface CDOIDProvider

All Known Subinterfaces:
InternalCDOTransaction, InternalCDOView, InternalCDOXATransaction.InternalCDOXACommitContext, InternalSession
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CDOIDProvider
Provides the IDs of passed objects.
Author:
Eike Stepper
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final CDOIDProvider
     
  • Method Summary

    Modifier and Type
    Method
    Description
    provideCDOID(Object idOrObject)
     
  • Field Details

  • Method Details