public interface BasicValueConverter<O,R>
AttributeConverter
,
* implicitly, based on the Java type (e.g., enums)
* etcModifier and Type | Method and Description |
---|---|
O |
toDomainValue(R relationalForm)
Convert the relational form just retrieved from JDBC ResultSet into
the domain form.
|
R |
toRelationalValue(O domainForm)
Convert the domain form into the relational form in preparation for
storage into JDBC
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.