public static enum HibernateDialectExtensions.FnSupport extends Enum<HibernateDialectExtensions.FnSupport>
| Enum Constant and Description |
|---|
EXTRACT_WEEK |
GROUP_CONCAT |
STR_AGG |
| Modifier and Type | Method and Description |
|---|---|
static HibernateDialectExtensions.FnSupport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HibernateDialectExtensions.FnSupport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HibernateDialectExtensions.FnSupport GROUP_CONCAT
public static final HibernateDialectExtensions.FnSupport STR_AGG
public static final HibernateDialectExtensions.FnSupport EXTRACT_WEEK
public static HibernateDialectExtensions.FnSupport[] values()
for (HibernateDialectExtensions.FnSupport c : HibernateDialectExtensions.FnSupport.values()) System.out.println(c);
public static HibernateDialectExtensions.FnSupport 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–2016 Henix, henix.fr. All rights reserved.