Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines an assortment of transformations which can be applied to unique key values.

Index

Enumeration members

Enumeration members

LONG

LONG: = 1

Extracted unique key value is interpreted as a whole integer value of byte, short, int or long type. The extracted value is upcasted to long (if necessary) and unique non-negative ID is assigned to every distinct value.

OBJECT

OBJECT: = 0

Extracted unique key value is interpreted as an object value. Non-negative unique ID is assigned to every distinct object value.

RAW

RAW: = 2

Extracted unique key value is interpreted as a whole integer value of byte, short, int or long type. The extracted value is upcasted to long (if necessary), and the resulting value is used directly as an ID.

Generated using TypeDoc