Class RelationshipInfo
java.lang.Object
org.eclipse.persistence.internal.jpa.rs.weaving.RelationshipInfo
Stores information about a relationships mapping that is used by JPA-RS to build links for relationships.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAttributeName
(String attributeName) void
setOwningEntity
(Object owningEntity) void
setOwningEntityAlias
(String owningEntityAlias) void
setPersistencePrimaryKey
(Object primaryKey)
-
Constructor Details
-
RelationshipInfo
public RelationshipInfo()
-
-
Method Details
-
setPersistencePrimaryKey
-
setAttributeName
-
getPersistencePrimaryKey
-
getAttributeName
-
getOwningEntity
-
setOwningEntity
-
getOwningEntityAlias
-
setOwningEntityAlias
-