Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Amss
Boilerplate
Persistence
Impl
Configuration
Conventions
PrimaryKeyNameConvention
C# 클래스 Amss.Boilerplate.Persistence.Impl.Configuration.Conventions.PrimaryKeyNameConvention
PrimaryKeyNameConvention - says that name of every column representing primary key should consist of entity name and “Id” suffix.
상속:
IIdConvention
파일 보기
프로젝트 열기: quadio/amss-boilerplate
공개 메소드들
메소드
설명
Apply
(
IIdentityInstance
instance
) :
void
메소드 상세
Apply()
공개
메소드
public
Apply
(
IIdentityInstance
instance
) :
void
instance
IIdentityInstance
리턴
void