String partial = ("SELECT c FROM content AS c WHERE c.artist LIKE \"%" + like + "%\"");
Is there any one that can explain the proceedure to get this query introduced into the persistence unit so it can be run?
(netbeans6.1,MySQL,JDescktopApp)
Thanks