Uses of Enum Class
dev.langchain4j.store.embedding.oracle.JSONIndexBuilder.Order
Packages that use JSONIndexBuilder.Order
-
Uses of JSONIndexBuilder.Order in dev.langchain4j.store.embedding.oracle
Methods in dev.langchain4j.store.embedding.oracle that return JSONIndexBuilder.OrderModifier and TypeMethodDescriptionstatic JSONIndexBuilder.Order
Returns the enum constant of this class with the specified name.static JSONIndexBuilder.Order[]
JSONIndexBuilder.Order.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.store.embedding.oracle with parameters of type JSONIndexBuilder.OrderModifier and TypeMethodDescriptionJSONIndexBuilder.key
(String key, Class<?> keyType, JSONIndexBuilder.Order order) Adds a column expression to the index expression that allows to index the value of a given key of the JSON column.