| Class and Description |
|---|
| org.ofbiz.core.entity.jdbc.ExplcitCommitSQLProcessor
use ExplicitCommitSQLProcessor instead (fixes typo in name). Since v1.0.41.
|
| Field and Description |
|---|
| org.ofbiz.core.entity.EntityFindOptions.CONCUR_READ_ONLY
use the original constant instead
|
| org.ofbiz.core.entity.EntityFindOptions.CONCUR_UPDATABLE
use the original constant instead
|
| org.ofbiz.core.entity.EntityFindOptions.TYPE_FORWARD_ONLY
use the original constant instead
|
| org.ofbiz.core.entity.EntityFindOptions.TYPE_SCROLL_INSENSITIVE
use the original constant instead
|
| org.ofbiz.core.entity.EntityFindOptions.TYPE_SCROLL_SENSITIVE
use the original constant instead
|
| Method and Description |
|---|
| org.ofbiz.core.entity.EntityFindOptions.getSpecifyTypeAndConcur()
use
EntityFindOptions.isCustomResultSetTypeAndConcurrency() instead; better named |
| org.ofbiz.core.entity.EntityFindOptions.setSpecifyTypeAndConcur(boolean)
there's no valid use case for this method; call
EntityFindOptions.useDriverDefaultsForTypeAndConcurrency() to
revert to the driver's default settings for concurrency and type of result set |
| Constructor and Description |
|---|
| org.ofbiz.core.entity.EntityFindOptions(boolean, int, int, boolean, int)
since 1.0.27 - Please use the chained form as shown in the
examples. |
| org.ofbiz.core.entity.GenericEntity()
since 1.0.13 Use
GenericEntity.GenericEntity(GenericDelegator internalDelegator) |
| org.ofbiz.core.entity.GenericEntity(ModelEntity) |
| org.ofbiz.core.entity.GenericEntity(ModelEntity, Map<String, ?>) |
| org.ofbiz.core.entity.GenericPK(ModelEntity) |
| org.ofbiz.core.entity.GenericPK(ModelEntity, Map<String, ?>) |
| org.ofbiz.core.entity.GenericValue(ModelEntity) |
| org.ofbiz.core.entity.GenericValue(ModelEntity, Map<String, ?>) |
Copyright © 2018 Atlassian. All rights reserved.