AssociationDirection 열거형

정의

두 엔터티 간의 관계를 식별합니다.

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

필드

ManyToMany 3

다 대 다 관계를 식별합니다.

ManyToOne 2

다 대 일 관계를 식별합니다.

OneToMany 1

일 대 다 관계를 식별합니다.

OneToOne 0

일 대 일 관계를 식별합니다.

적용 대상