public class DeployOrmXml extends Object
Also supports some other deployment features such as type conversion.
| Constructor and Description |
|---|
DeployOrmXml(ResourceSource resSource) |
| Modifier and Type | Method and Description |
|---|---|
Dnode |
findEntityDeploymentXml(String className)
Find the deployment xml for a given entity.
|
DNativeQuery |
getNativeQuery(String name)
Return a native named query.
|
public DeployOrmXml(ResourceSource resSource)
public DNativeQuery getNativeQuery(String name)
These are loaded from the orm.xml deployment file.
Copyright © 2014. All Rights Reserved.