[FLOW3-general] using ID in place of UUID

Karsten Dambekalns karsten at typo3.org
Tue Dec 4 11:25:31 CET 2012


Hi.

On 04.12.12 09:27, Federico Bernardin wrote:
> Can you help me?

I hope. Try this:

/**
 * @var integer
 * @ORM\Id
 * @ORM\GeneratedValue
 */
protected $id;

Column is not needed, @var and the property name carry the same
information. I hope the visibility change does the trick, though.

If that doesn't help, maybe put your model code up somewhere to check.

Regards,
Karsten
-- 
Karsten Dambekalns
TYPO3 Core Developer, Neos / Flow Team

TYPO3 .... inspiring people to share!
Get involved: typo3.org


More information about the FLOW3-general mailing list