java.lang.Cloneable
public class EvolveConfig
extends java.lang.Object
implements java.lang.Cloneable
EntityStore.evolve
.Class Evolution
Constructor | Description |
---|---|
EvolveConfig() |
Creates an evolve configuration with default properties.
|
Modifier and Type | Method | 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.
|
void |
setEvolveListenerVoid(EvolveListener listener) |
The void return setter for use by Bean editors.
|
public EvolveConfig()
@Deprecated 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 void setEvolveListenerVoid(EvolveListener listener)
listener
- the EvolveListener.public EvolveListener getEvolveListener()
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.