| Constructor and Description | 
|---|
| HashConverter() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | convertToDatabaseColumn(String objectValue)
 This implementation hashes the value going to the database. | 
| String | convertToEntityAttribute(String dataValue)
 This implementation directly returns the hash value coming from the database. | 
public HashConverter()
public String convertToDatabaseColumn(String objectValue)
public String convertToEntityAttribute(String dataValue)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.