Indeed it would make sense to allow custom type names, in particular in ES
5 and below.
In Elasticsearch 6, you can only have one type per index. The main impact
is that we will have to choose between two solutions:
1. Either we continue as before (multiple types per index), but we
somehow
Hi,
We just released Hibernate Validator 6.0.5.Final.
It fixes a couple of regressions and introduces a few nice enhancements
contributed/suggested by our users.
It is a recommended upgrade for everyone already using 6.0.x.
For more information, read the full announcement here:
http://in.relati
I'll assume you mean AbstractEntityTuplizer#persistTransientEntity, as
called from IncrediblySillyJpaMapsIdMappedIdentifierValueMarshaller via
org.hibernate.tuple.entity.AbstractEntityTuplizer#determineEntityIdPersistIfNecessary[1]
-
if that's not correct let us know.
With that assumption... It i
Yes, your right, it's
AbstractEntityTuplizer#determineEntityIdPersistIfNecessary.
AFAICT, in most cases, it got resolved by forcing cascade-persist to
the key-many-to-one associations.
In the one test that failed,
DerivedIdentitySimpleParentIdClassDepTest,
IncrediblySillyJpaMapsIdMappedIdentifier