Class JpaConstants


  • public final class JpaConstants
    extends Object
    JPA constants
    • Field Detail

      • ENTITY_MANAGER

        @Metadata(description="The JPA `EntityManager` object.",
                  javaType="javax.persistence.EntityManager")
        public static final String ENTITY_MANAGER
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values