Feature #6141
Check prototype on entity/valueobject
100%
Description
Entites and value objects must be declared prototype!
Associated revisions
[+FEATURE] FLOW3 (Property): The PropertyMapper now only maps to settable properties and no longer relies on the class schema to determine the type for the target property - it uses the setter parameter's type if available and falls back to the class schema if needed. Resolves #5612.
[+FEATURE] FLOW3 (Reflection): When reflecting classes entities and value objects are checked for being declared prototype, resolves #6141.
[+FEATURE] FLOW3 (Reflection): ClassSchema now enforces consistency when it comes to value objects and identity/identifier properties, resolves #6140, resolves #6142.
[+BUGFIX] FLOW3 (Persistence): Fixed left over JCR constant in AbstractSqlBackend, fixes #6153.
History
#1
Updated by Karsten Dambekalns almost 10 years ago
- Assignee set to Karsten Dambekalns
#2
Updated by Karsten Dambekalns almost 10 years ago
- Status changed from New to Accepted
#3
Updated by Karsten Dambekalns almost 10 years ago
- Category changed from Persistence to Reflection
#4
Updated by Karsten Dambekalns almost 10 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset r3746.