I have a simple question about the (by the way really great!) Doctrine ODM.
Assume you have a document like:
/** * @Document */ class Test { /** @I
For versions before ODM 2.0 @Hash will provide the necessary data type. However after ODM 2.0 @Hash field is being removed. In order to use it we have to use @field with type hash. For further reference [click here][1]
[click here][1]