public class DeployKeyRefAttributeConverter extends Object implements javax.persistence.AttributeConverter<DeployKeyRef,String>
DeployKeyRef from and to an String during
save/load to/from DB.| Constructor and Description |
|---|
DeployKeyRefAttributeConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
convertToDatabaseColumn(DeployKeyRef attribute) |
DeployKeyRef |
convertToEntityAttribute(String dbData) |
public String convertToDatabaseColumn(DeployKeyRef attribute)
convertToDatabaseColumn in interface javax.persistence.AttributeConverter<DeployKeyRef,String>public DeployKeyRef convertToEntityAttribute(String dbData)
convertToEntityAttribute in interface javax.persistence.AttributeConverter<DeployKeyRef,String>Copyright © 2016–2017. All rights reserved.