@ConfigurationProperties(prefix="hsweb.entity") public class EntityProperties extends Object
hsweb:
entity:
mapping:
org.hswebframework.web.entity.user.UserEntity:com.company.entity.user.CustomUserEntity
| 限定符和类型 | 类和说明 |
|---|---|
static class |
EntityProperties.Mapping |
| 构造器和说明 |
|---|
EntityProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<Class<org.hswebframework.web.commons.entity.Entity>,org.hswebframework.web.commons.entity.factory.MapperEntityFactory.Mapper> |
createMappers() |
List<EntityProperties.Mapping> |
getMappings() |
void |
setMappings(List<EntityProperties.Mapping> mappings) |
public void setMappings(List<EntityProperties.Mapping> mappings)
public List<EntityProperties.Mapping> getMappings()
Copyright © 2018. All rights reserved.