e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 1 through 10 of 36 (0.0 seconds)
Class: com.technoetic.xplanner.file.FileTest  ©, Rating: 0% of 1, C1

14 createTestData(session); 15 session.flush(); 16 session.connection().commit(); 17 } catch (Exception e) { 18 e.printStackTrace();

Class: com.technoetic.xplanner.charts.DataSamplingJob  ©, Rating: 0% of 0, C1

39 log.info("committing data sample changes"); 40 session.flush(); 41 session.connection().commit(); 42 } catch (Throwable ex) { 43 log.error("rolling back data sample changes", ex);

Class: com.technoetic.xplanner.db.hibernate.HibernateIdentityGenerator  ©, Rating: 0% of 0, C1

079 } while (rows == 0); 080 081 conn.commit(); 082 } finally { 083 session.getBatcher().closeConnection(conn);

Class: com.technoetic.xplanner.actions.FileManagerAction  ©, Rating: 0% of 0, C2

59 } 60 hibernateSession.flush(); 61 hibernateSession.connection().commit(); 62 if (fform.getDirectoryId() != null) { 63 Directory directory = fileSystem.getDirectory(hibernateSession, Integer.parseInt(fform.getDirectoryId()));

Class: com.technoetic.xplanner.security.install.BootstrapSystemUser  ©, Rating: 0% of 0, C1

55 createPermission(session, viewerRole, "%", "read%"); 56 session.flush(); 57 session.connection().commit(); 58 } finally { 59 session.close();

Class: com.technoetic.xplanner.upgrade.RoleDataUpgrader  ©, Rating: 0% of 0, C1

040 } finally { 041 session.flush(); 042 session.connection().commit(); 043 session.close(); 044 }

Class: com.technoetic.xplanner.upgrade.TomcatUserImporter  ©, Rating: 0% of 0, C2

055 } 056 session.flush(); 057 session.connection().commit(); 058 } catch (Throwable e) { 059 log.error("error", e);

Class: com.technoetic.xplanner.upgrade.AttachmentUpgrader  ©, Rating: 0% of 0, C2

086 } 087 session.flush(); 088 session.connection().commit(); 089 } catch (SQLException e) { 090 throw e;

Class: com.technoetic.xplanner.security.XPlannerLoginModule  ©, Rating: 0% of 0, C1

099 person.setPassword(encodePassword(password, null)); 100 session.flush(); 101 session.connection().commit(); 102 } else { 103 throw new AuthenticationException("couldn't find person.");

Class: org.springframework.jdbc.datasource.DataSourceTransactionManager  ©, Rating: 0% of 0, C1

202 } 203 try { 204 con.commit(); 205 } 206 catch (SQLException ex) {

Result Page:  1  |  2  |  3  |  4   Next