Uses of Class
org.onebusaway.container.cache.CacheableKey
-
Packages that use CacheableKey Package Description org.onebusaway.container.model -
-
Uses of CacheableKey in org.onebusaway.container.model
Classes in org.onebusaway.container.model with annotations of type CacheableKey Modifier and Type Class Description classIdentityBean<T extends Serializable>Convenience base class for objects that have an id property and whose object equality is determined by that identi Defines abstract methods for getting and setting the objects id while also defineIdentityBean.equals(Object)andIdentityBean.hashCode()based on the id value.
-