Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
E
F
G
I
J
L
M
O
P
R
S
U
V
X
C
close()
- Method in class org.datanucleus.store.excel.
ConnectionFactoryImpl.ManagedConnectionImpl
close()
- Method in class org.datanucleus.store.excel.
ExcelPersistenceHandler
cmd
- Variable in class org.datanucleus.store.excel.fieldmanager.
FetchFieldManager
ConnectionFactoryImpl
- Class in
org.datanucleus.store.excel
Implementation of a ConnectionFactory for Excel.
ConnectionFactoryImpl(StoreManager, String)
- Constructor for class org.datanucleus.store.excel.
ConnectionFactoryImpl
Constructor.
ConnectionFactoryImpl.ManagedConnectionImpl
- Class in
org.datanucleus.store.excel
ConnectionFactoryImpl.ManagedConnectionImpl(Map)
- Constructor for class org.datanucleus.store.excel.
ConnectionFactoryImpl.ManagedConnectionImpl
createManagedConnection(Object, Map)
- Method in class org.datanucleus.store.excel.
ConnectionFactoryImpl
Obtain a connection from the Factory.
createSchema(Set<String>, Properties)
- Method in class org.datanucleus.store.excel.
ExcelStoreManager
D
deleteObject(ObjectProvider)
- Method in class org.datanucleus.store.excel.
ExcelPersistenceHandler
Deletes a persistent object from the database.
deleteSchema(Set<String>, Properties)
- Method in class org.datanucleus.store.excel.
ExcelStoreManager
E
ec
- Variable in class org.datanucleus.store.excel.fieldmanager.
FetchFieldManager
ExcelCandidateList
- Class in
org.datanucleus.store.excel.query
Wrapper for a List of candidate instances from Excel.
ExcelCandidateList(Class, boolean, ExecutionContext, String, ManagedConnection, boolean)
- Constructor for class org.datanucleus.store.excel.query.
ExcelCandidateList
Constructor for the lazy loaded Excel candidate list.
ExcelPersistenceHandler
- Class in
org.datanucleus.store.excel
Persistence Handler for Excel datastores.
ExcelPersistenceHandler(StoreManager)
- Constructor for class org.datanucleus.store.excel.
ExcelPersistenceHandler
Constructor.
ExcelStoreManager
- Class in
org.datanucleus.store.excel
StoreManager for data access to Excel documents (XSL or OOXML).
ExcelStoreManager(String, ClassLoaderResolver, NucleusContext, Map<String, Object>)
- Constructor for class org.datanucleus.store.excel.
ExcelStoreManager
ExcelUtils
- Class in
org.datanucleus.store.excel
Class providing convenience methods for handling Excel datastores.
ExcelUtils()
- Constructor for class org.datanucleus.store.excel.
ExcelUtils
F
fetchBooleanField(int)
- Method in class org.datanucleus.store.excel.fieldmanager.
FetchFieldManager
fetchByteField(int)
- Method in class org.datanucleus.store.excel.fieldmanager.
FetchFieldManager
fetchCharField(int)
- Method in class org.datanucleus.store.excel.fieldmanager.
FetchFieldManager
fetchDoubleField(int)
- Method in class org.datanucleus.store.excel.fieldmanager.
FetchFieldManager
FetchEmbeddedFieldManager
- Class in
org.datanucleus.store.excel.fieldmanager
FieldManager to handle the retrieval of information for an embedded persistable object from a row of Excel.
FetchEmbeddedFieldManager(ObjectProvider, Sheet, int, AbstractMemberMetaData)
- Constructor for class org.datanucleus.store.excel.fieldmanager.
FetchEmbeddedFieldManager
FetchFieldManager
- Class in
org.datanucleus.store.excel.fieldmanager
FieldManager to handle the retrieval of information from an Excel worksheet row/column into a field of an object.
FetchFieldManager(ObjectProvider, Sheet, int)
- Constructor for class org.datanucleus.store.excel.fieldmanager.
FetchFieldManager
FetchFieldManager(ExecutionContext, AbstractClassMetaData, Sheet, int)
- Constructor for class org.datanucleus.store.excel.fieldmanager.
FetchFieldManager
fetchFloatField(int)
- Method in class org.datanucleus.store.excel.fieldmanager.
FetchFieldManager
fetchIntField(int)
- Method in class org.datanucleus.store.excel.fieldmanager.
FetchFieldManager
fetchLongField(int)
- Method in class org.datanucleus.store.excel.fieldmanager.
FetchFieldManager
fetchObject(ObjectProvider, int[])
- Method in class org.datanucleus.store.excel.
ExcelPersistenceHandler
Fetches fields of a persistent object from the database.
fetchObjectField(int)
- Method in class org.datanucleus.store.excel.fieldmanager.
FetchEmbeddedFieldManager
fetchObjectField(int)
- Method in class org.datanucleus.store.excel.fieldmanager.
FetchFieldManager
fetchObjectFieldFromCell(int, AbstractMemberMetaData, ClassLoaderResolver)
- Method in class org.datanucleus.store.excel.fieldmanager.
FetchFieldManager
fetchShortField(int)
- Method in class org.datanucleus.store.excel.fieldmanager.
FetchFieldManager
fetchStringField(int)
- Method in class org.datanucleus.store.excel.fieldmanager.
FetchFieldManager
findObject(ExecutionContext, Object)
- Method in class org.datanucleus.store.excel.
ExcelPersistenceHandler
Accessor for the object with the specified identity (if present).
G
getColumnIndexForFieldOfClass(AbstractClassMetaData, int)
- Static method in class org.datanucleus.store.excel.
ExcelUtils
Convenience method to get the index number where a field of a class is persisted.
getColumnIndexForFieldOfEmbeddedClass(AbstractClassMetaData, int, AbstractMemberMetaData)
- Static method in class org.datanucleus.store.excel.
ExcelUtils
getColumnIndexForMember(int)
- Method in class org.datanucleus.store.excel.fieldmanager.
FetchEmbeddedFieldManager
getColumnIndexForMember(int)
- Method in class org.datanucleus.store.excel.fieldmanager.
FetchFieldManager
getColumnIndexForMember(int)
- Method in class org.datanucleus.store.excel.fieldmanager.
StoreEmbeddedFieldManager
getColumnIndexForMember(int)
- Method in class org.datanucleus.store.excel.fieldmanager.
StoreFieldManager
getConnection()
- Method in class org.datanucleus.store.excel.
ConnectionFactoryImpl.ManagedConnectionImpl
getName()
- Method in class org.datanucleus.store.excel.valuegenerator.
IncrementGenerator
getNumberOfRowsInSheetOfWorkbook(ObjectProvider, Workbook)
- Static method in class org.datanucleus.store.excel.
ExcelUtils
Convenience method to find the number of rows in a workbook.
getRowNumberForObjectInWorkbook(ObjectProvider, Workbook)
- Static method in class org.datanucleus.store.excel.
ExcelUtils
Convenience method to find the row number of an object in the provided workbook.
getSheetForClass(ObjectProvider, Workbook)
- Static method in class org.datanucleus.store.excel.
ExcelUtils
Convenience method to return the worksheet used for storing the specified object.
getSheetNameForClass(AbstractClassMetaData)
- Static method in class org.datanucleus.store.excel.
ExcelUtils
Convenience method to get the name of the worksheet where we store instances of this class.
getSize()
- Method in class org.datanucleus.store.excel.query.
ExcelCandidateList
getSupportedOptions()
- Method in class org.datanucleus.store.excel.
ExcelStoreManager
Accessor for the supported options in string form
getXAResource()
- Method in class org.datanucleus.store.excel.
ConnectionFactoryImpl.ManagedConnectionImpl
I
IncrementGenerator
- Class in
org.datanucleus.store.excel.valuegenerator
Generator that uses a collection in Excel to store and allocate identity values.
IncrementGenerator(String, Properties)
- Constructor for class org.datanucleus.store.excel.valuegenerator.
IncrementGenerator
Constructor.
insert
- Variable in class org.datanucleus.store.excel.fieldmanager.
StoreFieldManager
insertObject(ObjectProvider)
- Method in class org.datanucleus.store.excel.
ExcelPersistenceHandler
Method to insert the object into the datastore.
isStorable(int)
- Method in class org.datanucleus.store.excel.fieldmanager.
StoreFieldManager
isStorable(AbstractMemberMetaData)
- Method in class org.datanucleus.store.excel.fieldmanager.
StoreFieldManager
J
JDOQLQuery
- Class in
org.datanucleus.store.excel.query
JDOQL query for Excel documents.
JDOQLQuery(StoreManager, ExecutionContext)
- Constructor for class org.datanucleus.store.excel.query.
JDOQLQuery
Constructs a new query instance that uses the given execution context.
JDOQLQuery(StoreManager, ExecutionContext, JDOQLQuery)
- Constructor for class org.datanucleus.store.excel.query.
JDOQLQuery
Constructs a new query instance having the same criteria as the given query.
JDOQLQuery(StoreManager, ExecutionContext, String)
- Constructor for class org.datanucleus.store.excel.query.
JDOQLQuery
Constructor for a JDOQL query where the query is specified using the "Single-String" format.
JPQLQuery
- Class in
org.datanucleus.store.excel.query
JPQL query for Excel documents.
JPQLQuery(StoreManager, ExecutionContext)
- Constructor for class org.datanucleus.store.excel.query.
JPQLQuery
Constructs a new query instance that uses the given persistence manager.
JPQLQuery(StoreManager, ExecutionContext, Object)
- Constructor for class org.datanucleus.store.excel.query.
JPQLQuery
Constructs a new query instance having the same criteria as the given query.
JPQLQuery(StoreManager, ExecutionContext, String)
- Constructor for class org.datanucleus.store.excel.query.
JPQLQuery
Constructor for a JPQL query where the query is specified using the "Single-String" format.
L
LOCALISER
- Static variable in class org.datanucleus.store.excel.
ExcelPersistenceHandler
Localiser for messages.
LOCALISER
- Static variable in class org.datanucleus.store.excel.
ExcelUtils
Localiser for messages.
locateObject(ObjectProvider)
- Method in class org.datanucleus.store.excel.
ExcelPersistenceHandler
Method to locate if an object exists in the datastore.
M
MaxGenerator
- Class in
org.datanucleus.store.excel.valuegenerator
Value generator for max(column) of a sheet in the Excel spreadsheet.
MaxGenerator(String, Properties)
- Constructor for class org.datanucleus.store.excel.valuegenerator.
MaxGenerator
Constructor.
O
OOXMLStoreManager
- Class in
org.datanucleus.store.excel
StoreManager for data access to OOXML documents.
OOXMLStoreManager(ClassLoaderResolver, NucleusContext, Map<String, Object>)
- Constructor for class org.datanucleus.store.excel.
OOXMLStoreManager
op
- Variable in class org.datanucleus.store.excel.fieldmanager.
FetchFieldManager
op
- Variable in class org.datanucleus.store.excel.fieldmanager.
StoreFieldManager
org.datanucleus.store.excel
- package org.datanucleus.store.excel
Package providing management of the persistence to Excel documents.
org.datanucleus.store.excel.fieldmanager
- package org.datanucleus.store.excel.fieldmanager
org.datanucleus.store.excel.query
- package org.datanucleus.store.excel.query
org.datanucleus.store.excel.valuegenerator
- package org.datanucleus.store.excel.valuegenerator
P
performExecute(Map)
- Method in class org.datanucleus.store.excel.query.
JDOQLQuery
Method to execute the query, specific to Excel datastores.
performExecute(Map)
- Method in class org.datanucleus.store.excel.query.
JPQLQuery
Method to execute the query, specific to Excel datastores.
R
reserveBlock(long)
- Method in class org.datanucleus.store.excel.valuegenerator.
IncrementGenerator
reserveBlock(long)
- Method in class org.datanucleus.store.excel.valuegenerator.
MaxGenerator
Method to reserve a block of poids.
retrieveObjectForIndex(int)
- Method in class org.datanucleus.store.excel.query.
ExcelCandidateList
row
- Variable in class org.datanucleus.store.excel.fieldmanager.
FetchFieldManager
row
- Variable in class org.datanucleus.store.excel.fieldmanager.
StoreFieldManager
S
sheet
- Variable in class org.datanucleus.store.excel.fieldmanager.
FetchFieldManager
storeBooleanField(int, boolean)
- Method in class org.datanucleus.store.excel.fieldmanager.
StoreFieldManager
storeByteField(int, byte)
- Method in class org.datanucleus.store.excel.fieldmanager.
StoreFieldManager
storeCharField(int, char)
- Method in class org.datanucleus.store.excel.fieldmanager.
StoreFieldManager
storeDoubleField(int, double)
- Method in class org.datanucleus.store.excel.fieldmanager.
StoreFieldManager
StoreEmbeddedFieldManager
- Class in
org.datanucleus.store.excel.fieldmanager
FieldManager to handle the store information for an embedded persistable object into Excel.
StoreEmbeddedFieldManager(ObjectProvider, Row, AbstractMemberMetaData, boolean)
- Constructor for class org.datanucleus.store.excel.fieldmanager.
StoreEmbeddedFieldManager
StoreFieldManager
- Class in
org.datanucleus.store.excel.fieldmanager
FieldManager to handle the store information into an Excel worksheet row using an object.
StoreFieldManager(ObjectProvider, Row, boolean)
- Constructor for class org.datanucleus.store.excel.fieldmanager.
StoreFieldManager
storeFloatField(int, float)
- Method in class org.datanucleus.store.excel.fieldmanager.
StoreFieldManager
storeIntField(int, int)
- Method in class org.datanucleus.store.excel.fieldmanager.
StoreFieldManager
storeLongField(int, long)
- Method in class org.datanucleus.store.excel.fieldmanager.
StoreFieldManager
storeMgr
- Variable in class org.datanucleus.store.excel.
ExcelPersistenceHandler
storeObjectField(int, Object)
- Method in class org.datanucleus.store.excel.fieldmanager.
StoreEmbeddedFieldManager
storeObjectField(int, Object)
- Method in class org.datanucleus.store.excel.fieldmanager.
StoreFieldManager
storeObjectFieldInCell(int, Object, AbstractMemberMetaData, ClassLoaderResolver)
- Method in class org.datanucleus.store.excel.fieldmanager.
StoreFieldManager
storeShortField(int, short)
- Method in class org.datanucleus.store.excel.fieldmanager.
StoreFieldManager
storeStringField(int, String)
- Method in class org.datanucleus.store.excel.fieldmanager.
StoreFieldManager
U
updateObject(ObjectProvider, int[])
- Method in class org.datanucleus.store.excel.
ExcelPersistenceHandler
Method to handle the update of fields of an object in the datastore.
V
validateSchema(Set<String>, Properties)
- Method in class org.datanucleus.store.excel.
ExcelStoreManager
X
XLSStoreManager
- Class in
org.datanucleus.store.excel
StoreManager for data access to XLS documents.
XLSStoreManager(ClassLoaderResolver, NucleusContext, Map<String, Object>)
- Constructor for class org.datanucleus.store.excel.
XLSStoreManager
C
D
E
F
G
I
J
L
M
O
P
R
S
U
V
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2012. All Rights Reserved.