Modifier and Type | Method and Description |
---|---|
void |
IFilePersistence.setSubstituteObjectManager(Class<?> objectClass,
Class<?> substituteObjectClass,
ISubstituteObjectManager substituteObjectManager)
set substitution for object of a class writing and reading
if class is not accessible see IFilePersistence.setSubstituteObjectManager(String, Class, ISubstituteObjectManager)
|
void |
AbstractFilePersistenceDelegatingToStore.setSubstituteObjectManager(Class<?> objectClass,
Class<?> substituteObjectClass,
ISubstituteObjectManager substituteObjectManager) |
void |
IFilePersistence.setSubstituteObjectManager(String objectClassName,
Class<?> substituteObjectClass,
ISubstituteObjectManager substituteObjectManager)
set substitution for object of a class writing and reading
|
void |
AbstractFilePersistenceDelegatingToStore.setSubstituteObjectManager(String objectClassName,
Class<?> substituteObjectClass,
ISubstituteObjectManager substituteObjectManager) |
Modifier and Type | Method and Description |
---|---|
ISubstituteObjectManager |
ClassInfoAttributes.getSubstituteObjectManager() |
ISubstituteObjectManager |
ClassInfo.getSubstituteObjectManager() |
Modifier and Type | Method and Description |
---|---|
void |
ClassInfo.setSubstituted(ClassInfo substituteClassInfo,
ISubstituteObjectManager substituteObjectManager) |
void |
ClassInfoAttributes.setSubstituteObjectManager(Class<?> substituteObjectClass,
ISubstituteObjectManager substituteObjectManager) |
Modifier and Type | Method and Description |
---|---|
void |
Store.setSubstituteObjectManager(Class<?> objectClass,
Class<?> substituteObjectClass,
ISubstituteObjectManager substituteObjectManager) |
void |
IStore.setSubstituteObjectManager(Class<?> objectClass,
Class<?> substituteObjectClass,
ISubstituteObjectManager substituteObjectManager)
set substitution for object of a class writing and reading
|
void |
Store.setSubstituteObjectManager(String objectClassName,
Class<?> substituteObjectClass,
ISubstituteObjectManager substituteObjectManager) |
void |
IStore.setSubstituteObjectManager(String objectClassName,
Class<?> substituteObjectClass,
ISubstituteObjectManager substituteObjectManager) |
Modifier and Type | Method and Description |
---|---|
void |
IClassInfoFactory.setSubstituteObjectManager(String objectClassName,
Class<?> substituteObjectClass,
ISubstituteObjectManager substituteObjectManager) |
void |
ClassInfoFactory.setSubstituteObjectManager(String objectClassName,
Class<?> substituteObjectClass,
ISubstituteObjectManager substituteObjectManager) |
Modifier and Type | Class and Description |
---|---|
class |
EnumSubstituteManager
a
ISubstituteObjectManager implementation to keep enum in memory,
these enum have to be immutable |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.