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

com.wadpam.oauth2.dao.DConnectionDaoBean Maven / Gradle / Ivy

The newest version!
package com.wadpam.oauth2.dao;

import com.wadpam.oauth2.domain.DConnection;

/**
 * Implementation of Business Methods related to entity DConnection.
 * This (empty) class is generated by mardao, but edited by developers.
 * It is not overwritten by the generator once it exists.
 *
 * Generated on 2013-02-19T16:14:31.437+0700.
 * @author mardao DAO generator (net.sf.mardao.plugin.ProcessDomainMojo)
 */
public class DConnectionDaoBean 
	extends GeneratedDConnectionDaoImpl
		implements DConnectionDao 
{

    @Override
    public Iterable queryByProviderIdProviderUserId(String providerId, String providerUserId) {
        return queryIterable(false, 0, -1, null, null, 
                null, false, null, false, 
                createEqualsFilter(COLUMN_NAME_PROVIDERID, providerId),
                createEqualsFilter(COLUMN_NAME_PROVIDERUSERID, providerUserId));
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy