synchronoss / cpo-api

Class Persistence Object (CPO) Application Programming Interface (API).
GNU Lesser General Public License v2.1
3 stars 3 forks source link

CpoAttribute - new type - Map #11

Closed berryware closed 9 years ago

berryware commented 10 years ago

Create a new type for attributes for map support. This would basically contain a key/value pair of all attributes that the bean didn't have and would return them. this is extremely useful for cassandra where using dynamic columns.

David Berry 2012-11-09 Need to add a new type to the JdbcMetaData class. Need to make sure that cpoUtli can generate the correct class.

mbellomo commented 9 years ago

This is a duplicate of #24