Package spring.rest
Class JpaRestController
java.lang.Object
spring.rest.AbstractRestController
spring.rest.JpaRestController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected GreetinggetResponse(String name, String sqlQuery, boolean isError, boolean isUpdate, boolean isVisible, boolean isOracle, boolean isBoolean, boolean isStack) Methods inherited from class spring.rest.AbstractRestController
endpointBasicAuth, endpointBlind, endpointCookie, endpointCsrf, endpointCustom, endpointDigestAuth, endpointError, endpointHeader, endpointInsertionChar, endpointInside, endpointIntegerInsertionChar, endpointJson, endpointMultibit, endpointMultipleIndex, endpointOrderBy, endpointPathParamInteger, endpointPathParamQuote, endpointPathParamSelect, endpointPost, endpointPostMultipart, endpointSelect, endpointTime, endpointUnion, endpointUserAgent, getResponse
-
Constructor Details
-
JpaRestController
public JpaRestController()
-
-
Method Details
-
getResponse
@Transactional protected Greeting getResponse(String name, String sqlQuery, boolean isError, boolean isUpdate, boolean isVisible, boolean isOracle, boolean isBoolean, boolean isStack) - Overrides:
getResponsein classAbstractRestController
-