Methods Summary |
---|
public int | conformLike(java.lang.Object left, java.lang.Object right)Conforming queries with LIKE will act differently in different JDKs.
|
public java.util.Map | getQueryCacheMap()Get the Map to store the query cache in
|
public long | getTimeInMillis(java.util.Calendar calendar)Get the milliseconds from a Calendar. JDK 1.4 offers a more efficient way of doing this.
|
public void | setExceptionCause(java.lang.Throwable exception, java.lang.Throwable cause)JDK 1.4 offers the option of setting the cause of an exception
|
public void | setTimeInMillis(java.util.Calendar calendar, long millis)Set the milliseconds for a Calendar. JDK 1.4 offers a more efficient way of doing this.
|
public boolean | shouldPrintInternalException()Return a boolean which determines where TopLink should include the TopLink-stored
Internal exception in it's stack trace. For JDK 1.4 VMs with exception chaining
the Internal exception can be redundant and confusing.
|