|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JPAEdmEntityContainerView
A view on JPA EDM entity container. JPA EDM entity container is built from consistent JPA EDM entity set and consistent JPA EDM association set views.
The implementation of the view provides access to EDM entity containers. The view acts as container for JPA EDM entity containers. A JPA EDM entity container is said to be consistent only if the JPA EDM association set and JPA EDM Entity Set view are consistent.
JPAEdmEntitySetView
,
JPAEdmAssociationSetView
Method Summary | |
---|---|
List<EntityContainer> |
getConsistentEdmEntityContainerList()
The method returns a list of consistent EDM entity containers |
JPAEdmAssociationSetView |
getEdmAssociationSetView()
The method returns the JPA EDM association set view that is currently being processed. |
EntityContainer |
getEdmEntityContainer()
The method returns the EDM entity container that is currently being processed. |
JPAEdmEntitySetView |
getJPAEdmEntitySetView()
The method returns the JPA EDM entity set view that is currently being processed. |
Methods inherited from interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmBaseView |
---|
clean, getBuilder, getJPAEdmExtension, getJPAEdmMappingModelAccess, getJPAMetaModel, getpUnitName, isConsistent, isDefaultNamingSkipped |
Method Detail |
---|
EntityContainer getEdmEntityContainer()
EntityContainer
List<EntityContainer> getConsistentEdmEntityContainerList()
JPAEdmEntitySetView getJPAEdmEntitySetView()
JPAEdmEntitySetView
JPAEdmAssociationSetView getEdmAssociationSetView()
JPAEdmAssociationSetView
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |