public class DerbyCaseFragment extends CaseFragment
DerbyDialectcases, returnColumnName| Constructor and Description |
|---|
DerbyCaseFragment() |
| Modifier and Type | Method and Description |
|---|---|
String |
toFragmentString()
From http://www.jroller.com/comments/kenlars99/Weblog/cloudscape_soon_to_be_derby
<p/>
The problem we had, was when Hibernate does a select with a case statement, for joined subclasses.
|
addWhenColumnNotNull, setReturnColumnName, setReturnColumnNamepublic String toFragmentString()
From http://www.jroller.com/comments/kenlars99/Weblog/cloudscape_soon_to_be_derby <p/> The problem we had, was when Hibernate does a select with a case statement, for joined subclasses. This seems to be because there was no else at the end of the case statement (other dbs seem to not mind).
toFragmentString in class CaseFragmentCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.