gpt4 book ai didi

google-app-engine - App Engine 数据存储区 : How to set multiple values on properties?

转载 作者:太空宇宙 更新时间:2023-11-03 15:30:10 24 4
gpt4 key购买 nike

我正在使用 App Engine (Java) 数据存储 API 来构建项目。我没有使用 JDO/JPA,而是低级 API。

如何为实体属性设置多个值?我可以找到有关在使用 JDO 或 JPA(使用列表)时如何执行此操作的文档,但找不到低级 API 的信息。

谢谢。

最佳答案

您可以将集合作为 Entity.setProperty() 中属性的值传递。

If value is a Collection, the values will be stored in the datastore with the collection's iteration order with one caveat: all indexed values will come before all unindexed values (this can occur if the Collection contains both values that are normally indexed like strings, and values that are never indexed like Blob, Text and EmbeddedEntity).

请参阅 setProperty javadoc here .

关于google-app-engine - App Engine 数据存储区 : How to set multiple values on properties?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1974243/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com