Exemplo n.º 1
0
 public void setExtjsStore(String extjsStore) {
   internalAttributes.put(InternalAttribute.ATTR_EXTJS_STORE_TYPE, extjsStore);
 }
Exemplo n.º 2
0
 public void setInsertStatementId(String s) {
   internalAttributes.put(InternalAttribute.ATTR_INSERT_STATEMENT_ID, s);
 }
Exemplo n.º 3
0
 public void setDeleteByExampleStatementId(String s) {
   internalAttributes.put(InternalAttribute.ATTR_DELETE_BY_EXAMPLE_STATEMENT_ID, s);
 }
Exemplo n.º 4
0
 public void setUpdateByExampleSelectiveStatementId(String s) {
   internalAttributes.put(InternalAttribute.ATTR_UPDATE_BY_EXAMPLE_SELECTIVE_STATEMENT_ID, s);
 }
Exemplo n.º 5
0
 public void setSelectAllStatementId(String s) {
   internalAttributes.put(InternalAttribute.ATTR_SELECT_ALL_STATEMENT_ID, s);
 }
Exemplo n.º 6
0
 public void setBaseResultMapId(String s) {
   internalAttributes.put(InternalAttribute.ATTR_BASE_RESULT_MAP_ID, s);
 }
Exemplo n.º 7
0
 public void setUpdateByPrimaryKeySelectiveStatementId(String s) {
   internalAttributes.put(InternalAttribute.ATTR_UPDATE_BY_PRIMARY_KEY_SELECTIVE_STATEMENT_ID, s);
 }
Exemplo n.º 8
0
 public void setMyBatis3FallbackSqlMapNamespace(String sqlMapNamespace) {
   internalAttributes.put(
       InternalAttribute.ATTR_MYBATIS3_FALLBACK_SQL_MAP_NAMESPACE, sqlMapNamespace);
 }
Exemplo n.º 9
0
 public void setSqlMapAliasedFullyQualifiedRuntimeTableName(
     String aliasedFullyQualifiedRuntimeTableName) {
   internalAttributes.put(
       InternalAttribute.ATTR_ALIASED_FULLY_QUALIFIED_TABLE_NAME_AT_RUNTIME,
       aliasedFullyQualifiedRuntimeTableName);
 }
Exemplo n.º 10
0
 public void setIbatis2SqlMapFileName(String sqlMapFileName) {
   internalAttributes.put(InternalAttribute.ATTR_IBATIS2_SQL_MAP_FILE_NAME, sqlMapFileName);
 }
Exemplo n.º 11
0
 public void setIbatis2SqlMapNamespace(String sqlMapNamespace) {
   internalAttributes.put(InternalAttribute.ATTR_IBATIS2_SQL_MAP_NAMESPACE, sqlMapNamespace);
 }
Exemplo n.º 12
0
 public void setIbatis2SqlMapPackage(String sqlMapPackage) {
   internalAttributes.put(InternalAttribute.ATTR_IBATIS2_SQL_MAP_PACKAGE, sqlMapPackage);
 }
Exemplo n.º 13
0
 public void setExtjsController(String extjsController) {
   internalAttributes.put(InternalAttribute.ATTR_EXTJS_CONTROLLER_TYPE, extjsController);
 }
Exemplo n.º 14
0
 public void setExtjsGrid(String extjsGrid) {
   internalAttributes.put(InternalAttribute.ATTR_EXTJS_GRID_TYPE, extjsGrid);
 }
Exemplo n.º 15
0
 public void setMyBatis3UpdateByExampleWhereClauseId(String s) {
   internalAttributes.put(InternalAttribute.ATTR_MYBATIS3_UPDATE_BY_EXAMPLE_WHERE_CLAUSE_ID, s);
 }
Exemplo n.º 16
0
 public void setMyBatis3XmlMapperPackage(String mybatis3XmlMapperPackage) {
   internalAttributes.put(
       InternalAttribute.ATTR_MYBATIS3_XML_MAPPER_PACKAGE, mybatis3XmlMapperPackage);
 }
Exemplo n.º 17
0
 public void setResultMapWithBLOBsId(String s) {
   internalAttributes.put(InternalAttribute.ATTR_RESULT_MAP_WITH_BLOBS_ID, s);
 }
Exemplo n.º 18
0
 public void setMyBatis3XmlMapperFileName(String mybatis3XmlMapperFileName) {
   internalAttributes.put(
       InternalAttribute.ATTR_MYBATIS3_XML_MAPPER_FILE_NAME, mybatis3XmlMapperFileName);
 }
Exemplo n.º 19
0
 public void setUpdateByPrimaryKeyWithBLOBsStatementId(String s) {
   internalAttributes.put(InternalAttribute.ATTR_UPDATE_BY_PRIMARY_KEY_WITH_BLOBS_STATEMENT_ID, s);
 }
Exemplo n.º 20
0
 public void setMyBatis3JavaMapperType(String mybatis3JavaMapperType) {
   internalAttributes.put(
       InternalAttribute.ATTR_MYBATIS3_JAVA_MAPPER_TYPE, mybatis3JavaMapperType);
 }
Exemplo n.º 21
0
 public void setUpdateByExampleWithBLOBsStatementId(String s) {
   internalAttributes.put(InternalAttribute.ATTR_UPDATE_BY_EXAMPLE_WITH_BLOBS_STATEMENT_ID, s);
 }
Exemplo n.º 22
0
 public void setMyBatis3SqlProviderType(String mybatis3SqlProviderType) {
   internalAttributes.put(
       InternalAttribute.ATTR_MYBATIS3_SQL_PROVIDER_TYPE, mybatis3SqlProviderType);
 }
Exemplo n.º 23
0
 public void setSelectByPrimaryKeyStatementId(String s) {
   internalAttributes.put(InternalAttribute.ATTR_SELECT_BY_PRIMARY_KEY_STATEMENT_ID, s);
 }
Exemplo n.º 24
0
 public void setAttribute(String name, Object value) {
   attributes.put(name, value);
 }
Exemplo n.º 25
0
 public void setSelectByExampleStatementId(String s) {
   internalAttributes.put(InternalAttribute.ATTR_SELECT_BY_EXAMPLE_STATEMENT_ID, s);
 }
Exemplo n.º 26
0
 public void setBaseColumnListId(String s) {
   internalAttributes.put(InternalAttribute.ATTR_BASE_COLUMN_LIST_ID, s);
 }
Exemplo n.º 27
0
 public void setDeleteByPrimaryKeyStatementId(String s) {
   internalAttributes.put(InternalAttribute.ATTR_DELETE_BY_PRIMARY_KEY_STATEMENT_ID, s);
 }
Exemplo n.º 28
0
 public void setExampleWhereClauseId(String s) {
   internalAttributes.put(InternalAttribute.ATTR_EXAMPLE_WHERE_CLAUSE_ID, s);
 }
Exemplo n.º 29
0
 public void setCountByExampleStatementId(String s) {
   internalAttributes.put(InternalAttribute.ATTR_COUNT_BY_EXAMPLE_STATEMENT_ID, s);
 }
Exemplo n.º 30
0
 public void setExtjsModel(String extjsModel) {
   internalAttributes.put(InternalAttribute.ATTR_EXTJS_MODEL_TYPE, extjsModel);
 }