org.minijax.db.UrlEncodedMapConverter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of minijax-db Show documentation
Show all versions of minijax-db Show documentation
Minijax database and entity model
package org.minijax.db;
import java.util.Map;
import javax.persistence.AttributeConverter;
import javax.persistence.Converter;
import org.minijax.util.UrlUtils;
/**
* The UrlEncodedMapConverter class implements the JPA converter from Map to URL-encoded String.
*/
@Converter
public class UrlEncodedMapConverter implements AttributeConverter
© 2015 - 2024 Weber Informatics LLC | Privacy Policy