AssociationDirection 열거형

정의

두 엔터티 간의 관계를 나타냅니다.

public enum class AssociationDirection
public enum AssociationDirection
type AssociationDirection = 
Public Enum AssociationDirection
상속
AssociationDirection

필드

Name Description
OneToOne 0

일대일 관계를 나타냅니다.

OneToMany 1

일대다 관계를 나타냅니다.

ManyToOne 2

다 대 일 관계를 나타냅니다.

ManyToMany 3

다 대 다 관계를 나타냅니다.

적용 대상