Package | Description |
---|---|
com.caucho.amber.ejb3 | |
com.caucho.amber.manager | |
com.caucho.env.jpa | |
javax.persistence |
Modifier and Type | Method and Description |
---|---|
FlushModeType |
QueryImpl.getFlushMode()
Gets the flush type.
|
Modifier and Type | Method and Description |
---|---|
Query |
QueryImpl.setFlushMode(FlushModeType mode)
Sets the flush mode type.
|
Modifier and Type | Method and Description |
---|---|
FlushModeType |
QueryImpl.getFlushMode()
Gets the flush type.
|
FlushModeType |
AmberConnection.getFlushMode()
Returns the flush mode.
|
FlushModeType |
EntityManagerProxy.getFlushMode()
Returns the flush mode.
|
FlushModeType |
EntityManagerExtendedProxy.getFlushMode()
Returns the flush mode.
|
Modifier and Type | Method and Description |
---|---|
Query |
QueryImpl.setFlushMode(FlushModeType mode)
Sets the flush mode type.
|
void |
AmberConnection.setFlushMode(FlushModeType mode)
Returns the flush mode.
|
void |
EntityManagerProxy.setFlushMode(FlushModeType mode)
Sets the flush mode.
|
void |
EntityManagerExtendedProxy.setFlushMode(FlushModeType mode)
Sets the flush mode.
|
Modifier and Type | Method and Description |
---|---|
FlushModeType |
EntityManagerJtaProxy.getFlushMode()
Returns the flush mode.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityManagerJtaProxy.setFlushMode(FlushModeType mode)
Sets the flush mode.
|
Modifier and Type | Method and Description |
---|---|
FlushModeType |
Query.getFlushMode()
Gets the flush type.
|
FlushModeType |
EntityManager.getFlushMode()
Returns the flush mode for the objects in the context.
|
static FlushModeType |
FlushModeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlushModeType[] |
FlushModeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Query |
Query.setFlushMode(FlushModeType flushMode)
Sets the flush type.
|
TypedQuery<X> |
TypedQuery.setFlushMode(FlushModeType flushMode) |
void |
EntityManager.setFlushMode(FlushModeType flushMode)
Sets the flush mode for all objects in the context.
|