Class ColumnType.WrappedId

java.lang.Object
org.nuxeo.ecm.core.storage.sql.ColumnType.WrappedId
All Implemented Interfaces:
Serializable
Enclosing class:
ColumnType

public static class ColumnType.WrappedId extends Object implements Serializable
Wraps a string that needs to be mapped to an id column in prepared statements.
Since:
5.7
See Also:
  • Field Details

    • string

      public final String string
  • Constructor Details

    • WrappedId

      public WrappedId(String string)
  • Method Details