Example usage for org.springframework.jdbc.object StoredProcedure subclass-usage

List of usage examples for org.springframework.jdbc.object StoredProcedure subclass-usage

Introduction

In this page you can find the example usage for org.springframework.jdbc.object StoredProcedure subclass-usage.

Usage

From source file org.beast.project.template.dao.storedprocedure.PersonStoredProcedure.java

/**
 *
 * @author u329022
 */
//@Component
public class PersonStoredProcedure extends StoredProcedure {

From source file org.marccarre.spring.db.testing.FooStoredProcedure.java

/**
 * Copyright (C) 2012, Marc CARRE
 * Date: 27/04/12
 * Time: 07:27
 *
 * Permission is hereby granted, free of charge, to any person obtaining

From source file org.codehaus.grepo.procedure.context.StoredProcedureImpl.java

/**
 * Default stored procedure implementation.
 *
 * @author dguggi
 */
public class StoredProcedureImpl extends StoredProcedure {

From source file org.zalando.stups.jpa.example.sp.ExampleSP.java

/**
 * @author  jbellmann
 */
public class ExampleSP extends StoredProcedure {

    private static final Logger LOG = LoggerFactory.getLogger(ExampleSP.class);

From source file edu.wisc.bnsemail.dao.UpdatePreferredEmailProcedure.java

/**
 * 
msnhremail.UPDATE_FROM_PORTAL(p_email_i IN msn_hr_email.email_address%TYPE
                         , p_pvi_i in VARCHAR2 DEFAULT NULL
                         , p_skv_i in msn_hr_email.source_key_value%TYPE DEFAULT NULL
                                         )

From source file org.metis.jdbc.WdsStoredProcedure.java

/**
 * Class used for executing functions and stored procedures.
 * 
 * A quote regarding Oracle's REF CURSOR type: "In general, I believe Oracle's
 * implementation here breaks JDBC, and is not used elsewhere (MySQL, MSSQL,
 * etc). You should be returning your results as a select statement and

From source file com.swiftcorp.portal.report.dao.MPRStoredProcedure.java

/**
 * This class is designed to call stored procedure of DATABASE for saving gateway information
 * @author Zahangir Alam
 * @since Jan 3, 2009
 */
public class MPRStoredProcedure extends StoredProcedure {