public class EvolveConfig
extends java.lang.Object
implements java.lang.Cloneable
EntityStore.evolve
.Class Evolution
Constructor and Description |
---|
EvolveConfig()
Creates an evolve configuration with default properties.
|
Modifier and Type | Method and Description |
---|---|
EvolveConfig |
addClassToEvolve(java.lang.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() . |
java.util.Set<java.lang.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.
|
public EvolveConfig()
public EvolveConfig cloneConfig()
clone()
.public EvolveConfig clone()
clone
in class java.lang.Object
public EvolveConfig addClassToEvolve(java.lang.String entityClass)
entityClass
- the entity class name.public java.util.Set<java.lang.String> getClassesToEvolve()
public EvolveConfig setEvolveListener(EvolveListener listener)
listener
- the EvolveListener.public EvolveListener getEvolveListener()
Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.