|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JPAEdmEntitySetView
A view on Java Persistence entity type and EDM entity sets. Java persistence entity types are converted into EDM entity types and EDM entity sets.
The implementation of the view provides access to EDM entity sets for the given JPA EDM entity type. The view acts as a container for consistent list of EDM entity sets. An EDM entity set is said to be consistent only if it has consistent EDM entity types.
JPAEdmEntityTypeView
Method Summary | |
---|---|
List<EntitySet> |
getConsistentEdmEntitySetList()
The method returns a list of consistent EDM entity sets. |
EntitySet |
getEdmEntitySet()
The method returns an EDM entity set that is currently being processed. |
JPAEdmEntityTypeView |
getJPAEdmEntityTypeView()
The method returns a JPA EDM entity type 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 |
---|
EntitySet getEdmEntitySet()
EntitySet
List<EntitySet> getConsistentEdmEntitySetList()
JPAEdmEntityTypeView getJPAEdmEntityTypeView()
JPAEdmEntityTypeView
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |