public interface JDKPlatform
JDK13Platform
,
JDK14Platform
,
JDK15Platform
,
JavaPlatform
Modifier and Type | Method and Description |
---|---|
int |
conformLike(java.lang.Object left,
java.lang.Object right)
Conforming queries with LIKE will act differently in different JDKs.
|
java.util.Map |
getQueryCacheMap()
Get the Map to store the query cache in
|
long |
getTimeInMillis(java.util.Calendar calendar)
Get the milliseconds from a Calendar.
|
void |
setExceptionCause(java.lang.Throwable exception,
java.lang.Throwable cause)
JDK 1.4 offers the option of setting the cause of an exception
|
void |
setTimeInMillis(java.util.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(java.lang.Object left, java.lang.Object right)
long getTimeInMillis(java.util.Calendar calendar)
void setTimeInMillis(java.util.Calendar calendar, long millis)
java.util.Map getQueryCacheMap()
void setExceptionCause(java.lang.Throwable exception, java.lang.Throwable cause)
boolean shouldPrintInternalException()