Uses of Class
net.sf.jailer.entitygraph.remote.RemoteEntityGraph
Packages that use RemoteEntityGraph
-
Uses of RemoteEntityGraph in net.sf.jailer.entitygraph.intradatabase
Subclasses of RemoteEntityGraph in net.sf.jailer.entitygraph.intradatabaseModifier and TypeClassDescriptionclassSpecializedRemoteEntityGraphfor exporting data into a different schema within the same database. -
Uses of RemoteEntityGraph in net.sf.jailer.entitygraph.remote
Methods in net.sf.jailer.entitygraph.remote that return RemoteEntityGraphModifier and TypeMethodDescriptionstatic RemoteEntityGraphRemoteEntityGraph.create(DataModel dataModel, int graphID, Session session, PrimaryKey universalPrimaryKey, Runnable updateStatistics, ExecutionContext executionContext) Creates a new entity-graph.