public class OrmXml extends Object
| Constructor and Description |
|---|
OrmXml()
create new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
readXml(String sPathToOrmXml,
List<EntityMetaInfo> lMetaInfo)
read orm.xml into given descriptor.
|
public void readXml(String sPathToOrmXml, List<EntityMetaInfo> lMetaInfo) throws Exception
lMetaInfo - [OUT]
after reading of orm.xml it contains all
properties from that place.Exception - in case configuration seems to be damaged
but no exception if config will be empty.Copyright © 2016 as-development.net. All rights reserved.