|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JoinTableEnabledRelationshipReference
A JoinTableEnabledRelationshipReference is a type of
RelationshipReference that may utilize a
JoinTableJoiningStrategy
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
RelationshipMapping,
RelationshipReference,
JoinTableJoiningStrategy,
JoinTable| Field Summary |
|---|
| Fields inherited from interface org.eclipse.jpt.core.context.RelationshipReference |
|---|
PREDOMINANT_JOINING_STRATEGY_PROPERTY |
| Method Summary | |
|---|---|
JoinTableJoiningStrategy |
getJoinTableJoiningStrategy()
Return the aggregate (never null) object used to configure the join table joining strategy |
boolean |
mayHaveDefaultJoinTable()
Return whether this reference may potentially have a default join table. |
void |
setJoinTableJoiningStrategy()
Set the join table joining strategy as the predominant joining strategy |
void |
unsetJoinTableJoiningStrategy()
Unset the join table joining strategy as the predominant joining strategy. |
boolean |
usesJoinTableJoiningStrategy()
Return whether the join table joining strategy is currently the predominant joining strategy |
| Methods inherited from interface org.eclipse.jpt.core.context.RelationshipReference |
|---|
getPredominantJoiningStrategy, getRelationshipMapping, isOwnedBy, isRelationshipOwner |
| Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode |
|---|
getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getPersistenceUnit, postUpdate |
| Methods inherited from interface org.eclipse.jpt.core.JpaNode |
|---|
getJpaProject, getParent |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Methods inherited from interface org.eclipse.jpt.core.IResourcePart |
|---|
getResource |
| Method Detail |
|---|
JoinTableJoiningStrategy getJoinTableJoiningStrategy()
boolean usesJoinTableJoiningStrategy()
void setJoinTableJoiningStrategy()
void unsetJoinTableJoiningStrategy()
boolean mayHaveDefaultJoinTable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||