public static final class DependentManyToManyRelationshipMetadata.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
DependentManyToManyRelationshipMetadata |
build() |
DependentManyToManyRelationshipMetadata.Builder |
fromEntityAttribute(String fromEntityAttribute) |
DependentManyToManyRelationshipMetadata.Builder |
intersectEntity(String intersectEntity) |
DependentManyToManyRelationshipMetadata.Builder |
intersectPrimaryAttribute(String intersectPrimaryAttribute) |
DependentManyToManyRelationshipMetadata.Builder |
intersectRelatedAttribute(String intersectRelatedAttribute) |
DependentManyToManyRelationshipMetadata.Builder |
toEntityAttribute(String toEntityAttribute) |
public DependentManyToManyRelationshipMetadata.Builder intersectEntity(String intersectEntity)
public DependentManyToManyRelationshipMetadata.Builder fromEntityAttribute(String fromEntityAttribute)
public DependentManyToManyRelationshipMetadata.Builder toEntityAttribute(String toEntityAttribute)
public DependentManyToManyRelationshipMetadata.Builder intersectPrimaryAttribute(String intersectPrimaryAttribute)
public DependentManyToManyRelationshipMetadata.Builder intersectRelatedAttribute(String intersectRelatedAttribute)
public DependentManyToManyRelationshipMetadata build()
Copyright © 2018–2020. All rights reserved.