Esempio n. 1
0
 /** Convenience method. */
 public IsisConfiguration getConfiguration() {
   return isisSessionFactory.getConfiguration();
 }
Esempio n. 2
0
 /** Convenience method. */
 public SpecificationLoaderSpi getSpecificationLoader() {
   return isisSessionFactory.getSpecificationLoader();
 }
Esempio n. 3
0
 /** Convenience method. */
 public DeploymentType getDeploymentType() {
   return isisSessionFactory.getDeploymentType();
 }