Class Mapper.Identification

java.lang.Object
org.nuxeo.ecm.core.storage.sql.Mapper.Identification
All Implemented Interfaces:
Serializable
Enclosing interface:
Mapper

public static final class Mapper.Identification extends Object implements Serializable
Identifiers assigned by a server to identify a client mapper and its repository.
See Also:
  • Field Details

    • repositoryId

      public final String repositoryId
    • mapperId

      public final String mapperId
  • Constructor Details

    • Identification

      public Identification(String repositoryId, String mapperId)
  • Method Details