Forums de discussion

Service builder ignores custom finder for core entity

Jan Tošovský, modifié il y a 9 années.

Service builder ignores custom finder for core entity

Liferay Master Publications: 566 Date d'inscription: 22/07/10 Publications récentes
Dear All,

while everything works fine for my service entities, when trying to create the same for the core entity (MBThread in my case), service builder does not generate an interface from the Impl class.

public class MBThreadFinderImpl extends BasePersistenceImpl<mbthread> implements MBThreadFinder {</mbthread>


Is is limitation of SB or rather a bug?

Thanks, Jan
thumbnail
Mika Koivisto, modifié il y a 9 années.

RE: Service builder ignores custom finder for core entity (Réponse)

Liferay Legend Publications: 1519 Date d'inscription: 07/08/06 Publications récentes
You can only generate it for entities in your service.xml.