Uses of Interface
org.datanucleus.api.jpa.metadata.JPAEntityGraphRegistrationListener
-
Packages that use JPAEntityGraphRegistrationListener Package Description org.datanucleus.api.jpa Package containing the entry point for the DataNucleus implementation of the JPA specificationsorg.datanucleus.api.jpa.metadata Package providing classes specific to processing of JPA XML MetaData and annotations, building on the generic code under the package org.datanucleus.metadata -
-
Uses of JPAEntityGraphRegistrationListener in org.datanucleus.api.jpa
Classes in org.datanucleus.api.jpa that implement JPAEntityGraphRegistrationListener Modifier and Type Class Description classJPAEntityManagerFactoryEntityManagerFactory implementation. -
Uses of JPAEntityGraphRegistrationListener in org.datanucleus.api.jpa.metadata
Fields in org.datanucleus.api.jpa.metadata with type parameters of type JPAEntityGraphRegistrationListener Modifier and Type Field Description protected List<JPAEntityGraphRegistrationListener>JPAMetaDataManager. entityGraphListenersListeners for notification of when an EntityGraph is registered.Methods in org.datanucleus.api.jpa.metadata with parameters of type JPAEntityGraphRegistrationListener Modifier and Type Method Description voidJPAMetaDataManager. registerEntityGraphListener(JPAEntityGraphRegistrationListener listener)
-