Package | Description |
---|---|
org.castor.persist | |
org.exolab.castor.jdo.engine |
Implementation of the Castor JDO engine.
|
org.exolab.castor.jdo.oql | |
org.exolab.castor.persist.spi |
Defines the interfaces for persistence engine service providers.
|
Modifier and Type | Method and Description |
---|---|
NamedNativeQuery |
AbstractTransactionContext.getNamedNativeQuery(ClassMolder molder,
String name)
Returns a NamedNativeQuery instance query based upon a named query as defined in the
mapping file.
|
NamedNativeQuery |
TransactionContext.getNamedNativeQuery(ClassMolder molder,
String name)
Returns a NamedNativeQuery instance query based upon a named query as defined in the
mapping file.
|
String |
AbstractTransactionContext.getNamedQuery(ClassMolder molder,
String name)
Creates an OQL query based upon a named query as defined in the
mapping file.
|
String |
TransactionContext.getNamedQuery(ClassMolder molder,
String name)
Creates an OQL query based upon a named query as defined in the
mapping file.
|
Modifier and Type | Method and Description |
---|---|
void |
OQLQueryImpl.createCall(String oql) |
PersistenceQuery |
SQLEngine.createQuery(QueryExpression query,
Class[] types,
AccessMode accessMode) |
QueryResults |
SimpleQueryExecutor.execute(Connection conn,
QueryExpression expr,
Object[] bindValues)
Executes a simple query and returns the results.
|
String |
OQLQueryImpl.getSQL()
Get the generated SQL statement for this OQLQuery.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidCharException
Exception thrown to indicate that an invalid character was encountered by
the Lexer.
|
class |
OQLSyntaxException
Exception thrown to indicate that invalid syntax was encountered by
the Parser.
|
class |
SyntaxNotSupportedException
Exception thrown to indicate that a feature is not supported by a particular database.
|
Modifier and Type | Method and Description |
---|---|
void |
ParamInfo.check(String userDefinedType,
String systemType)
Checks whether the userDefinedType and systemType match those previousle
specified in the constructor.
|
Constructor and Description |
---|
ParamInfo(String userDefinedType,
String systemType,
FieldDescriptor desc,
ClassLoader classLoader)
Creates a new ParamInfo.
|
ParseTreeWalker(LockEngine dbEngine,
ParseTreeNode parseTree,
ClassLoader classLoader,
DbMetaInfo dbInfo)
Creates a new parse tree walker.
|
Modifier and Type | Method and Description |
---|---|
PersistenceQuery |
Persistence.createQuery(QueryExpression query,
Class<?>[] types,
AccessMode accessMode)
Creates and returns a new query object.
|
String |
QueryExpression.getStatement(boolean writeLock)
Return the query expression as an SQL statement.
|
Copyright © 2016. All rights reserved.