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