Package | Description |
---|---|
com.sleepycat.persist.evolve |
Utilities for managing class evolution of persistent objects.
|
Modifier and Type | Method and Description |
---|---|
static EvolveEvent |
EvolveInternal.newEvent()
Internal access method that should not be used by applications.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EvolveListener.evolveProgress(EvolveEvent event)
The listener method called during eager entity evolution.
|
static void |
EvolveInternal.updateEvent(EvolveEvent event,
java.lang.String entityClassName,
int nRead,
int nConverted)
Internal access method that should not be used by applications.
|
Copyright (c) 1996, 2017 Oracle and/or its affiliates. All rights reserved.