public interface Converters
| Modifier and Type | Method and Description |
|---|---|
<X,Y> AttributeConverter<X,Y> |
get(Class<? extends AttributeConverter<X,Y>> converterClass)
Return a new instance from the converter
|
<X,Y> AttributeConverter<X,Y> get(Class<? extends AttributeConverter<X,Y>> converterClass)
X - the type of the entity attributeY - the type of the database columnconverterClass - the converter classNullPointerException - when converter is nullCopyright © 2017–2022 Eclipse Foundation. All rights reserved.