org.yestech.lib.jpa
Interface YesJpaOperations

All Superinterfaces:
org.springframework.orm.jpa.JpaOperations
All Known Implementing Classes:
YesJpaTemplate

public interface YesJpaOperations
extends org.springframework.orm.jpa.JpaOperations


Method Summary
 int bulkUpdateNamedQuery(java.lang.String queryName, java.lang.Object... values)
           
 
Methods inherited from interface org.springframework.orm.jpa.JpaOperations
contains, execute, executeFind, find, find, find, findByNamedParams, findByNamedQuery, findByNamedQuery, findByNamedQueryAndNamedParams, flush, getReference, merge, persist, refresh, remove
 

Method Detail

bulkUpdateNamedQuery

int bulkUpdateNamedQuery(java.lang.String queryName,
                         java.lang.Object... values)
                         throws org.springframework.dao.DataAccessException
Throws:
org.springframework.dao.DataAccessException


Copyright © 2009 YES Technology Association. All Rights Reserved.