public class AuditOperationTypeConverter extends Object implements javax.persistence.AttributeConverter<AuditOperationType,Long>
AttributeConverter for the AuditOperationType enumeration.| Constructor and Description |
|---|
AuditOperationTypeConverter() |
| Modifier and Type | Method and Description |
|---|---|
Long |
convertToDatabaseColumn(AuditOperationType value) |
AuditOperationType |
convertToEntityAttribute(Long value) |
public Long convertToDatabaseColumn(AuditOperationType value)
convertToDatabaseColumn in interface javax.persistence.AttributeConverter<AuditOperationType,Long>public AuditOperationType convertToEntityAttribute(Long value)
convertToEntityAttribute in interface javax.persistence.AttributeConverter<AuditOperationType,Long>Copyright © 2021 Pivotal Software, Inc.. All rights reserved.