Uses of Class
org.ofbiz.core.entity.model.ModelReader
Packages that use ModelReader
-
Uses of ModelReader in org.ofbiz.core.entity
Fields in org.ofbiz.core.entity declared as ModelReaderMethods in org.ofbiz.core.entity that return ModelReaderModifier and TypeMethodDescriptionDelegatorInterface.getModelReader()GenericDelegator.getModelReader()Gets the instance of ModelReader that corresponds to this delegator.LockedDatabaseGenericDelegator.getModelReader()Methods in org.ofbiz.core.entity with parameters of type ModelReaderModifier and TypeMethodDescriptionprotected voidEntityClause.setModelEntities(ModelReader modelReader) -
Uses of ModelReader in org.ofbiz.core.entity.model
Fields in org.ofbiz.core.entity.model declared as ModelReaderModifier and TypeFieldDescriptionprotected ModelReaderModelEntity.modelReaderThe ModelReader that created this EntityFields in org.ofbiz.core.entity.model with type parameters of type ModelReaderMethods in org.ofbiz.core.entity.model that return ModelReaderModifier and TypeMethodDescriptionModelEntity.getModelReader()static ModelReaderModelReader.getModelReader(String delegatorName) Methods in org.ofbiz.core.entity.model with parameters of type ModelReaderModifier and TypeMethodDescriptionprotected voidModelEntity.populateRelated(ModelReader reader, Element entityElement) Constructors in org.ofbiz.core.entity.model with parameters of type ModelReaderModifierConstructorDescriptionModelEntity(ModelReader reader, Element entityElement, Element docElement, UtilTimer utilTimer, Hashtable<String, String> docElementValues) XML ConstructorModelViewEntity(ModelReader reader, Element entityElement, Element docElement, UtilTimer utilTimer, Hashtable<String, String> docElementValues)