@Service(value="blFieldModifierManager") public class FieldModifierManager extends Object implements org.springframework.context.ApplicationContextAware
FieldManagerModifier.| Modifier and Type | Field and Description |
|---|---|
protected List<FieldManagerModifier> |
fieldManagerModifiers |
| Constructor and Description |
|---|
FieldModifierManager() |
| Modifier and Type | Method and Description |
|---|---|
static FieldModifierManager |
getFieldModifierManager() |
Object |
getModifiedReadValue(Field field,
Object value,
javax.persistence.EntityManager em) |
Object |
getModifiedWriteValue(Field field,
Object value,
Object newValue,
javax.persistence.EntityManager em) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
protected List<FieldManagerModifier> fieldManagerModifiers
public static FieldModifierManager getFieldModifierManager()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic Object getModifiedWriteValue(Field field, Object value, Object newValue, javax.persistence.EntityManager em) throws IllegalAccessException
IllegalAccessExceptionpublic Object getModifiedReadValue(Field field, Object value, javax.persistence.EntityManager em) throws IllegalAccessException
IllegalAccessExceptionCopyright © 2022. All rights reserved.