We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Evict entity objects from session. The argument can be one persistence entity or an array of entities
###Returns
###Arguments
###Examples
// evict one entity ORMService.evictEntity( entity ); // evict an array of entities entities = [ user1, user2 ]; ORMService.evictEntity( entities );