-
| --- | --- |
| Bugzilla Link | [500375](https://bugs.eclipse.org/bugs/show_bug.cgi?id=500375) |
| Status | NEW |
| Importance | P3 enhancement |
| Reported | Aug 28, 2016 04:58 EDT |
| Modified …
-
### Use case
I would like to make parent object (A) to null when all the properties or object(B) it has are null.
example, consider below **Employee** object has class department, when both prope…
-
| --- | --- |
| Bugzilla Link | [488742](https://bugs.eclipse.org/bugs/show_bug.cgi?id=488742) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Mar 01, 2016 04:06 EDT |
| Modified | Mar…
-
| --- | --- |
| Bugzilla Link | [419840](https://bugs.eclipse.org/bugs/show_bug.cgi?id=419840) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Oct 18, 2013 08:46 EDT |
| Modified | Oct…
-
Hi,
I've got a question regarding csi mode and also the way of creating kubernetes secrets using `secretObjects` from SecretProviderClass.
Possibly a miss understanding from my side but I have a h…
-
Elastic [Email Object ](https://www.elastic.co/guide/en/ecs/8.8/ecs-email.html) is currently not mapped to STIX. As an example, an Email Object
```
"email": {
"attachments": [
…
-
In `org.elasticsearch.index.mapper.DocumentParserContext#addDynamicMapper` we have a TODO that asks to optimize the way we dynamically map object arrays:
```
// TODO we may want to stop addin…
-
Hello, we would like to extract planes representing objects surfaces in order to retrieve points belonging to those planes from point clouds. Is there any method or approach that would allow to do th…
-
Hey,
We have a problem with mapping a class which has no properties or all properties are null.
Here is a simple example:
``` java
class Parent {
Child child;
};
class Child {
};
```
If we map a …
-
Hi. You've got an example of mapping `ResultSet` to domain object. Can you provide an example of mapping JOOQ record domain object mapping?