Modifier and Type | Method and Description |
---|---|
void |
IFilePersistence.setWriteSubstitution(Class<?> replaced,
Class<?> substitute,
ISubsituteSynchronizer synchronizer)
record a class substitution at write
if class is not accessible see IFilePersistence.setWriteSubstitution(String, Class, ISubsituteSynchronizer) (PROPS) can be set using properties file see FilePersistence.FilePersistence(String, boolean)
|
void |
AbstractFilePersistenceDelegatingToStore.setWriteSubstitution(Class<?> replaced,
Class<?> substitute,
ISubsituteSynchronizer synchronizer) |
void |
IFilePersistence.setWriteSubstitution(String replacedName,
Class<?> substitute,
ISubsituteSynchronizer synchronizer)
record a class substitution at write
(PROPS) can be set using properties file see FilePersistence.FilePersistence(String, boolean)
|
void |
AbstractFilePersistenceDelegatingToStore.setWriteSubstitution(String replacedName,
Class<?> substitute,
ISubsituteSynchronizer synchronizer) |
Modifier and Type | Method and Description |
---|---|
ISubsituteSynchronizer |
ClassInfo.getSubsituteSynchronizer() |
ISubsituteSynchronizer |
ClassInfoAttributes.getSynchronizer() |
Modifier and Type | Method and Description |
---|---|
void |
ClassInfo.setWriteSubstituted(ClassInfo substituteClassInfo,
ISubsituteSynchronizer subsituteSynchronizer) |
void |
ClassInfoAttributes.setWriteSubstitution(Class<?> writeSubstitution,
ISubsituteSynchronizer synchronizer) |
Modifier and Type | Method and Description |
---|---|
void |
Store.setWriteSubstitution(Class<?> replacedClass,
Class<?> substituteClass,
ISubsituteSynchronizer subsituteSynchronizer) |
void |
IStore.setWriteSubstitution(Class<?> replaced,
Class<?> substitute,
ISubsituteSynchronizer synchronizer)
record a class substitution association
|
void |
Store.setWriteSubstitution(String replacedName,
Class<?> substitute,
ISubsituteSynchronizer synchronizer) |
void |
IStore.setWriteSubstitution(String replacedName,
Class<?> substitute,
ISubsituteSynchronizer synchronizer) |
Modifier and Type | Method and Description |
---|---|
void |
IClassInfoFactory.setWriteSubstitution(String replacedName,
Class<?> substitute,
ISubsituteSynchronizer synchronizer) |
void |
ClassInfoFactory.setWriteSubstitution(String replacedName,
Class<?> substitute,
ISubsituteSynchronizer synchronizer) |
Modifier and Type | Class and Description |
---|---|
class |
ListSynchronizer
synchronize
List implementation |
class |
MapSynchronizer
synchronize
Map hash implementation to persistent map |
class |
SetSynchronizer
synchronize
Set set implementation |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.