| Package | Description |
|---|---|
| de.hybris.platform.directpersistence | |
| de.hybris.platform.directpersistence.impl | |
| de.hybris.platform.directpersistence.statement |
| Modifier and Type | Method and Description |
|---|---|
CrudEnum |
PersistResult.getOperation() |
static CrudEnum |
CrudEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CrudEnum[] |
CrudEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CrudEnum |
DefaultPersistResult.getOperation() |
| Constructor and Description |
|---|
DefaultPersistResult(CrudEnum operation,
PK pk) |
DefaultPersistResult(CrudEnum operation,
PK pk,
java.lang.Long persistenceVersion) |
DefaultPersistResult(CrudEnum operation,
PK pk,
java.lang.Long persistenceVersion,
java.lang.String typeCode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModifyOneToManyRelationStatementsBuilder.collectPersistResults(java.lang.Iterable<PK> records,
CrudEnum operation) |
Copyright © 2018 SAP SE. All Rights Reserved.