Class ProviderUtil

  • All Implemented Interfaces:
    javax.persistence.spi.ProviderUtil

    public final class ProviderUtil
    extends Object
    implements javax.persistence.spi.ProviderUtil
    • Constructor Detail

      • ProviderUtil

        public ProviderUtil()
    • Method Detail

      • isLoadedWithoutReference

        public javax.persistence.spi.LoadState isLoadedWithoutReference​(Object proxy,
                                                                        String property)
        Specified by:
        isLoadedWithoutReference in interface javax.persistence.spi.ProviderUtil
      • isLoadedWithReference

        public javax.persistence.spi.LoadState isLoadedWithReference​(Object proxy,
                                                                     String property)
        Specified by:
        isLoadedWithReference in interface javax.persistence.spi.ProviderUtil
      • isLoaded

        public javax.persistence.spi.LoadState isLoaded​(Object o)
        Specified by:
        isLoaded in interface javax.persistence.spi.ProviderUtil