-
[Kotlin] 엔티티로 테이블 이름 가져오기Kotiln 2020. 4. 13. 10:36
val tableAnno = entityClass.annotations.find { it.annotationClass === Table::class } as? Table val tableName = tableAnno?.name
반응형'Kotiln' 카테고리의 다른 글
kotlin gradle 프로젝트에 ktlint 적용하기 (0) 2020.11.07 [Kotlin] 고차 함수 (0) 2020.06.30 자바 Class 로 KClass 생성하기 (0) 2019.12.19 코틀린 - 함수의 정의와 호출 (0) 2019.07.24 코틀린 기초 (0) 2019.07.23