-
Using the same sequence for all entities is a bad practice.
@Id
@GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "idgenerator")
// The initial value is to account for d…
-
```
Which version of ZKGrails you're using? On what operating system?
2.5.1 on Windows 8
Which version of Grails you're using?
2.3.11
What steps will reproduce the problem?
1. Nothing. Default behav…
-
mapper版本:2.1.5
代码:@Id
@Column(name = "Id")
@KeySql(genId = IdGenerator.class)
private String id;
public class IdGenerator implements GenId {
@Override
public String genI…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I have a simple document that has a collection (modelReferences), and within it that I …
-
NullPointerException when @Inject a particular configuration property
```
ru.vyarus.dropwizard.guice.debug.YamlBindingsDiagnostic: Available configuration bindings =
...
Unique sub configura…
-
I detected an issue when trying to make multiple calls concurrently.
Sometimes, if I make 4 concurrent calls to `Session.call()` I would only get 3 responses and worse, sometimes one of the respon…
-
```
Which version of ZKGrails you're using? On what operating system?
2.5.1 on Windows 8
Which version of Grails you're using?
2.3.11
What steps will reproduce the problem?
1. Nothing. Default behav…
-
**Is your feature request related to a problem? Please describe.**
Now, `SdkSpanBuidler.startSpan()` call `generateSpanId` first, may call `generateTraceId()` next. Two id generate logic nothing to d…
-
During the discussions for #319 I had thrown out the idea of application provided id generators. While an application can always simply assign an id value to any new entity it constructs, there could …
-
### [REQUIRED] Searched documentation and issues
There are many issues related to this: #6112, #3712, #3158
### [REQUIRED] Question
I have many streams with a PMT header that declare tracks that …
skogl updated
4 years ago