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: 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: 0

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

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