org.kuali.rice.krad.data.jpa.converters
Class HashConverter

java.lang.Object
  extended by org.kuali.rice.krad.data.jpa.converters.HashConverter
All Implemented Interfaces:
javax.persistence.AttributeConverter<String,String>

public class HashConverter
extends Object
implements javax.persistence.AttributeConverter<String,String>

This class calls core service to hash values going to the database.


Constructor Summary
HashConverter()
           
 
Method Summary
 String convertToDatabaseColumn(String objectValue)
           
 String convertToEntityAttribute(String dataValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashConverter

public HashConverter()
Method Detail

convertToDatabaseColumn

public String convertToDatabaseColumn(String objectValue)
Specified by:
convertToDatabaseColumn in interface javax.persistence.AttributeConverter<String,String>

convertToEntityAttribute

public String convertToEntityAttribute(String dataValue)
Specified by:
convertToEntityAttribute in interface javax.persistence.AttributeConverter<String,String>


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.