Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 580 Bytes

File metadata and controls

22 lines (14 loc) · 580 Bytes

evict

Evict entity object(s) from the hibernate session or first-level cache.

  • An entity object
  • An array of entity objects

Returns

  • This function returns void

Arguments

Key Type Required Description
entities any Yes The argument can be one persistence entity or an array of entities to evict

Examples

ormService.evict( thisEntity );