Class HanaVectorEntity

java.lang.Object
org.springframework.ai.vectorstore.HanaVectorEntity

@MappedSuperclass public abstract class HanaVectorEntity extends Object
The HanaVectorEntity is an abstract class that represents a mapped superclass for entities that have a vector representation stored in a HANA vector repository. It provides methods for converting the entity to JSON format and retrieving the unique identifier of the entity.
Since:
1.0.0
Author:
Rahul Mittal
  • Field Details

  • Constructor Details

    • HanaVectorEntity

      public HanaVectorEntity()
  • Method Details

    • get_id

      public String get_id()