Skip to content

Commit

Permalink
Merge pull request #32 from johnaohara/master
Browse files Browse the repository at this point in the history
add OneToManyPersister to reflected classes for hibernate
  • Loading branch information
stuartwdouglas authored Sep 24, 2018
2 parents 352a9f9 + f0475fe commit 8a49da1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ private void registerAll() {
//Various well known needs:
simpleConstructor(org.hibernate.tuple.entity.PojoEntityTuplizer.class);
allConstructors(org.hibernate.tuple.component.PojoComponentTuplizer.class);
allConstructors(org.hibernate.persister.collection.OneToManyPersister.class);
simpleConstructor(org.hibernate.persister.entity.SingleTableEntityPersister.class);
simpleConstructor(org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl.class);
simpleConstructor(org.hibernate.id.enhanced.SequenceStyleGenerator.class);
Expand Down

0 comments on commit 8a49da1

Please sign in to comment.