|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ODataJPAAccessFactory
Factory interface for creating following instances
ODataSingleProcessor
EdmProvider
ODataJPAContext
ODataJPAResponseBuilder
ODataJPAFactory
Method Summary | |
---|---|
EdmProvider |
createJPAEdmProvider(ODataJPAContext oDataJPAContext)
|
ODataJPAContext |
createODataJPAContext()
The method creates an instance of OData JPA Context. |
ODataSingleProcessor |
createODataProcessor(ODataJPAContext oDataJPAContext)
The method creates an OData JPA Processor. |
ODataJPAMessageService |
getODataJPAMessageService(Locale locale)
The method creates an instance of message service for loading language dependent message text. |
ODataJPAResponseBuilder |
getODataJPAResponseBuilder(ODataJPAContext oDataJPAContext)
|
Method Detail |
---|
ODataSingleProcessor createODataProcessor(ODataJPAContext oDataJPAContext)
oDataJPAContext
- an instance of type ODataJPAContext
.
The context should be initialized properly and cannot be null.
EdmProvider createJPAEdmProvider(ODataJPAContext oDataJPAContext)
oDataJPAContext
- an instance of type ODataJPAContext
.
The context should be initialized properly and cannot be null.
ODataJPAContext createODataJPAContext()
ODataJPAContext
ODataJPAMessageService getODataJPAMessageService(Locale locale)
locale
- is the language in which the message service should load
message texts.
ODataJPAMessageService
ODataJPAResponseBuilder getODataJPAResponseBuilder(ODataJPAContext oDataJPAContext)
oDataJPAContext
- an instance of type ODataJPAContext
.
The context should be initialized properly and cannot be null.
The method creates an instance of OData Response Builder for building OData Responses from a JPA Entity.
ODataJPAResponseBuilder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |