API Docs for: v3.5.2
Show:

InternalModelMap Class

InternalModelMap is a custom storage map for internalModels of a given modelName used by IdentityMap.

It was extracted from an implicit pojo based "internalModel map" and preserves that interface while we work towards a more official API.

Item Index

Methods

Properties

Methods

clear

()

Destroy all models in the internalModelTest and wipe metadata.

get

(
  • id
)
InternalModel

Parameters:

  • id String

Returns:

InternalModel:

Properties

metadata

Object

meta information about internalModels

models

Array

An array of all models of this modelName

type

Unknown deprecated

deprecated (and unsupported) way of accessing modelClass