Package io.jmix.core.impl
Class DataManagerImpl
java.lang.Object
io.jmix.core.impl.UnconstrainedDataManagerImpl
io.jmix.core.impl.DataManagerImpl
- All Implemented Interfaces:
- DataManager,- UnconstrainedDataManager
@Component("core_DataManager")
public class DataManagerImpl
extends UnconstrainedDataManagerImpl
implements DataManager
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected AccessConstraintsRegistryprotected UnconstrainedDataManagerFields inherited from class io.jmix.core.impl.UnconstrainedDataManagerImplcrossDataStoreReferenceLoaderProvider, dataStoreFactory, entityStates, extendedEntities, fluentLoaderProvider, fluentValueLoaderProvider, fluentValuesLoaderProvider, metadata, metadataTools, properties, SAVE_TX_PREFIX, stores, transactionManagerLocator, txCount
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected List<AccessConstraint<?>>A convenience method that returnsUnconstrainedDataManagerthat doesn't perform authorization.Methods inherited from class io.jmix.core.impl.UnconstrainedDataManagerImplcreate, createSaveContext, createTransactionDefinition, getCount, getCount, getEffectiveMetaClassFromContext, getReference, getReference, getStoreName, getStoreName, load, load, load, loadList, loadValue, loadValues, loadValues, mergeConstraints, readCrossDataStoreReferences, remove, remove, save, save, save, saveAll, saveContextToStore, writeCrossDataStoreReferencesMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.core.UnconstrainedDataManagercreate, getCount, getCount, getReference, getReference, load, load, load, loadList, loadValue, loadValues, loadValues, remove, remove, save, save, save, saveAll
- 
Field Details- 
accessConstraintsRegistry
- 
unconstrainedDataManager
 
- 
- 
Constructor Details- 
DataManagerImplpublic DataManagerImpl()
 
- 
- 
Method Details- 
unconstrainedDescription copied from interface:DataManagerA convenience method that returnsUnconstrainedDataManagerthat doesn't perform authorization.- Specified by:
- unconstrainedin interface- DataManager
 
- 
getAppliedConstraints- Overrides:
- getAppliedConstraintsin class- UnconstrainedDataManagerImpl
 
 
-