Class DFEntityDataProviders


  • public final class DFEntityDataProviders
    extends java.lang.Object
    Common utilities related to DFEntityDataProviders.
    Since:
    5.8
    Author:
    pzajac
    • Method Detail

      • find

        public static DFEntityDataProvider find​(DFEntity ent)
        Convenient delegate to entity.getSchema().getDataProvider().getEntityDataProvider(entity).
        Parameters:
        ent - entity of interest
        Returns:
        the instance
      • find

        public static DFEntityDataProvider find​(DFResultSet.VertexState vertexState)
        Utility method to find the EDP instance.
        Parameters:
        vertexState - VertexState whose entity will be used
        Returns:
        the instance