Class OJPAProviderUtil

java.lang.Object
com.orientechnologies.orient.object.jpa.OJPAProviderUtil
All Implemented Interfaces:
javax.persistence.spi.ProviderUtil

public class OJPAProviderUtil extends Object implements javax.persistence.spi.ProviderUtil
  • Constructor Details

    • OJPAProviderUtil

      public OJPAProviderUtil()
  • Method Details

    • isLoadedWithoutReference

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

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

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