JAVA_OBJ
- current java BeanSTORE_OBJ
- target storeage beanpublic interface Mapper<JAVA_OBJ,STORE_OBJ>
Modifier and Type | Method and Description |
---|---|
JAVA_OBJ |
fromStore(STORE_OBJ bean)
From DB to Java transformation.
|
STORE_OBJ |
toStore(JAVA_OBJ bean)
Convert object from store driver/client to FF4J framework Object.
|
Copyright © 2013–2020 FF4J. All rights reserved.