ValueLoadContext.@Deprecated
public class ValueLoadContext
extends io.jmix.core.ValueLoadContext
| Constructor and Description |
|---|
ValueLoadContext()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ValueLoadContext |
addProperty(java.lang.String name)
Deprecated.
|
boolean |
isSoftDeletion()
Deprecated.
|
ValueLoadContext |
setAccessConstraints(java.util.List<io.jmix.core.constraint.AccessConstraint<?>> accessConstraints)
Deprecated.
|
ValueLoadContext |
setHint(java.lang.String hintName,
java.io.Serializable value)
Deprecated.
|
ValueLoadContext |
setHints(java.util.Map<java.lang.String,java.io.Serializable> hints)
Deprecated.
|
ValueLoadContext |
setJoinTransaction(boolean joinTransaction)
Deprecated.
|
ValueLoadContext |
setProperties(java.util.List<java.lang.String> properties)
Deprecated.
|
ValueLoadContext |
setQuery(io.jmix.core.ValueLoadContext.Query query)
Deprecated.
|
ValueLoadContext |
setSoftDeletion(boolean softDeletion)
Deprecated.
|
ValueLoadContext |
setStoreName(java.lang.String storeName)
Deprecated.
|
public ValueLoadContext setStoreName(java.lang.String storeName)
setStoreName in class io.jmix.core.ValueLoadContextpublic ValueLoadContext setQuery(io.jmix.core.ValueLoadContext.Query query)
setQuery in class io.jmix.core.ValueLoadContextpublic ValueLoadContext setHint(java.lang.String hintName, java.io.Serializable value)
setHint in class io.jmix.core.ValueLoadContextpublic ValueLoadContext setHints(java.util.Map<java.lang.String,java.io.Serializable> hints)
setHints in class io.jmix.core.ValueLoadContextpublic ValueLoadContext setSoftDeletion(boolean softDeletion)
softDeletion - whether to use soft deletion when loading entitiespublic boolean isSoftDeletion()
public ValueLoadContext addProperty(java.lang.String name)
addProperty in class io.jmix.core.ValueLoadContextpublic ValueLoadContext setProperties(java.util.List<java.lang.String> properties)
setProperties in class io.jmix.core.ValueLoadContextpublic ValueLoadContext setAccessConstraints(java.util.List<io.jmix.core.constraint.AccessConstraint<?>> accessConstraints)
setAccessConstraints in class io.jmix.core.ValueLoadContextpublic ValueLoadContext setJoinTransaction(boolean joinTransaction)
setJoinTransaction in class io.jmix.core.ValueLoadContext