public final class Swizzling extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isFoundId(long objectId) |
static boolean |
isNotFoundId(long objectId) |
static boolean |
isNotProperId(long objectId) |
static boolean |
isNullId(long objectId) |
static boolean |
isProperId(long objectId) |
static long |
notFoundId() |
static long |
nullId() |
static long |
toUnmappedObjectId(Object object) |
public static final long nullId()
public static final long notFoundId()
public static final boolean isNullId(long objectId)
public static final boolean isFoundId(long objectId)
public static final boolean isNotFoundId(long objectId)
public static final boolean isProperId(long objectId)
public static final boolean isNotProperId(long objectId)
public static final long toUnmappedObjectId(Object object)
Copyright © 2022 MicroStream Software. All rights reserved.