public class NoAttributeConverter<O,R> extends Object implements AttributeConverter<O,R>
Constructor and Description |
---|
NoAttributeConverter() |
Modifier and Type | Method and Description |
---|---|
R |
convertToDatabaseColumn(Object attribute) |
O |
convertToEntityAttribute(Object dbData) |
public R convertToDatabaseColumn(Object attribute)
convertToDatabaseColumn
in interface AttributeConverter<O,R>
public O convertToEntityAttribute(Object dbData)
convertToEntityAttribute
in interface AttributeConverter<O,R>
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.