Package com.mobixess.jodb.core.io.ObjectDataContainer

Examples of com.mobixess.jodb.core.io.ObjectDataContainer.FieldsIterator.reset()


            for (int i = 0; i < totalConstraints; i++) {
                _constraints.elementAt(i).evaluatePersistentCopy(classDescriptor, dataContainer, primitiveRecord, context);
                if(dataContainer!=null && i < totalConstraints){
                    FieldsIterator fieldsIterator = dataContainer.getActiveFieldsIterator();
                    if(fieldsIterator != null){
                        fieldsIterator.reset();
                    }
                }
            }
            if(JODBConfig.useCacheOnSortOperations()){
                processSortValuesCache(dataContainer, primitiveRecord, context);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.