public static class Shirt.ShirtStringToIntegerConverter extends Object implements AttributeConverter<String,Integer>
| Constructor and Description |
|---|
ShirtStringToIntegerConverter() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
convertToDatabaseColumn(String attribute) |
String |
convertToEntityAttribute(Integer dbData) |
public Integer convertToDatabaseColumn(String attribute)
convertToDatabaseColumn in interface AttributeConverter<String,Integer>public String convertToEntityAttribute(Integer dbData)
convertToEntityAttribute in interface AttributeConverter<String,Integer>Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.