com.triactive.jdo.store

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Database ORM » TJDO » com.triactive.jdo.store 
com.triactive.jdo.store
Java Source File NameTypeComment
AbstractMapStore.javaClass
AbstractSetStore.javaClass
AbstractTable.javaClass
BaseTable.javaClass
BigDecimalMapping.javaClass
BigIntegerMapping.javaClass
BinaryExpression.javaClass
BinaryLiteral.javaClass
BooleanBitColumnExpression.javaClass
BooleanBitColumnLiteral.javaClass
BooleanCharColumnExpression.javaClass
BooleanCharColumnLiteral.javaClass
BooleanCharMapping.javaClass
BooleanExpression.javaClass
BooleanLiteral.javaClass
BooleanMapping.javaClass
ByteArrayMapping.javaClass
ByteMapping.javaClass
CandidateKey.javaClass
CandidateKeyIdentifier.javaClass
CandidateSetExpression.javaClass A set expression that represents some set field in a query candidate class, or a set field in an object linked from the candidate class by navigation.
CharacterExpression.javaClass
CharacterLiteral.javaClass
CharacterMapping.javaClass
ClassBaseTable.javaClass A database base table that serves as backing for a persistence-capable Java class.
ClassBaseTableExtent.javaClass An Extent of all persistent objects backed by a base table.
ClassDefinitionException.javaClass A ClassDefinitionException is thrown if the settings of a persistent class are inconsistent with it's metadata.
ClassTable.javaInterface A database table that serves as backing for a persistence-capable Java class.
ClassView.javaClass
ClassViewExtent.javaClass An Extent of all persistent objects backed by a view.
CloudscapeAdapter.javaClass Provides methods for adapting SQL language elements to the Cloudscape database.
Column.javaClass A column in a database table.
ColumnDefinitionException.javaClass An ColumnDefinitionException is thrown if the settings of a database column are incompatible with the data type of the object field to which it is mapped.
ColumnIdentifier.javaClass
ColumnInfo.javaClass Represents the metadata of a specific table column.
ColumnMapping.javaClass A database mapping that maps a Java type to a single column.
ComplexMapping.javaClass A database mapping that incorporates custom logic for object storage and retrieval.
DatabaseAdapter.javaClass Provides methods for adapting SQL language elements to a specific vendor's database.
DateCharMapping.javaClass
DateMapping.javaClass
DB2Adapter.javaClass Provides methods for adapting SQL language elements to the DB2 database.
DB2ColumnInfo.javaClass Represents the metadata of a specific table column in DB2.
DB2JAdapter.javaClass Provides methods for adapting SQL language elements to the DB2J (Cloudscape 5) database.
DeleteRequest.javaClass
DoubleMapping.javaClass
DuplicateColumnNameException.javaClass A DuplicateColumnNameException is thrown if an attempt is made to add a column to a table with a name already in-use by an existing column.
ExistsExpression.javaClass
FetchRequest.javaClass
FetchStatement.javaClass
FieldTable.javaClass
FirebirdAdapter.javaClass Provides methods for adapting SQL language elements to the Firebird database.
FloatingPointLiteral.javaClass
FloatMapping.javaClass
ForeignKey.javaClass
ForeignKeyIdentifier.javaClass
ForeignKeyInfo.javaClass Represents the metadata of a specific foreign key column.
HSQLDBAdapter.javaClass Provides methods for adapting SQL language elements to the hsqldb database.
IncompatibleDataTypeException.javaClass A IncompatibleDataTypeException is thrown if a column is detected to have an incompatible type in the database during schema validation.
IncompatibleQueryElementTypeException.javaClass A IncompatibleQueryElementTypeException is thrown if a variable used in a query is detected to have an type incompatible with the element type of the collection to which it is being applied.
Index.javaClass
IndexIdentifier.javaClass
IndexOfExpression.javaClass
InsertRequest.javaClass
IntegerLiteral.javaClass
IntegerMapping.javaClass
InvalidMetaDataRelationshipException.javaClass A InvalidMetaDataRelationshipException is thrown if the metadata for a persistent field declares a relationship to another field, but the field on the other side has no complementary declaration.
InverseMapStore.javaClass
InverseSetStore.javaClass
IsNotNullableException.javaClass An IsNotNullableException is thrown during schema validation if a column is detected not to allow null values in the database when it should.
IsNullableException.javaClass An IsNullableException is thrown during schema validation if a column is detected to allow null values in the database when it should not.
JDOBaseTable.javaClass
JDOQLQuery.javaClass A JDO query that uses the default JQOQL language.
JDOTable.javaInterface
JDOView.javaClass
Join.javaClass
Key.javaClass
LongMapping.javaClass
LookupRequest.javaClass
MapMapping.javaClass
Mapping.javaClass An object that maps between a Java type and its relational representation in the data store.
MapStore.javaInterface Implements the backing store for a Map field.
MapTable.javaClass
MissingColumnException.javaClass A MissingColumnException is thrown if an expected column is not found in the database during schema validation.
MissingForeignKeysException.javaClass A MissingForeignKeysException is thrown if an expected foreign key is not found in the database during schema validation.
MissingIndicesException.javaClass A MissingIndicesException is thrown if an expected index is not found in the database during schema validation.
MissingSchemaTableEntryException.javaClass A MissingSchemaTableEntryException is thrown if an expected row is not found in the SchemaTable during schema validation.
MissingTableException.javaClass A MissingTableException is thrown if an expected table is not found in the database during schema validation.
MSSQLServerAdapter.javaClass Provides methods for adapting SQL language elements to the Microsoft SQL Server database.
MSSQLServerColumnInfo.javaClass Represents the metadata of a specific table column in MS SQL Server.
MySQLAdapter.javaClass Provides methods for adapting SQL language elements to the MySQL database.
MySQLTypeInfo.javaClass Represents the metadata of a MySQL data type.
NoExtentException.javaClass A NoExtentException is thrown if an attempt is made to perform an operation using a class that is not backed by an extent (ie table or view) in the database and the operation is not supported on such classes.
NormalMapStore.javaClass
NormalSetStore.javaClass
NoSuchPersistentFieldException.javaClass A NoSuchPersistentFieldException is thrown if a reference is made somewhere, such as in a query filter string, to a field that either doesn't exist or is not persistent.
NotABaseTableException.javaClass A NotABaseTableException is thrown during schema validation if a table should be a base table but is found not to be in the database.
NotAViewException.javaClass A NotAViewException is thrown during schema validation if a table should be a view but is found not to be in the database.
NullComparisonExpression.javaClass
NullLiteral.javaClass
NullValueException.javaClass A NullValueException is thrown if a null value is encountered in a database column that should prohibit null values.
NumericExpression.javaClass
ObjectExpression.javaClass
ObjectFieldExpression.javaClass
ObjectLiteral.javaClass
ObjectNotFoundException.javaClass A ObjectNotFoundException is thrown if an attempt is made to load a persistent object having a given ID and that object ID does not exist in the data store.
OID.javaClass An object identifier.
OIDMapping.javaClass
OIDRangeTestExpression.javaClass
OracleAdapter.javaClass Provides methods for adapting SQL language elements to the Oracle database.
OracleBlobMapping.javaClass
OracleClobMapping.javaClass
OracleQueryStatement.javaClass
OracleStringMapping.javaClass
OracleTypeInfo.javaClass Represents the metadata of a Oracle data type.
ParameterSetter.javaClass
Parser.javaClass
PersistenceCapableMapping.javaClass
PersistentIDROF.javaClass
PersistentSuperclassNotAllowedException.javaClass A PersistentSuperclassNotAllowedException is thrown if a persistence-capable class is declared to have a persistence-capable superclass when that class is backed by a view.
PointBaseAdapter.javaClass Provides methods for adapting SQL language elements to the PointBase database.
PostgreSQLAdapter.javaClass Provides methods for adapting SQL language elements to the PostgreSQL database.
PostgreSQLColumnInfo.javaClass Represents the metadata of a specific table column in PostgreSQL.
PostgreSQLForeignKeyInfo.javaClass Represents the metadata of a table's foreign key column in PostgreSQL.
PostgreSQLSQLState.javaClass A SQLSTATE diagnostic code for PostgreSQL.
PostgreSQLTypeInfo.javaClass Represents the metadata of a PostgreSQL data type.
PostInsertProcessing.javaInterface A column mapping that performs additional tasks after a new row has been inserted in the database.
PostUpdateProcessing.javaInterface A column mapping that performs additional tasks after a row has been updated in the database.
PostWriteProcessing.javaInterface A marker interface indicating a column mapping that performs additional tasks after values are written to the database.
PrimaryKey.javaClass
PrimaryKeyColumnNotAllowedException.javaClass A PrimaryKeyColumnNotAllowedException is thrown if an attempt is made to add a primary key column to a view.
PrimaryKeyIdentifier.javaClass
ProbeTable.javaClass
Query.javaClass The Query interface allows applications to obtain persistent instances from the data store.
Queryable.javaInterface Indicates an object that can be queried, such as an Extent or persistent collection.
QueryResult.javaClass
QueryStatement.javaClass
Request.javaClass A storage request pertaining to a particular class and its base table.
RequestIdentifier.javaClass
RequestUsingFields.javaClass A storage request involving specific fields of a persistence-capable class.
ResultSetGetter.javaClass
Role.javaClass
SAPDBAdapter.javaClass Provides methods for adapting SQL language elements to the SAP DB database.
SAPDBTypeInfo.javaClass Represents the metadata of a SAP DB data type.
SchemaTable.javaClass
SchemaValidationException.javaClass A SchemaValidationException is thrown if a mismatch is discovered between what the JDO runtime thinks the schema should look like and what it actually looks like.
SCOID.javaClass A "second-class" object identifier.
SetExpression.javaClass A SQL expression representing a set of scalar values.
SetLiteral.javaClass A SetLiteral is a SQL expression that will test if a column of table falls within the given Set of values.
SetMapping.javaClass
SetStore.javaInterface Implements the backing store for a Set field.
SetTable.javaClass
ShortMapping.javaClass
SQL92Constants.javaInterface Contains various constants from the SQL/92 standard.
SqlDateCharMapping.javaClass
SqlDateExpression.javaClass
SqlDateLiteral.javaClass
SqlDateMapping.javaClass
SQLExpression.javaClass
SQLIdentifier.javaClass
SQLState.javaClass A SQLSTATE diagnostic code.
SqlTimestampCharMapping.javaClass
SqlTimestampExpression.javaClass
SqlTimestampLiteral.javaClass
SqlTimestampMapping.javaClass
StatementText.javaClass
StoreManager.javaClass Manages the contents of a data store (aka database schema) on behalf of a particular PersistenceManagerFactory and all its persistent instances.
StoreManagerFactory.javaClass
StringMapping.javaClass
SubquerySetExpression.javaClass A set expression whose contents are expressed as a SQL subquery.
SubstringExpression.javaClass
Table.javaInterface
TableExprAsJoins.javaClass A SQL table expression that joins superclass tables by joining them directly to the surrounding QueryStatement.
TableExprAsSubjoins.javaClass A SQL table expression that joins superclass tables by constructing a parenthesized set of subjoins.
TableExprAsSubquery.javaClass A SQL table expression that joins superclass tables by constructing a parenthesized sub-SELECT statement.
TableExpression.javaClass Represents a SQL table expression as might be listed in the FROM clause of a SELECT statement.
TableIdentifier.javaClass
TableMetadata.javaClass
TableMismatchException.javaClass A TableMismatchException is thrown if the query statement generator attempts to reference a column in a table expression but the column's table is not present in the expression, nor can it be sensibly joined to the expression.
TJDOSQLQuery.javaClass A JDO query that uses the default JQOQL language.
TooManyForeignKeysException.javaClass A TooManyForeignKeysException is thrown when trying to add a foreign key to a table and the table already has the maximum allowed number of foreign keys.
TooManyIndicesException.javaClass A TooManyIndicesException is thrown when trying to add an index to a table and the table already has the maximum allowed number of indices.
TransientIDROF.javaClass
TypeInfo.javaClass Represents the metadata of a specific JDBC data type.
UnboundVariable.javaClass
UnexpectedColumnException.javaClass A UnexpectedColumnException is thrown if an unexpected column is encountered in the database during schema validation.
UnsupportedDataTypeException.javaClass A UnsupportedDataTypeException is thrown if an attempt is made to persist an object field whose data type is not supported by the database and/or the persistence package.
UpdateRequest.javaClass
View.javaClass
ViewDefinitionException.javaClass A ViewDefinitionException is thrown if the metadata extension(s) that define a view are missing or invalid.
ViewNotSupportedException.javaClass A ViewNotSupportedException is thrown if an attempt is made to perform an operation using a class that is backed by a view and the operation is not supported on such classes.
WrongPrecisionException.javaClass A WrongPrecisionException is thrown if a column is detected to have the wrong precision in the database during schema validation.
WrongPrimaryKeyException.javaClass A WrongPrimaryKeyException is thrown if a table is detected not to have the expected primary key in the database during schema validation.
WrongScaleException.javaClass A WrongScaleException is thrown if a column is detected to have the wrong scale in the database during schema validation.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.