Internal SpiQuery : remove unused context additions

This commit is contained in:
Robin Bygrave
2015-07-20 12:44:26 +12:00
parent b794b6c77e
commit 0d848e9311
2 changed files with 0 additions and 47 deletions
@@ -342,11 +342,6 @@ public interface SpiQuery<T> extends Query<T> {
*/
String getLazyLoadProperty();
/**
* Return the lazy load path.
*/
String getLazyLoadManyPath();
/**
* Used to hook back a lazy loading query to the original query (query
* point).
@@ -477,22 +472,11 @@ public interface SpiQuery<T> extends Query<T> {
*/
Boolean isReadOnly();
/**
* Adds this bean to the persistence context prior to executing the query.
*/
void contextAdd(EntityBean bean);
/**
* Return the query timeout.
*/
int getTimeout();
/**
* Return the objects that should be added to the persistence context prior
* to executing the query.
*/
ArrayList<EntityBean> getContextAdditions();
/**
* Return the bind parameters.
*/