|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JPAEdmReferentialConstraintView
A view on Java Persistence Entity Join Columns and Entity Data Model Referential Constraint. Each java persistence entity with properties annotated with Join Columns are transformed into Referential constraints.
The implementation of the view provides access to EDM referential constraint created from Java Persistence Entity Join Columns. The implementation acts as a container for EDM referential constraint. A referential constraint is said to be consistent only if referential constraint role is consistent.
JPAEdmReferentialConstraintRoleView
Method Summary | |
---|---|
ReferentialConstraint |
getEdmReferentialConstraint()
The method returns EDM referential constraint created from Java persistence Entity Join Columns. |
String |
getEdmRelationShipName()
The method returns the name of EDM Association. |
boolean |
isExists()
The method returns if a valid referential constraint exists for a given EDM association. |
Methods inherited from interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmBaseView |
---|
clean, getBuilder, getJPAEdmExtension, getJPAEdmMappingModelAccess, getJPAMetaModel, getpUnitName, isConsistent, isDefaultNamingSkipped |
Method Detail |
---|
ReferentialConstraint getEdmReferentialConstraint()
ReferentialConstraint
boolean isExists()
String getEdmRelationShipName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |