public enum PropertyType extends Enum<PropertyType>
| Enum Constant and Description |
|---|
COUNTER |
EMBEDDED_ID |
ID |
LIST |
MAP |
SET |
SIMPLE |
| Modifier and Type | Field and Description |
|---|---|
static PropertyTypeFilter |
counterType |
static PropertyTypeExclude |
excludeCounterType |
static PropertyTypeExclude |
excludeIdAndCounterType |
static PropertyTypeExclude |
excludeIdType |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCounter() |
boolean |
isEmbeddedId() |
boolean |
isId() |
boolean |
isValidClusteredValueType() |
static PropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyType ID
public static final PropertyType EMBEDDED_ID
public static final PropertyType SIMPLE
public static final PropertyType LIST
public static final PropertyType SET
public static final PropertyType MAP
public static final PropertyType COUNTER
public static PropertyTypeFilter counterType
public static PropertyTypeExclude excludeIdType
public static PropertyTypeExclude excludeCounterType
public static PropertyTypeExclude excludeIdAndCounterType
public static PropertyType[] values()
for (PropertyType c : PropertyType.values()) System.out.println(c);
public static PropertyType 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 nullpublic boolean isCounter()
public boolean isId()
public boolean isEmbeddedId()
public boolean isValidClusteredValueType()
Copyright © 2012-2014. All Rights Reserved.