[hibernate-issues] [Hibernate-JIRA] Created: (OGM-181) Rework EntityKeyBuilder (Remove a method called "getColumnMap")

Seiya Kawashima (JIRA) noreply at atlassian.com
Thu May 17 10:41:09 EDT 2012


Rework EntityKeyBuilder (Remove a method called "getColumnMap")
---------------------------------------------------------------

                 Key: OGM-181
                 URL: https://hibernate.onjira.com/browse/OGM-181
             Project: Hibernate OGM
          Issue Type: Sub-task
            Reporter: Seiya Kawashima
            Assignee: Seiya Kawashima


To make Voldemort work with hibernate OGM, the implementation adds a method in EntityKeyBuilder called getColumnMap to get column names when fields use different names as its column names. The mapping seems required to deserialize JSON to an object with the correct type. However, it' not necessary to be there and also it only returns one column name as String which is not right.

Rework EntityKeyBuilder to remove the method.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list