Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add method to pull entities from the save buffer #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Evanosity
Copy link

also include a method for testing key equality

also include a method for testing key equality
* @param equalToValue
* @return
*/
public List<CachedEntity> interceptFromBulkPut(String type, String fieldName, Object equalToValue){
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getEntityListForBulkPut() might be a better word?

This doesn't actually do any intercepting on it's own, it just retrieves the list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants