Skip to content
Snippets Groups Projects
Commit 663703db authored by tpylak's avatar tpylak
Browse files

LMS-562 Hibernate ExperimentAttachmentDTO

SVN: 7995
parent 996939a6
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ public class DatabaseConfigurationContext implements DisposableBean
}
private ISequenceNameMapper sequenceNameMapper;
private boolean sequenceUpdateNeeded;
private String adminUser;
......@@ -388,6 +388,7 @@ public class DatabaseConfigurationContext implements DisposableBean
*
* @throws ConfigurationFailureException If the database engine is not defined.
*/
// TODO 2008-08-20, Tomasz Pylak: remove this method (not necessary for hibernate)
public final LobHandler getLobHandler() throws ConfigurationFailureException
{
checkDatabaseEngine();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment