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

com.googlecode.objectify.impl.PrivateAsyncTransaction Maven / Gradle / Ivy

There is a newer version: 6.1.2
Show newest version
package com.googlecode.objectify.impl;

import com.googlecode.objectify.Result;

/**
 * A private interface for manipulating transactions. This is a (hopefully) temporary hack that is not exposed
 * in the API.
 */
public interface PrivateAsyncTransaction extends AsyncTransaction {

	void runCommitListeners();

	void enlist(final Result result);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy