Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke committed Jul 8, 2015
1 parent cb64349 commit c1bc49b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,7 @@ public final void init() {
throw new AssertionFailure( "emf may not be null when using an UpdateSource" );
}
this.containedInIndexOf = MetadataUtil.calculateInIndexOf( rehashedTypeMetadatas );

//TODO: make this configurable so we can handle the retrieval of
//the updates in JPA but if we make this configurable
//NonJPA EntityProviders are possible.
//maybe allow for a mapping Map<Class<?>, EntityProvider>?

JPAReusableEntityProvider entityProvider = new JPAReusableEntityProvider(
this.emf,
this.idProperties,
Expand Down

0 comments on commit c1bc49b

Please sign in to comment.