Uses of Class
cdc.kernel.rids.RawId
-
-
Uses of RawId in cdc.kernel.rids
Methods in cdc.kernel.rids that return RawId Modifier and Type Method Description static RawIdRawId. create(Class<?> objectClass, Object id)static RawIdRawId. fromRawIdProxy(RawIdProxy ridp)RawIdRawIdentifiable. getRawId()static RawIdRawIdentifiable. getRawId(RawIdentifiable x)Returns the raw identifier of a raw identifiable.RawIdRawIdProxy. toRawId()static RawIdRawIdProxy. toRawId(RawIdProxy ridp)Methods in cdc.kernel.rids with parameters of type RawId Modifier and Type Method Description intRawId. compareTo(RawId o)static RawIdProxyRawIdProxy. fromRawId(RawId rid)static RawIdProxyRawId. toRawIdProxy(RawId rid)Constructors in cdc.kernel.rids with parameters of type RawId Constructor Description RawIdProxy(RawId rid)
-