public static enum BatchableMongoDBTupleSnapshot.SnapshotType extends Enum<BatchableMongoDBTupleSnapshot.SnapshotType>
BatchableMongoDBTupleSnapshot| Modifier and Type | Method and Description |
|---|---|
static BatchableMongoDBTupleSnapshot.SnapshotType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchableMongoDBTupleSnapshot.SnapshotType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchableMongoDBTupleSnapshot.SnapshotType INSERT
public static final BatchableMongoDBTupleSnapshot.SnapshotType UPDATE
public static BatchableMongoDBTupleSnapshot.SnapshotType[] values()
for (BatchableMongoDBTupleSnapshot.SnapshotType c : BatchableMongoDBTupleSnapshot.SnapshotType.values()) System.out.println(c);
public static BatchableMongoDBTupleSnapshot.SnapshotType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2010-2014 Hibernate. All Rights Reserved.