Package nl.knaw.dans.convert.jpa
Class SwordTokenConverter
java.lang.Object
nl.knaw.dans.convert.jpa.SwordTokenConverter
public class SwordTokenConverter
extends Object
implements javax.persistence.AttributeConverter<String,String>
JPA converter that strips the "sword:" prefix from a token before storing it in the database.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SwordTokenConverter
public SwordTokenConverter()
-
-
Method Details