All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.itcoon.common.jpa.converter.LongSetToStringConverter Maven / Gradle / Ivy

There is a newer version: 1.1.2.RELEASE
Show newest version
package com.itcoon.common.jpa.converter;

import com.google.common.collect.Sets;

import java.util.Set;

public class LongSetToStringConverter extends AbstractLongCollectionToStringConverter>{
    @Override
    public Set supplyCollection() {
        return Sets.newHashSet();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy