|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedNativeQueryConfig | |
---|---|
com.caucho.amber.cfg | |
com.caucho.amber.manager |
Uses of NamedNativeQueryConfig in com.caucho.amber.cfg |
---|
Methods in com.caucho.amber.cfg that return NamedNativeQueryConfig | |
---|---|
NamedNativeQueryConfig |
EntityConfig.getNamedNativeQuery()
|
NamedNativeQueryConfig |
EntityMappingsConfig.getNamedNativeQuery(java.lang.String name)
|
Methods in com.caucho.amber.cfg that return types with arguments of type NamedNativeQueryConfig | |
---|---|
java.util.HashMap<java.lang.String,NamedNativeQueryConfig> |
EntityMappingsConfig.getNamedNativeQueryMap()
|
Methods in com.caucho.amber.cfg with parameters of type NamedNativeQueryConfig | |
---|---|
void |
EntityMappingsConfig.addNamedNativeQuery(NamedNativeQueryConfig namedNativeQuery)
|
void |
EntityConfig.setNamedNativeQuery(NamedNativeQueryConfig namedNativeQuery)
|
Uses of NamedNativeQueryConfig in com.caucho.amber.manager |
---|
Methods in com.caucho.amber.manager that return NamedNativeQueryConfig | |
---|---|
NamedNativeQueryConfig |
AmberPersistenceUnit.getNamedNativeQuery(java.lang.String name)
Returns the named native query. |
Methods in com.caucho.amber.manager with parameters of type NamedNativeQueryConfig | |
---|---|
void |
AmberPersistenceUnit.addNamedNativeQuery(java.lang.String name,
NamedNativeQueryConfig queryConfig)
Adds a named native query. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |