NoArg: Support @MappedSuperclass JPA annotation (KT-19692)
This commit is contained in:
committed by
Yan Zhulanow
parent
3f4ddb006a
commit
f84df6381e
@@ -48,7 +48,8 @@ object NoArgConfigurationKeys {
|
|||||||
|
|
||||||
class NoArgCommandLineProcessor : CommandLineProcessor {
|
class NoArgCommandLineProcessor : CommandLineProcessor {
|
||||||
companion object {
|
companion object {
|
||||||
val SUPPORTED_PRESETS = mapOf("jpa" to listOf("javax.persistence.Entity", "javax.persistence.Embeddable"))
|
val SUPPORTED_PRESETS = mapOf(
|
||||||
|
"jpa" to listOf("javax.persistence.Entity", "javax.persistence.Embeddable", "javax.persistence.MappedSuperclass"))
|
||||||
|
|
||||||
val ANNOTATION_OPTION = CliOption("annotation", "<fqname>", "Annotation qualified names",
|
val ANNOTATION_OPTION = CliOption("annotation", "<fqname>", "Annotation qualified names",
|
||||||
required = false, allowMultipleOccurrences = true)
|
required = false, allowMultipleOccurrences = true)
|
||||||
|
|||||||
Reference in New Issue
Block a user