cancel
Showing results for 
Search instead for 
Did you mean: 

How to fetch the actual values from a hashcode column using SQL query.

Former Member
0 Kudos
106

I have a collection configured in my items.xml as follows:

 <collectiontype elementtype="java.lang.String" code="StringList" autocreate="true" type="list" />

I am using the above collection type for defining one of the attributes:

 <attribute type="StringList" qualifier="emails">
     <persistence type="property" />
     <modifiers read="true" write="true" search="true"
         optional="true" />
 </attribute>

How to get the actual values using SQL query which the above attribute is holding?

Accepted Solutions (0)

Answers (0)