| Modifier and Type | Required Element and Description |
|---|---|
String |
rootPackageName
The qualified Java package for generated interfaces for this namespace.
|
| Modifier and Type | Optional Element and Description |
|---|---|
EnumSource |
enumSource
When logical property names are generated and/or referenced as enums within generated code,
specifies how enums are originated
|
String |
implementationClassNamePrefix
The string to prepend to implementation class names
|
String |
implementationClassNameSuffix
The string to append to implementation class names
|
String |
implementationPackageName
The name of the child or sub package for implementation classes for this provisioning context
|
String |
interfaceNamePrefix
The string to prepend to interface class names
|
String |
interfaceNameSuffix
The string to append to interface class names
|
PropertyNameStyle |
propertyNameStyle
Specifies how logical property names are generated and referenced within
SDO interfaces and implementation classes.
|
String |
queryDSLClassNamePrefix
The string to prepend to Query DSL class names
|
String |
queryDSLClassNameSuffix
The string to append to Query DSL class names
|
boolean |
queryDSLGenerate
Whether to generate Query DSL classes for this context
|
String |
queryDSLPackageName
The name of the child or sub package for Query DSL classes for this provisioning context
|
public abstract String rootPackageName
public abstract PropertyNameStyle propertyNameStyle
public abstract EnumSource enumSource
public abstract String interfaceNamePrefix
public abstract String interfaceNameSuffix
public abstract String implementationClassNamePrefix
public abstract String implementationClassNameSuffix
public abstract String implementationPackageName
public abstract boolean queryDSLGenerate
public abstract String queryDSLClassNamePrefix
public abstract String queryDSLClassNameSuffix
public abstract String queryDSLPackageName
Copyright © 2017. All rights reserved.