|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JPAEdmAssociationSetView
A view on Java Persistence Entity Relationship and Entity Data Model Association Set.
The implementation of the view provides access to EDM Association Set created from Java Persistence Entity Relationship. The implementation act as a container for list of association sets that are consistent.
JPAEdmAssociationView
Method Summary | |
---|---|
List<AssociationSet> |
getConsistentEdmAssociationSetList()
The method returns a consistent list of association sets. |
Association |
getEdmAssociation()
The method returns an association from which the association set is currently being processed. |
AssociationSet |
getEdmAssociationSet()
The method returns an association set 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 |
---|
List<AssociationSet> getConsistentEdmAssociationSetList()
AssociationSet
AssociationSet getEdmAssociationSet()
AssociationSet
Association getEdmAssociation()
Association
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |