Class JpaConstants

java.lang.Object
org.apache.camel.component.jpa.JpaConstants

public final class JpaConstants extends Object
JPA constants
  • Field Details

    • ENTITY_MANAGER

      @Metadata(description="The JPA `EntityManager` object.", javaType="jakarta.persistence.EntityManager") public static final String ENTITY_MANAGER
      See Also:
    • JPA_PARAMETERS_HEADER

      @Metadata(label="producer", description="Alternative way for passing query parameters as an Exchange header.", javaType="Map<String, Object>") public static final String JPA_PARAMETERS_HEADER
      See Also:
    • JPA_MAXIMUM_RESULTS

      @Metadata(label="producer", description="Defines the maximum number of results to retrieve on the query; takes precedence over the value set on the endpoint, if any.") public static final String JPA_MAXIMUM_RESULTS
      See Also:
    • JPA_FIRST_RESULT

      @Metadata(label="producer", description="Defines the position of the first result to retrieve; takes precedence over the value set on the endpoint, if any.") public static final String JPA_FIRST_RESULT
      See Also:
    • ENTITYMANAGER

      @Deprecated public static final String ENTITYMANAGER
      Deprecated.
      See Also: