Interface ObjectIdentityRetrievalStrategy

  • All Known Implementing Classes:
    ObjectIdentityRetrievalStrategyImpl

    public interface ObjectIdentityRetrievalStrategy
    Strategy interface that provides the ability to determine which ObjectIdentity will be returned for a particular domain object
    • Method Detail

      • getObjectIdentity

        ObjectIdentity getObjectIdentity​(java.lang.Object domainObject)