public class StandardBasicValueConverter<O,R> extends Object implements BasicValueConverter<O,R>
Modifier and Type | Field and Description |
---|---|
static StandardBasicValueConverter |
INSTANCE
Singleton access
|
Modifier 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
|
public static final StandardBasicValueConverter INSTANCE
public O toDomainValue(R relationalForm)
BasicValueConverter
toDomainValue
in interface BasicValueConverter<O,R>
public R toRelationalValue(O domainForm)
BasicValueConverter
toRelationalValue
in interface BasicValueConverter<O,R>
Copyright © 2019 JBoss by Red Hat. All rights reserved.