Uses of Class
org.ofbiz.core.entity.model.ModelFieldTypeReader
Packages that use ModelFieldTypeReader
-
Uses of ModelFieldTypeReader in org.ofbiz.core.entity
Fields in org.ofbiz.core.entity declared as ModelFieldTypeReaderModifier and TypeFieldDescriptionprotected ModelFieldTypeReaderEntityListIterator.modelFieldTypeReaderprotected ModelFieldTypeReaderGenericDAO.modelFieldTypeReaderConstructors in org.ofbiz.core.entity with parameters of type ModelFieldTypeReaderModifierConstructorDescriptionEntityListIterator(SQLProcessor sqlp, ModelEntity modelEntity, List<ModelField> selectFields, ModelFieldTypeReader modelFieldTypeReader) -
Uses of ModelFieldTypeReader in org.ofbiz.core.entity.jdbc
Fields in org.ofbiz.core.entity.jdbc declared as ModelFieldTypeReaderModifier and TypeFieldDescriptionprotected final ModelFieldTypeReaderDatabaseUtil.modelFieldTypeReaderMethods in org.ofbiz.core.entity.jdbc with parameters of type ModelFieldTypeReaderModifier and TypeMethodDescriptionstatic voidSqlJdbcUtil.getValue(ResultSet rs, int ind, ModelField curField, GenericEntity entity, ModelFieldTypeReader modelFieldTypeReader) static voidSqlJdbcUtil.setPkValues(SQLProcessor sqlP, ModelEntity modelEntity, GenericEntity entity, ModelFieldTypeReader modelFieldTypeReader) Get all primary keys from the model entity and bind their values to the an SQL statement (SQL-Processor)static voidSqlJdbcUtil.setValue(SQLProcessor sqlP, ModelField modelField, String entityName, Object fieldValue, ModelFieldTypeReader modelFieldTypeReader) static voidSqlJdbcUtil.setValue(SQLProcessor sqlP, ModelField modelField, GenericEntity entity, ModelFieldTypeReader modelFieldTypeReader) static voidSqlJdbcUtil.setValues(SQLProcessor sqlP, List<ModelField> list, GenericEntity entity, ModelFieldTypeReader modelFieldTypeReader) The elements (ModelFields) of the list are bound to an SQL statement (SQL-Processor)static voidSqlJdbcUtil.setValuesWhereClause(SQLProcessor sqlP, List<ModelField> list, GenericValue dummyValue, ModelFieldTypeReader modelFieldTypeReader) The elements (ModelFields) of the list are bound to an SQL statement (SQL-Processor), but values must not be null. -
Uses of ModelFieldTypeReader in org.ofbiz.core.entity.model
Fields in org.ofbiz.core.entity.model with type parameters of type ModelFieldTypeReaderModifier and TypeFieldDescriptionstatic UtilCache<String,ModelFieldTypeReader> ModelFieldTypeReader.readersMethods in org.ofbiz.core.entity.model that return ModelFieldTypeReaderModifier and TypeMethodDescriptionstatic ModelFieldTypeReaderModelFieldTypeReader.getModelFieldTypeReader(String helperName) Methods in org.ofbiz.core.entity.model with parameters of type ModelFieldTypeReaderModifier and TypeMethodDescriptionstatic StringModelUtil.induceFieldType(String sqlTypeName, int length, int precision, ModelFieldTypeReader fieldTypeReader) Constructors in org.ofbiz.core.entity.model with parameters of type ModelFieldTypeReaderModifierConstructorDescriptionModelEntity(String tableName, List<DatabaseUtil.ColumnCheckInfo> colList, ModelFieldTypeReader modelFieldTypeReader) DB Names ConstructorModelField(DatabaseUtil.ColumnCheckInfo ccInfo, ModelFieldTypeReader modelFieldTypeReader) DB Names Constructor