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