Annotation Type UpdatableEntityView


@Target(TYPE)
@Retention(RUNTIME)
public @interface UpdatableEntityView
Specifies that the class is an updatable entity view.
Since:
1.1.0
Author:
Christian Beikov
  • Optional Element Summary

    Optional Elements 
    Modifier and Type Optional Element Description
    LockMode lockMode
    The lock mode to use for the updatable entity view.
    FlushMode mode
    Specifies the flush mode to use for the updatable entity view.
    FlushStrategy strategy
    The strategy to use for flushing changes to the JPA model.
  • Element Details

    • mode

      FlushMode mode
      Specifies the flush mode to use for the updatable entity view.
      Returns:
      The flush mode
      Since:
      1.2.0
      Default:
      LAZY
    • strategy

      FlushStrategy strategy
      The strategy to use for flushing changes to the JPA model.
      Returns:
      The flush strategy
      Since:
      1.2.0
      Default:
      QUERY
    • lockMode

      LockMode lockMode
      The lock mode to use for the updatable entity view.
      Returns:
      The lock mode
      Since:
      1.2.0
      Default:
      AUTO