Interface StructuredType<T>

All Superinterfaces:
Serializable
All Known Subinterfaces:
ComplexType<T>, EntityType<T>

public interface StructuredType<T> extends Serializable
Marker interface for Entity and complex type.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Delete object.
    void
    delete(String name)
    Delete a specific property.
     
    Future<? extends T>
     
  • Method Details

    • load

      T load()
      Returns:
      structured type instance
    • loadAsync

      Future<? extends T> loadAsync()
      Returns:
      future handle on structured type instance
    • delete

      void delete()
      Delete object.
    • delete

      void delete(String name)
      Delete a specific property.
      Parameters:
      name - property name