public interface JDKPlatform
JDK13Platform
,
JDK14Platform
,
JDK15Platform
,
JavaPlatform
Modifier and Type | Method and Description |
---|---|
int |
conformLike(Object left,
Object right)
Conforming queries with LIKE will act differently in different JDKs.
|
Map |
getQueryCacheMap()
Get the Map to store the query cache in
|
long |
getTimeInMillis(Calendar calendar)
Get the milliseconds from a Calendar.
|
void |
setExceptionCause(Throwable exception,
Throwable cause)
JDK 1.4 offers the option of setting the cause of an exception
|
void |
setTimeInMillis(Calendar calendar,
long millis)
Set the milliseconds for a Calendar.
|
boolean |
shouldPrintInternalException()
Return a boolean which determines where TopLink should include the TopLink-stored
Internal exception in it's stack trace.
|
int conformLike(Object left, Object right)
long getTimeInMillis(Calendar calendar)
void setTimeInMillis(Calendar calendar, long millis)
Map getQueryCacheMap()
void setExceptionCause(Throwable exception, Throwable cause)
boolean shouldPrintInternalException()
Copyright © 2021. All rights reserved.