Annotation Type EntityLiteralPersistenceCapable


@Retention(RUNTIME)
@Target(TYPE)
public @interface EntityLiteralPersistenceCapable
Defines that the domain type can make use of entity literals. A EntityLiteralPersistenceRestrictionProvider can optionally be provided, which can restrict the elements that can be accessed.
Since:
1.0.0
Author:
Christian Beikov
  • Element Details

    • value

      The entity literal persistence restriction provider.
      Returns:
      the entity literal persistence restriction provider
      Default:
      com.blazebit.expression.declarative.persistence.EntityLiteralPersistenceRestrictionProvider.class