Uses of Interface
p3j.database.IP3MDatabase

Packages that use IP3MDatabase
p3j.database   
p3j.database.hibernate   
p3j.gui.dialogs   
p3j.simulation   
 

Uses of IP3MDatabase in p3j.database
 

Methods in p3j.database that return IP3MDatabase
static IP3MDatabase DatabaseFactory.createDatabase()
          Creates a new Database object.
static IP3MDatabase DatabaseFactory.createDatabase(String hibernateConfigFile)
          Creates a new Database object, given a certain hibernate configuration file.
static IP3MDatabase DatabaseFactory.getDatabaseSingleton()
          Get database interface.
 

Uses of IP3MDatabase in p3j.database.hibernate
 

Classes in p3j.database.hibernate that implement IP3MDatabase
 class P3MDatabase
          Implementation of IP3MDatabase based on Hibernate.
 

Uses of IP3MDatabase in p3j.gui.dialogs
 

Methods in p3j.gui.dialogs with parameters of type IP3MDatabase
static void DuplicateProjectionDialog.duplicate(IP3MDatabase db, ProjectionModel originalProjection, String newProjectionName, JLabel status)
          Duplicate.
 

Constructors in p3j.gui.dialogs with parameters of type IP3MDatabase
NewProjectionDialog(Frame owner, IP3MDatabase p3mDatabase)
          Instantiates a new new projection dialog.
 

Uses of IP3MDatabase in p3j.simulation
 

Constructors in p3j.simulation with parameters of type IP3MDatabase
SingleExecution(IProjectionModel proj, IP3MDatabase dataBase)
          Default constructor.
 



Copyright © 2012. All Rights Reserved.