public interface PropertyConverter<P,D>
| Modifier and Type | Method and Description |
|---|---|
D |
convertToDatabaseValue(P entityProperty) |
P |
convertToEntityProperty(D databaseValue) |
Available under the Apache License, Version 2.0 - Copyright © 2011-2015 greenrobot.de. All Rights Reserved.