Commit 58e013fc by Suma Shivaprasad

BUG-37105 Fixed

parent 92ff97c6
...@@ -126,7 +126,7 @@ object TypesSerialization { ...@@ -126,7 +126,7 @@ object TypesSerialization {
private def convertAttributeInfoToAttributeDef(aInfo: AttributeInfo) = { private def convertAttributeInfoToAttributeDef(aInfo: AttributeInfo) = {
new AttributeDefinition(aInfo.name, aInfo.dataType().getName, aInfo.multiplicity, new AttributeDefinition(aInfo.name, aInfo.dataType().getName, aInfo.multiplicity,
aInfo.isComposite, aInfo.reverseAttributeName) aInfo.isComposite, aInfo.isUnique, aInfo.isIndexable, aInfo.reverseAttributeName)
} }
private def convertEnumTypeToEnumTypeDef(et: EnumType) = { private def convertEnumTypeToEnumTypeDef(et: EnumType) = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment