Class SingleResultQueryResource

    • Constructor Detail

      • SingleResultQueryResource

        public SingleResultQueryResource()
        Deprecated.
    • Method Detail

      • namedQuerySingleResult

        @GET
        @Path("{name}")
        public jakarta.ws.rs.core.Response namedQuerySingleResult​(@PathParam("context")
                                                                  String persistenceUnit,
                                                                  @PathParam("name")
                                                                  String name,
                                                                  @Context
                                                                  jakarta.ws.rs.core.HttpHeaders hh,
                                                                  @Context
                                                                  jakarta.ws.rs.core.UriInfo ui)
        Deprecated.