public class TokenAttributeConverter extends Object implements javax.persistence.AttributeConverter<Token,String>
AttributeConverter
Token
TokenAttributeConverter()
String
convertToDatabaseColumn(Token token)
convertToEntityAttribute(String s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TokenAttributeConverter()
public String convertToDatabaseColumn(Token token)
convertToDatabaseColumn
javax.persistence.AttributeConverter<Token,String>
public Token convertToEntityAttribute(String s)
convertToEntityAttribute
Copyright © 2014–2016. All rights reserved.