public class EvolveConfig extends Object implements Cloneable
EntityStore.evolve
.Class Evolution
Constructor and Description |
---|
EvolveConfig()
Creates an evolve configuration with default properties.
|
Modifier and Type | Method and Description |
---|---|
EvolveConfig |
addClassToEvolve(String entityClass)
Adds an entity class for a primary index to be converted.
|
EvolveConfig |
clone()
Returns a shallow copy of the configuration.
|
EvolveConfig |
cloneConfig()
Deprecated.
As of JE 4.0.13, replaced by
clone() . |
Set<String> |
getClassesToEvolve()
Returns an unmodifiable set of the entity classes to be evolved.
|
EvolveListener |
getEvolveListener()
Returns the progress listener that is notified each time an entity is
read.
|
EvolveConfig |
setEvolveListener(EvolveListener listener)
Sets a progress listener that is notified each time an entity is read.
|
void |
setEvolveListenerVoid(EvolveListener listener) |
public EvolveConfig()
public EvolveConfig cloneConfig()
clone()
.public EvolveConfig clone()
public EvolveConfig addClassToEvolve(String entityClass)
public Set<String> getClassesToEvolve()
public EvolveConfig setEvolveListener(EvolveListener listener)
public void setEvolveListenerVoid(EvolveListener listener)
public EvolveListener getEvolveListener()
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.