Class RowMapper.IdWithTypes

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

public static final class RowMapper.IdWithTypes extends Object implements Serializable
A document id and its primary type and mixin types.
See Also:
  • Field Details

    • id

      public final Serializable id
    • primaryType

      public final String primaryType
    • mixinTypes

      public final String[] mixinTypes
    • isRecord

      public final boolean isRecord
  • Constructor Details

  • Method Details