AFAIK, there shouldn't be any failures. I'll look into this.
- Original Message -
> From: "Steve Ebersole"
> To: "hibernate-dev"
> Sent: Tuesday, October 1, 2013 7:24:41 AM
> Subject: Re: [hibernate-dev] LoadPlans, EntityGraphs, 4.3 and moving forward
>
> Since I have not heard back I w
Are there real-world use cases where an initialized many-to-many collection
should contain elements that are uninitialized proxies (HibernateProxy), rather
than entity instances?
Currently, it is possible to configure this behavior using either:
We are considering removing this capability i
lect" or outer-join="false" functionality from
on an extra-lazy collection would not change the normal
extra-lazy behavior, avoiding initialization of the collection itself.
Gail
- Original Message -
> From: "Sanne Grinovero"
> To: "Gail Badner&qu
I have create HHH-8656 for deprecating this functionality.
Regards,
Gail
- Original Message -
> From: "Sanne Grinovero"
> To: "Steve Ebersole"
> Cc: "Gail Badner" , "hibernate-dev"
>
> Sent: Thursday, October 24, 2013 11:55:42
:hibernate-envers:compileTestJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':hibernate-envers:compileTestJava'.
> java.lang.ClassCastException: com.sun.tools.javac.code.Symbol$TypeSymbol
> cannot be cast to javax.lang.model.element.TypeElement
Hi Steve,
Looking at the Javadoc for
javax.transaction.Transaction.registerSynchronization(Synchronization sync), I
see:
Throws: RollbackException - Thrown to indicate that the transaction has been
marked for rollback only.
That would make it a JTA spec requirement.
More feedback coming...
would have to do the right thing
(whatever that is).
Regards,
Gail
- Original Message -
> From: "Steve Ebersole"
> To: "Sanne Grinovero"
> Cc: "hibernate-dev" , "Gail Badner"
> , "Tom Jenkinson"
> , "Scott Ma
up the logic splitting up the cases (which is great!).
Regards,
Gail
- Original Message -
> From: "Steve Ebersole"
> To: "Gail Badner"
> Cc: "Sanne Grinovero" , "hibernate-dev"
> , "Tom Jenkinson"
> , "Scott Marlow&qu
I've pushed my work to my fork.
Here is where I'm tracking details:
https://github.com/hibernate/hibernate-orm/wiki/Metamodel-Integration-Tasks.
Repository details are in that document.
It's a bit disorganized at the moment, I'll update after the meeting.
Regards,
Gail
___
rging what I missed.
I'll be adding more issues to the list tomorrow.
Thanks,
Gail
- Original Message -
> From: "Gail Badner"
> To: "hibernate-dev"
> Sent: Monday, January 27, 2014 11:29:33 PM
> Subject: [hibernate-dev] New metamodel status
>
&
EntityHierarchyHelper.applyToAllEntityHierarchies( entityHierarchies,
rootEntityExecutor, subEntityExecutor) allows some operation to be executed
across all entity hierarchies.
Some operations require something special to be done for the "root" entity that
is not done with other entities in the
+1 for separating.
- Original Message -
> From: "Hardy Ferentschik"
> To: "Steve Ebersole"
> Cc: "Hibernate"
> Sent: Thursday, March 6, 2014 2:30:21 AM
> Subject: Re: [hibernate-dev] Separating javax.persistence.AccessType and
> org.hibernate.property.PropertyAccessor
>
>
> On 5
After pulling, I am getting a failure executing
:hibernate-core:runAnnotationProcessors.
I tried building with --debug and it looks like the
hibernate-core/target/generated-src/apt/main is deleted without being
re-generated. When hibernate-core is compiled, there are failures because
package o
Just for the record, upgrading to Java 1.7.0_51 fixed the build for me.
- Original Message -
> From: "Steve Ebersole"
> To: "Gail Badner"
> Cc: "Hibernate"
> Sent: Friday, March 28, 2014 4:22:35 AM
> Subject: Re: [hiberna
After fixing HHH-6848, Hibernate throws IllegalStateException when merging
entity 'x' if it has references to 2 detached entities 'y1' and 'y2' obtained
from different sessions, and y1 and y2 represent the same persistent entity. In
other words, y1 != y2.
I've pushed some FailureExpected test c
Envers looks at @MappedSuperclass ClassInfo to see if it has any attributes
that are audited. If it finds one, then Envers has to find the corresponding
AttributeBinding in the EntityBinding to get it's access type, column names,
etc.
I don't think it really requires a MappedSuperclassBinding,
Also inline...
- Original Message -
> From: "Steve Ebersole"
> To: "Hardy Ferentschik"
> Cc: "Hibernate"
> Sent: Saturday, April 12, 2014 11:55:28 AM
> Subject: Re: [hibernate-dev] Some thoughts on possible Binder changes
>
> Thanks for the response. See inline...
>
>
> On Sat, Apr
Welcome! :)
- Original Message -
> From: "Davide D'Alto"
> To: "Hibernate"
> Sent: Friday, May 2, 2014 2:41:26 AM
> Subject: Re: [hibernate-dev] GSoC Introduction
>
> Welcome Kahlid!
>
>
> On Fri, May 2, 2014 at 10:34 AM, Gunnar Morling wrote:
>
> > 2014-05-02 11:30 GMT+02:00 Sanne G
As of 4.2.12, there are some identifiers that no longer work when used in
HQL/JPQL, e.g. [1].
Is there a list of reserved words somewhere?
Thanks,
Gail
[1] https://hibernate.atlassian.net/browse/HHH-9154
___
hibernate-dev mailing list
hibernate-dev@li
This appears to be due to the first commit for HHH-9100. I've re-opened
https://hibernate.atlassian.net/browse/HHH-9154 and added details there.
Steve, can you take a look?
Thanks,
Gail
- Original Message -
> From: "Steve Ebersole"
> To: "Gail Badner&q
Hi Adam,
The relevant issues:
HHH-8908 : Envers: Column of Embedded missing in Audit Table
HHH-9194 : Revert HHH-8908 fix
HHH-9193 : Default audit behavior of a mapped-superclass is inconsistent when
extended by an entity vs an embeddable
I created a pull request for reverting HHH-8908
(https:/
Hi Gunnar,
Thanks for mentioning this. I believe that org.hibernate.persister.collection
and org.hibernate.persister.entity are considered APIs, which should definitely
be backward-compatible for micro releases.
I'm looking at some alternatives to mitigate that. My first thought is that the
f
ction,
Serializable, int, SessionImplementor)
Steve, I'm not 100% I did the right thing for HHH-9204 and HHH-9205, so please
take a look at the pull request:
https://github.com/hibernate/hibernate-orm/pull/747
Thanks,
Gail
- Original Message -
> From: "Gail Badner"
Because AbstractEntityPersister implements Queryable (but EntityPersister does
not), core does something like this to get access to Queryable interface
methods:
final Queryable queryable = (Queryable) sessionFactory.getEntityPersister(
entityName );
Is this an acceptable way for an applica
Gunnar made for OGM.
Gunnar, can you check my pull request at
https://github.com/hibernate/hibernate-orm/pull/747 and make sure it doesn't
break something for you?
Thanks!
Gail
- Original Message -
> From: "Gail Badner"
> To: "Steve Ebersole"
> Cc: hi
rom: "Gunnar Morling"
> To: "Gail Badner"
> Cc: "Gunnar Morling" , hibernate-dev@lists.jboss.org,
> "Steve Ebersole"
> Sent: Monday, May 26, 2014 1:07:10 AM
> Subject: Re: [hibernate-dev] Changing method signatures in micro releases
>
> 2
Due to several regressions and improvements we decided to release 4.2.13.Final.
For more info, please see:
http://in.relation.to/Bloggers/HibernateORM4213FinalReleased .
Gail Badner
Red Hat, Hibernate ORM
___
hibernate-dev mailing list
hibernate-dev
test case attached to HHH-8908 illustrates this.
Thanks,
Gail
- Original Message -
> From: "Adam Warski"
> To: "Gail Badner"
> Cc: a...@hibernate.org, "Hibernate" , "Łukasz
> Antoniak"
> Sent: Tuesday, May 20, 2014 9:45:28 PM
Hi Steve,
I haven't had much of a chance to use it yet, but I like what I've seen so far.
When I get back to Envers (later this week), there are places that use the
Jandex index that I will change to use reflite. I'll have more feedback then.
Gail
- Original Message -
> From: "Steve Eb
CC'ing hibernate-dev...
- Original Message -
> From: "Gail Badner"
> To: "Steve Ebersole" , "Emmanuel Bernard"
>
> Sent: Friday, June 20, 2014 4:25:56 PM
> Subject: Overriding JpaMergeEventListener with
> JpaEntityCopyAllowedMerge
Due to a regression we decided to release 4.2.14.Final. For more info, please
see: http://in.relation.to/Bloggers/HibernateORM4214FinalReleased .
Gail Badner
Red Hat, Hibernate ORM
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https
HHH-8310 [1] mentions a Spring bug SPR-11125 [2] that results in threads having
a different ContextClassLoader (CCL) than their caller. As a result,
SerializableBlobProxy.generateProxy() throws IllegalArgumentException because
WrappedBlob is not found. The same happens for
SerializableClobProxy
Hi Scott,
I believe the classloading problem you mention is the same. Both
BlobProxy.getProxyClassLoader() and SerializableBlobProxy.getProxyClassLoader()
return ClassLoaderHelper.getContextClassLoader() if non-null.
Gail
- Original Message -
> From: "Scott Marlow"
>
deal with these now though.
Thanks all for the feedback! :)
Gail
- Original Message -
> From: "Gail Badner"
> To: "Scott Marlow"
> Cc: "hibernate-dev"
> Sent: Tuesday, July 8, 2014 2:40:00 PM
> Subject: Re: [hibernate-dev] HHH-8310 : Wrap
I don't see HHH-8683 is pushed and resolved.
I will do the release later this evening.
Thanks,
Gail
- Original Message -
> From: "Emmanuel Bernard"
> To: "Gunnar Morling"
> Cc: "Hibernate Dev"
> Sent: Wednesday, July 9, 2014 9:07:16 AM
> Subject: Re: [hibernate-dev] Release of Hiberna
Oops, it is there...
- Original Message -
> From: "Gail Badner"
> To: "Emmanuel Bernard"
> Cc: "Hibernate Dev"
> Sent: Wednesday, July 9, 2014 3:07:46 PM
> Subject: Re: [hibernate-dev] Release of Hibernate ORM 4.3.6 ?
>
> I don't
I've started making preparations for the 4.3.6 release, but now I can't access
the wiki with release instructions.
Since it's getting late anyhow, I'm going to put off releasing until tomorrow.
Gail
___
hibernate-dev mailing list
hibernate-dev@lists.j
I can see it now. It must have gone down last night.
- Original Message -
> From: "Steve Ebersole"
> To: "Gail Badner"
> Cc: "Hibernate Dev"
> Sent: Thursday, July 10, 2014 7:40:32 AM
> Subject: Re: [hibernate-dev] Delaying 4.3.6 until tomo
I am rescheduling the 4.3.6 release for Wednesday next week.
That will give us enough time to do necessary backports to 4.2 and also release
4.2.15.
Regards,
Gail
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mail
I've finished the releases. Everything went fine except I had trouble with
uploading the documentation (via ./gradlew :release:uploadDocumentation).
I'll upload the docs, blog, and finish announcements tomorrow.
Regards,
Gail
___
hibernate-dev mailing
teve Ebersole"
> To: "Gail Badner"
> Cc: "Hibernate Dev"
> Sent: Thursday, July 17, 2014 5:11:19 AM
> Subject: Re: [hibernate-dev] Released 4.2.15.Final and 4.3.6.Final
>
> What went wrong with uploadDocumentation task?
>
>
> On Thu, Jul 17, 2014
For details, please see
http://in.relation.to/Bloggers/HibernateORM436FinalAnd4215FinalReleased .
Gail Badner
Red Hat, Hibernate ORM
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
I've set the fix versions to 5.0.0 and 4.3.7.
I'll take a look when I have a chance.
Thanks,
Gail
- Original Message -
> From: "Sanne Grinovero"
> To: "Steve Ebersole"
> Cc: "Hibernate"
> Sent: Wednesday, July 30, 2014 4:53:01 AM
> Subject: [hibernate-dev] HHH-8839
>
> Hi Steve,
> I
Hi Deepak,
Please use the user forum (https://forum.hibernate.org/) to discuss your
particular case. If after refining your description of the issue you believe it
is a bug, then create a Jira issue.
Thanks,
Gail
- Original Message -
> From: "deepak raut"
> To: hibernate-dev@lists.jbo
I agree this is clearly a bug, doesn't change any contracts, and is easily
fixed.
I went ahead and cherry-picked it. I had to make a very minor fix because
SimpleValue.columns is type List (not List).
I've pushed the fix to 4.2 to be fixed in 4.2.16.
Thanks Andrea!
Gail
- Original Messag
Please do not push anything to 4.2 and 4.3 branches until they are released.
Thanks,
Gail
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
I've finished with the releases, including uploading everthing. I'm having
trouble setting up the weblog entry in in.relation.to for some reason. I'll
blog about the releases tomorrow.
Regards,
Gail
___
hibernate-dev mailing list
hibernate-dev@lists.jbo
you have problems with that link,
please try again later.
Gail Badner
Red Hat, Hibernate ORM
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
Forgot to CC hibernate-dev mailing list...
- Original Message -
> From: "Gail Badner"
> To: "Steve Ebersole"
> Sent: Tuesday, November 18, 2014 9:28:02 AM
> Subject: Re: [hibernate-dev] Hibernate ORM master - 5.0
>
> You mention possibly for 5
MySQL support for fractional seconds in temporal values is documented in [1]:
Prior to MySQL 5.6.4, when storing a value into a column of any temporal data
type, fractional part is discarded (truncated). When a column is defined as
TIMESTAMP(N), N indicates display width rather than fractional s
To clarify, HHH-8401 is to support MySQL fractional seconds; HHH-9444 is to fix
test failures due MySQL's new support for fractional seconds.
- Original Message -
> From: "Gail Badner"
> To: "Hibernate Dev"
> Sent: Tuesday, November 18, 2014 1:59
Only metamodel-related code was merged from the old metamodel branch into
master, so there is definitely unmerged work still in metamodel-old. I would
keep it around until things get sorted out.
- Original Message -
> From: "Steve Ebersole"
> To: "hibernate-dev"
> Sent: Wednesday, Octo
I'm a bit confused by the mapping defaults for @OneToOne defined in JPA 2.1.
Sections 2.10.1 and 2.10.3.1 (Bidirectional and Unidirectional OneToOne
Relationships) says, "The foreign key column has the same type as the primary
key of table B and there is a unique key constraint on it."
Section
"true" not-null="false")?
- Original Message -
> From: "Gail Badner"
> To: "hibernate-dev"
> Sent: Tuesday, December 2, 2014 9:34:24 PM
> Subject: [hibernate-dev] Mapping defaults for @OneToOne
>
> I'm a bit confused by th
I'm getting ready to release 4.3.8 and 4.2.17. Please do not push any new fixes
until they are released.
Thanks!
Gail
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
I've finished building and taggind for 4.2.17.Final. I'm getting some final
fixes in for 4.3.8.Final, then I'll release that version. I'll finish these up
on Tuesday.
Gail
- Original Message -
> From: "Gail Badner"
> To: "hibernate-dev&quo
Regards,
Gail
- Original Message -
> From: "Petar Tahchiev"
> To: "Gail Badner"
> Cc: "hibernate-dev"
> Sent: Tuesday, January 6, 2015 12:47:11 AM
> Subject: Re: [hibernate-dev] Preparing to release 4.3.8 and 4.2.17
>
> Any chance to get t
For details, see
http://in.relation.to/Bloggers/HibernateORM438FinalAnd4217FinalReleased.
Gail Badner
Red Hat, Hibernate ORM
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
There are some jiras for using UUIDs (in general, not specifically for IDs) for
using a single mapping that would work for different dialects:
- https://hibernate.atlassian.net/browse/HHH-9562
- https://hibernate.atlassian.net/browse/HHH-9574
It seems that these are related...
- Original Me
I am having problems creating a weblog entry on in.relation.to. I will send
another announcement with details when that is resolved.
Gail Badner
Red Hat, Hibernate ORM
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org
I ran into the same thing a couple of weeks ago when I deleted some spam
comments before trying to create new weblog. I asked Sanne about this and he
mentioned that he's seen this happen after deleting spam comments. He said it
would require some clean up, but he didn't have time.
Sanne, I know
Should enum objects be converted to the appropriate type when bound to a native
query?
It looks like they are converted properly when bound using a Criteria or HQL
Query, but not for a SQLQuery.
Attached is a patch for EnumTypeTest that shows that it works for Criteria and
HQL queries, and fai
I can look into this tomorrow. Please let me know if someone is already working
on this.
Thanks,
Gail
- Original Message -
> From: "Sanne Grinovero"
> To: "Gail Badner" , "Davide D'Alto"
> Cc: "hibernate-dev" , "Sanne Grin
Good questions. I'll wait for a reply...
- Original Message -
> From: "Hardy Ferentschik"
> To: "Sanne Grinovero"
> Cc: "Gail Badner" , "Davide D'Alto"
> , "hibernate-dev"
>
> Sent: Friday, February 13, 2015
OK, so this is expected.
Thanks!
Gail
- Original Message -
> From: "Steve Ebersole"
> To: "Emmanuel Bernard"
> Cc: "Gail Badner" , "Hibernate Dev"
>
> Sent: Monday, February 16, 2015 11:55:54 AM
> Subject: Re: [hibernate-dev]
11am Seattle time would be ideal. Thanks!
Gail
- Original Message -
> From: "Brett Meyer"
> To: "hibernate-dev"
> Sent: Monday, March 23, 2015 6:51:49 AM
> Subject: Re: [hibernate-dev] ORM Team "triage" meeting
>
> Big +1 from me -- I'd be more than happy to be involved.
>
> - Orig
Please do not push any commits to 4.3 or 4.2 branches until I finish the
releases.
Thanks!
Gail
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
nice time to allow me to join occasionally as needed
>
> Sanne
>
> On 23 March 2015 at 19:10, Gail Badner wrote:
> > 11am Seattle time would be ideal. Thanks!
> > Gail
> >
> > - Original Message -
> >> From: "Brett Meyer"
> >>
I've finished with the releases and have uploaded artifacts, release bundles,
and docs for both releases.
I'll write up a blog later this evening with some details.
Thanks,
Gail
- Original Message -
> From: "Gail Badner"
> To: "hibernate-dev"
>
For details, see:
http://in.relation.to/Bloggers/HibernateORM439Final4218FinalAnd4219FinalReleased
Gail Badner
Red Hat, Hibernate ORM
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
This mailing list is for discussing Hibernate development. Please open a JIRA
issue at https://hibernate.atlassian.net/projects/HHH and attach your test.
Thanks,
Gail
- Original Message -
> From: "Mihalcea Vlad"
> To: "Hibernate Dev"
> Sent: Wednesday, April 29, 2015 7:01:11 AM
> Subjec
I ran into some issues upgrading to Infinispan 7.2.1.Final in 4.3 branch.
I cherry-picked the 2 commits for HHH-9632 to upgrade 4.3 to use Infinispan
7.1.0.Final:
1)
https://github.com/hibernate/hibernate-orm/commit/260ff03ae5e8cce0d1d56484e32825222e3046d5
2)
https://github.com/hibernate/hiber
- Original Message -
> From: "Galder Zamarreño"
> To: "Gail Badner"
> Cc: "Galder Zamarreno" , "Sanne Grinovero"
> , "Scott Marlow"
> , "Hibernate Dev"
> Sent: Monday, May 11, 2015 1:31:07 AM
> Subject: Re: Problems u
to 4.3.11.Final.
Thanks,
Gail
- Original Message -
> From: "Steve Ebersole"
> To: "Sanne Grinovero"
> Cc: "Galder Zamarreño" , "Scott Marlow"
> , "Gail Badner" ,
> "Hibernate Dev"
> Sent: Monday, May 11,
this?
- Original Message -
> From: "Gail Badner"
> To: "Steve Ebersole"
> Cc: "Hibernate Dev" , "Galder Zamarreño"
>
> Sent: Monday, May 11, 2015 1:23:04 PM
> Subject: Re: [hibernate-dev] Problems upgrading ORM 4.3 branch to use
ssage -
> From: "Steve Ebersole"
> To: "Gail Badner"
> Cc: "Sanne Grinovero" , "Scott Marlow"
> , "Galder Zamarreño"
>
> Sent: Wednesday, May 13, 2015 5:33:24 AM
> Subject: Re: Another pull request for supporting Infinispan 7
inal Message -
> From: "Steve Ebersole"
> To: "Gail Badner"
> Cc: "Sanne Grinovero" , "Scott Marlow"
> , "Galder Zamarreño"
> , "Hibernate Dev"
> Sent: Wednesday, May 13, 2015 9:57:24 AM
> Subject: Re: Anothe
nt/dsl/org.gradle.api.artifacts.ResolutionStrategy.html
- Original Message -
> From: "Scott Marlow"
> To: "Gail Badner" , "Steve Ebersole"
> Cc: "Sanne Grinovero" , "Galder Zamarreño"
> , "Hibernate Dev"
>
> Sent: We
Hi Steve,
Thanks for the explanation. That helps a lot. I'll see if I can get it working
tomorrow morning.
I'll release 4.3.10.Final Thursday. After working 3 late nights in a row, I
need to rest tonight.
Regards,
Gail
- Original Message -
> From: "Steve Ebersole&qu
Please do not push any commits until after 4.3.10.Final is released.
Thanks,
Gail
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
For details, see: http://in.relation.to/Bloggers/HibernateORM4310FinalReleased
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
Following Steve's suggestion using resolutionStrategy, I was able to build the
hibernate-infinispan jar with Infinispan 6.0.0.Final and run the unit tests
with 7.2.1.Final.
I'm sure there's a more elegant way to do this, so I've created a new jira
(HHH-9802) and a pull request with the change I
Here is my 2 cents.
I find it helpful that the changelog contains all jiras for all releases that
feed into a particular version. It makes it clear when later branches were
branched off.
This is particularly helpful when we are maintaining multiple branches and
commits are being backported t
+1 to listing the the version prior to branching.
- Original Message -
> From: "Steve Ebersole"
> To: "Gail Badner"
> Cc: "hibernate-dev" , "Hardy Ferentschik"
>
> Sent: Thursday, May 28, 2015 12:58:42 PM
> Subject: Re: [hibern
I would prefer retaining all bugs fixes that feed into EAP.
The first Hibernate version used by EAP was roughly 3.2.4.sp1 (there were a few
extra commits included in the version that got into EAP).
Are you planning to truncate the change logs for 3.2 or 3.3? If so, it would be
helpful to me re
For 4.3 and before, when running a unit test in Intellij using a non-default
DB, I would simply add the JDBC jar as a module dependency and then add the
hibernate-specific properties (e.g., for dialect, etc) as VM options in the
Run/Debug configuration.
This doesn't work for master because the
ection.url=... -Dhibernate.connection.schema=...
Script parameters: --tests org.hibernate.jpa.test.query.QueryTest
How do I add db2jcc4.jar as a dependency?
Thanks,
Gail
- Original Message -
> From: "Steve Ebersole"
> To: "Gail Badner" , "Hibernate Dev"
JPA 2.1 shows examples of using multiple downcasts in a restriction:
4.4.9 Downcasting
SELECT e FROM Employee e
WHERE TREAT(e AS Exempt).vacationDays > 10
OR TREAT(e AS Contractor).hours > 100
6.5.7 Downcasting
Example 3:
CriteriaQuery q = cb.createQuery(Employee.class);
Root e = q.from(
See below:
- Original Message -
> From: "Steve Ebersole"
> To: "Gail Badner" , "Hibernate Dev"
>
> Sent: Tuesday, June 16, 2015 11:00:49 AM
> Subject: Re: [hibernate-dev] TREAT operator and joined inheritance (HHH-9862)
>
> As for the
This mailing list is for Hibernate development. Please move your discussion to
the user forum (https://forum.hibernate.org/).
Thanks,
Gail
- Original Message -
> From: "Jitu"
> To: "amit shah"
> Cc: "Hibernate"
> Sent: Wednesday, July 1, 2015 10:06:53 AM
> Subject: Re: [hibernate-dev]
I'm looking into some bugs having to do with lazy properties using Entity
Manager.
There is a commit for a pull request that adds an instrument task to
hibernate-entitymanager.gradle that uses the ant task:
https://github.com/gbadner/hibernate-core/commit/ecacc18cd48b960b7e9b303b6a298d4e15448
OK, got it.
Thanks!
Gail
- Original Message -
> From: "Steve Ebersole"
> To: "Gail Badner" , "Hibernate"
>
> Sent: Monday, July 13, 2015 3:43:21 PM
> Subject: Re: [hibernate-dev] How should hibernate-entitymanager test classes
> be in
Next week is fine. Monday or Tuesday work for me.
- Original Message -
> From: "Steve Ebersole"
> To: "Gail Badner"
> Cc: "Sanne Grinovero" , "hibernate-dev"
>
> Sent: Monday, July 13, 2015 5:22:26 PM
> Subject: Re: [
n")
+}
+
+test.dependsOn instrument
IIUC, only
$buildDir/classes/test/org/hibernate/jpa/test/callbacks/EntityWithLazyProperty.class
is instrumented (not all test classes).
Am I missing something (very possible).
Thanks,
Gail
- Original Message -
> From: "Gail Badner"
AvailableSettings.EVENT_LISTENER_PREFIX is set to "hibernate.ejb.event".
JpaIntegrator looks for ConfigurationService settings (which include
properties) with that prefix, then strips off that prefix to determine the
org.hibernate.event.spi.EventType.
I see that org.hibernate.event.spi.EventTy
> >
> > >
> > > On Tue, Jul 14, 2015 at 12:32 PM andrea boriero
> > > wrote:
> > >
> > >> I have a problem on Monday but Tuesday is fine.
> > >>
> > >> On 14 July 2015 at 18:06, Gail Badner wrote:
> > >
Ah, OK. I see.
Thanks,
Gail
- Original Message -
> From: "Steve Ebersole"
> To: "Gail Badner" , "Hibernate"
>
> Sent: Monday, July 20, 2015 2:59:00 PM
> Subject: Re: [hibernate-dev]
> org.hibernate.jpa.AvailableSettings.EV
+1 from me as well.
Gail
- Original Message -
> From: "Hardy Ferentschik"
> To: "Steve Ebersole"
> Cc: "Hibernate Dev"
> Sent: Monday, July 20, 2015 12:37:43 PM
> Subject: Re: [hibernate-dev] Enum mapping in hbm.xml
>
> Hi,
>
> On Mon, Jul 20, 2015 at 05:36:30PM +, Steve Ebersole
I think this is probably just a bug in the test, but I want to mention it in
case there is a real bug here.
When I run the unit tests multiple times, sometimes I see WarehouseItem created
with:
create table WarehouseItem (
id integer generated by default as identity,
version
BTW, I was not able to reproduce this by running the test repeatedly in
Intellij. I saw the differences when comparing SQL/DDL from running the
hibernate-core unit tests multiple times.
- Original Message -
> From: "Gail Badner"
> To: "Hibernate Dev"
> Se
1 - 100 of 629 matches
Mail list logo