4.3.2.1.6 Datatypes Supported in Correlation Conditions

POJO Coherence Reference supports only some data types as join keys, in correlation conditions.

Data types that are supported:
  • Java.lang.String (Interval and Interval YM)

  • java.math.BigDecimal (Number)

  • Java.lang.String (Text)

  • int (Integer)

  • Java.lang.Integer (Integer)

  • Java.lang.Long (BigInteger)

  • long (BigInteger)

  • java.sql.Timestamp (Timestamp)

  • double (Double)

  • Java.lang.Double (Double)

  • float (Float)

  • Java.lang.Float (Float)

  • boolean (Boolean)

  • Java.lang.Boolean (Boolean)

  • Java.math.BigInteger

Data types that are not supported:
  • char[]

  • char

  • BigInteger

  • oracle.spatial.geometry.JGeometry(SDO Geometry)

  • java.sql.Date (Timestamp)