on 2019 Mar 17 9:26 PM
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?
User | Count |
---|---|
10 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.