public class FlushModeTypeHelper
extends java.lang.Object
FlushModeType
<-> FlushMode
conversions.Modifier and Type | Method and Description |
---|---|
static FlushMode |
getFlushMode(javax.persistence.FlushModeType flushModeType) |
static javax.persistence.FlushModeType |
getFlushModeType(FlushMode flushMode) |
static FlushMode |
interpretExternalSetting(java.lang.String externalName) |
static FlushMode |
interpretFlushMode(java.lang.Object value) |
public static javax.persistence.FlushModeType getFlushModeType(FlushMode flushMode)
public static FlushMode getFlushMode(javax.persistence.FlushModeType flushModeType)
public static FlushMode interpretFlushMode(java.lang.Object value)
public static FlushMode interpretExternalSetting(java.lang.String externalName)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.