In spatial bridges (at least), we use field access in priority, and failing that we fall back to getter access. This is due to how references to properties are passed to the bridge: using strings. This means we have to use reflection inside the bridge itself to retrieve the field/method inside the bridge, and inside the bridge we have zero knowledge about Hibernate ORM, even less so about the configured access mode. |