Uses of Interface
org.hibernate.boot.model.source.spi.JpaCallbackSource
-
Packages that use JpaCallbackSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of JpaCallbackSource in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return types with arguments of type JpaCallbackSource Modifier and Type Method Description List<JpaCallbackSource>
AbstractEntitySourceImpl. getJpaCallbackClasses()
-
Uses of JpaCallbackSource in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return types with arguments of type JpaCallbackSource Modifier and Type Method Description List<JpaCallbackSource>
IdentifiableTypeSource. getJpaCallbackClasses()
Access to the sources describing JPA lifecycle callbacks.
-