final class Target_org_quartz_impl_jdbc_jobstore_StdJDBCDelegate extends Object
| Constructor and Description |
|---|
Target_org_quartz_impl_jdbc_jobstore_StdJDBCDelegate() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canUseProperties()
Activate the usage of
Properties to avoid Object serialization
which is not supported by GraalVM - see https://github.com/oracle/graal/issues/460 |
protected Object |
getObjectFromBlob(ResultSet rs,
String colName) |
protected ByteArrayOutputStream |
serializeObject(Object obj) |
Target_org_quartz_impl_jdbc_jobstore_StdJDBCDelegate()
protected boolean canUseProperties()
Properties to avoid Object serialization
which is not supported by GraalVM - see https://github.com/oracle/graal/issues/460protected ByteArrayOutputStream serializeObject(Object obj)
Copyright © 2020 JBoss by Red Hat. All rights reserved.