NoArg: Support @Embeddable JPA annotation (KT-15946)

This commit is contained in:
Yan Zhulanow
2017-01-31 19:20:58 +03:00
parent 349095cd14
commit 1797ea62f4
4 changed files with 46 additions and 5 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ object NoArgConfigurationKeys {
class NoArgCommandLineProcessor : CommandLineProcessor {
companion object {
val SUPPORTED_PRESETS = mapOf("jpa" to listOf("javax.persistence.Entity"))
val SUPPORTED_PRESETS = mapOf("jpa" to listOf("javax.persistence.Entity", "javax.persistence.Embeddable"))
val ANNOTATION_OPTION = CliOption("annotation", "<fqname>", "Annotation qualified names",
required = false, allowMultipleOccurrences = true)