0

Python's low level Datastore API provides possibilities to set typed properties. (like "setStringProperty".

Does Java low level Datastore API provide typed properties aswell?

Thanks in advance!

2 Answers 2

2

A short answer is no. The setProperty method is taking Object value as parameter.

Sign up to request clarification or add additional context in comments.

Comments

0

I think, I just use the setProperty with a typed Parameter (one of these: https://developers.google.com/appengine/docs/java/datastore/entities#Properties_and_Value_Types)...

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.