public class EntityResourceInfo
extends com.sprite.framework.config.ResourceInfo
| 构造器和说明 |
|---|
EntityResourceInfo(String location,
String resourceType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
addEntityData(EntityResourceInfo resourceInfo) |
static void |
addEntityModel(EntityResourceInfo resourceInfo) |
static void |
addFieldType(EntityResourceInfo entityResourceInfo) |
Document |
getDocument() |
static List<EntityResourceInfo> |
getEntityDatas() |
static List<EntityResourceInfo> |
getEntityModels() |
static EntityResourceInfo |
getFieldType(String sqlType) |
String |
getName() |
String |
getResourceType() |
void |
setName(String name) |
void |
setResourceType(String resourceType) |
public static void addEntityData(EntityResourceInfo resourceInfo)
public static void addEntityModel(EntityResourceInfo resourceInfo)
public static void addFieldType(EntityResourceInfo entityResourceInfo)
public static EntityResourceInfo getFieldType(String sqlType)
public static List<EntityResourceInfo> getEntityDatas()
public static List<EntityResourceInfo> getEntityModels()
public String getResourceType()
public void setResourceType(String resourceType)
public String getName()
public void setName(String name)
Copyright © 2019. All rights reserved.