Package oracle.spatial.network.nfe.io.jdbc.dao
Provides the data access objects implementations; it is not recommended to use the data access objects methods, instead use the NFE services.
-
Class Summary Class Description AbstractDAO A base class for data access objects (DAOs), providing methods to access the model and the connection.FeatureDAO The FeatureDAO data access object provides methods to load and manage the model features.ModelDAO The ModelDAO data access object provides methods to load, create and manage the model infrastructure.NetworkDAO The NetworkDAO data access object provides methods to load, create and manage the network elements.RuleDAO The RuleDAO data access object provides methods to load, create and manage the NFE rules.SpatialDAO The SpatialDAO data access object provides methods to load, create and manage spatial related data.WorkspaceDAO The WorkspaceDAO data access object provides methods related to the model workspace management.