[hibernate-issues] [Hibernate-JIRA] Commented: (OGM-40) Make EntityKey use column names / column values instead of the serializable id

Emmanuel Bernard (JIRA) noreply at atlassian.com
Tue Mar 6 11:18:48 EST 2012


    [ https://hibernate.onjira.com/browse/OGM-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45845#comment-45845 ] 

Emmanuel Bernard commented on OGM-40:
-------------------------------------

Map<String,Object> is quite expensive object and memory wise. Plus some NoSQL store might use EntityKey as is as the key and a more straightforward data structure is better for serialization.

> Make EntityKey use column names / column values instead of the serializable id
> ------------------------------------------------------------------------------
>
>                 Key: OGM-40
>                 URL: https://hibernate.onjira.com/browse/OGM-40
>             Project: Hibernate OGM
>          Issue Type: Improvement
>          Components: core
>            Reporter: Emmanuel Bernard
>


--
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