Skip to content

Commit

Permalink
#42 - Replace org.hibernate.models.orm.internal.*Registration refs wi…
Browse files Browse the repository at this point in the history
…th AnnotationUsage refs

#42
  • Loading branch information
sebersole committed Oct 20, 2023
1 parent 2cea8e7 commit 5c004f1
Show file tree
Hide file tree
Showing 17 changed files with 273 additions and 724 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
import org.hibernate.models.source.spi.MethodDetails;

/**
* Represents an entity listener defined in XML.
*
* @apiNote Simply using {@code AnnotationUsage<EntityListeners>} is not enough here
*
* @see jakarta.persistence.EntityListeners
*
* @author Steve Ebersole
*/
public class EntityListenerRegistration {
Expand Down

This file was deleted.

Loading

0 comments on commit 5c004f1

Please sign in to comment.