01/01: use text type for poll.description, choice.description, comment.text
This is an automated email from the git hooks/post-receive script. New commit to branch devel in repository Pollen. See http://git.None/Pollen.git commit fdfcca36a67ed2b805d063d843fac64d964a2222 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue May 27 22:38:29 2014 +0200 use text type for poll.description, choice.description, comment.text --- pollen-persistence/src/main/xmi/pollen.properties | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/pollen-persistence/src/main/xmi/pollen.properties b/pollen-persistence/src/main/xmi/pollen.properties index 306e907..0b63cf7 100644 --- a/pollen-persistence/src/main/xmi/pollen.properties +++ b/pollen-persistence/src/main/xmi/pollen.properties @@ -27,6 +27,12 @@ model.tagValue.useEnumerationName=true model.tagValue.indexForeignKeys=true model.tagValue.hibernateAttributeType.String=string +# Text +org.chorem.pollen.persistence.entity.Poll.attribute.description.tagValue.hibernateAttributeType=text +org.chorem.pollen.persistence.entity.Choice.attribute.description.tagValue.hibernateAttributeType=text +org.chorem.pollen.persistence.entity.Comment.attribute.text.tagValue.hibernateAttributeType=text + +# Ordered org.chorem.pollen.persistence.entity.Poll.attribute.choice.stereotype=ordered org.chorem.pollen.persistence.entity.Poll.attribute.voterList.stereotype=ordered org.chorem.pollen.persistence.entity.Poll.attribute.vote.stereotype=ordered @@ -39,14 +45,3 @@ org.chorem.pollen.persistence.entity.VoterList.attribute.member.stereotype=uniqu org.chorem.pollen.persistence.entity.PollenToken.class.tagValue.naturalIdMutable=true org.chorem.pollen.persistence.entity.PollenToken.attribute.token.stereotype=unique org.chorem.pollen.persistence.entity.PollenToken.attribute.token.tagValue.naturalId=true - -# clef naturelle non modifiable sur Poll#pollId -#org.chorem.pollen.persistence.entity.Poll.class.tagValue.naturalIdMutable=true -#org.chorem.pollen.persistence.entity.Poll.attribute.pollId.stereotype=unique -#org.chorem.pollen.persistence.entity.Poll.attribute.pollId.tagValue.naturalId=true - -# clef naturelle non modifiable sur PollAccount#accountId -#org.chorem.pollen.persistence.entity.PollAccount.class.tagValue.naturalIdMutable=true -#org.chorem.pollen.persistence.entity.PollAccount.attribute.accountId.stereotype=unique -#org.chorem.pollen.persistence.entity.PollAccount.attribute.accountId.tagValue.naturalId=true - -- To stop receiving notification emails like this one, please contact Chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
Chorem.org scm