Java Doc for EntityManagerImp.java in  » Testing » PolePosition-0.20 » com » versant » core » ejb » Java Source Code / Java DocumentationJava Source Code and Java Documentation

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 » Testing » PolePosition 0.20 » com.versant.core.ejb 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.versant.core.ejb.EntityManagerImp

EntityManagerImp
public class EntityManagerImp implements EntityManager,Transaction,ApplicationContext,PersistenceContext(Code)
Implementation of ejb3 EntityManager.


Field Summary
 ModelMetaDatamodelMetaData
    
final public  StorageManagerstorageMan
    
final public  StatesToStorestoreOidStateContainer
     This is used to transport the dirty stuff to the server.

Constructor Summary
public  EntityManagerImp(StorageManager sm, ModelMetaData modelMetaData)
    

Method Summary
public  voidaddLifecycleListener(LifecycleListener listener, Class[] classes)
    
public  voidaddToCache(StatesReturned container)
     Add all the OIDs and States in the container to the cache.
public  voidaddToTxList(StateManagerImp sm)
    
public  voidbegin()
    
public  voidcancelQueryExecution()
    
public  voidcheckModelConsistency()
    
public  voidclose()
    
public  voidcommit()
     Commit the active transaction.
public  booleancontains(Object entity)
    
public  voidconvertPcParamsToOID(Object[] params)
     TODO: move to base class Convert all PC, VersantOid and objectid-class params to OIDs.
public  QuerycreateNamedQuery(String name)
    
public  QuerycreateNativeQuery(String sqlString)
    
public  QuerycreateNativeQuery(String sqlString, Class resultClass)
    
public  QuerycreateNativeQuery(String sqlString, String resultSetMapping)
    
public  QuerycreateQuery(String ejbqlString)
    
public  TransactioncurrentTransaction()
    
public  voiddeletePersistent(Object o)
    
public  voiddeletePersistentAll(Object[] objects)
    
public  voiddeletePersistentAll(Collection collection)
    
public  voidevict(Object o)
    
public  voidevictAll(Object[] objects)
    
public  voidevictAll(Collection collection)
    
public  voidevictAll()
    
public  voidevictAllFromL2CacheAfterCommit(Object[] a)
    
public  voidevictAllFromL2CacheAfterCommit(Collection c)
    
public  voidevictAllFromL2CacheAfterCommit(Class cls, boolean includeSubclasses)
    
public  voidevictAllFromL2CacheAfterCommit()
    
public  voidevictFromL2CacheAfterCommit(Object o)
    
public  OIDextractOID(Object oid)
    
public  voidfetchState(StateManagerImp sm, FetchGroup fg)
    
public  Objectfind(String entityName, Object primaryKey)
    
public  Tfind(Class<T> entityClass, Object primaryKey)
    
public  voidflush()
    
public  voidflush(boolean retainValues)
    
public  voidflushIfDepOn(int[] cmdBits)
    
public  StringgetConnectionDriverName(String dataStore)
    
public  StringgetConnectionURL(String dataStore)
    
public  intgetDatastoreTxLocking()
    
public  ExtentgetExtent(Class aClass, boolean b)
    
public  booleangetIgnoreCache()
    
public  OIDgetInternalOID(PersistenceCapable pc)
    
public  PCStateMangetInternalSM(PersistenceCapable pc)
    
public  ConnectiongetJdbcConnection(String datastore)
    
public  LifeCycleStatusgetLifeCycleStatus(Object entity)
     Determine the status LifeCycleStatus of the supplied entity.
public  booleangetMultithreaded()
    
public  booleangetNontransactionalRead()
    
public  booleangetNontransactionalWrite()
    
public  ObjectgetObjectByIDString(String value, boolean toValidate)
    
public  ObjectgetObjectByIDString(String value, boolean toValidate, boolean resolved)
    
public  StateManagerImpgetObjectById(OID oid)
     Return managed instance for supplied oid.
public  ObjectgetObjectById(Object o, boolean b)
    
public  ObjectgetObjectByIdForState(OID oid, int stateFieldNo, int navClassIndex, OID fromOID)
    
public  ObjectgetObjectByIdFromCache(Object oid)
    
public  ObjectgetObjectId(Object o)
    
public  ClassgetObjectIdClass(Class aClass)
    
public  intgetObjectsById(Object[] oids, int length, Object[] data, int stateFieldNo, int classMetaDataIndex)
    
public  booleangetOptimistic()
    
public  ObjectgetOptimisticLockingValue(Object o)
    
public  PersistenceManagergetPersistenceManager()
    
public  PersistenceManagerFactorygetPersistenceManagerFactory()
    
public  intgetPmCacheRefType()
    
public  booleangetRestoreValues()
    
public  booleangetRetainValues()
    
public  StorageManagergetStorageManager()
    
public  SynchronizationgetSynchronization()
    
public  TransactiongetTransaction()
    
public  ObjectgetTransactionalObjectId(Object o)
    
public  ObjectgetUserObject()
    
public  booleanhasIdentity(Object pc)
    
public  booleanisActive()
    
public  booleanisCheckModelConsistencyOnCommit()
    
public  booleanisClosed()
    
public  booleanisDirty()
    
public  booleanisHollow(Object pc)
    
public  booleanisInterceptDfgFieldAccess()
    
public  voidisOpen()
    
public  booleanisStateRequired(OID oid, FetchGroup fetchGroup)
     The StorageManager calls this method to check if we need prefetched data or not.
public  voidloadFetchGroup(Object pc, String name)
    
public  voidlogEvent(int level, String description, int ms)
    
public  voidmakeNontransactional(Object o)
    
public  voidmakeNontransactionalAll(Object[] objects)
    
public  voidmakeNontransactionalAll(Collection collection)
    
public  voidmakePersistent(Object o)
    
public  voidmakePersistentAll(Object[] objects)
    
public  voidmakePersistentAll(Collection collection)
    
public  voidmakeTransactional(Object o)
    
public  voidmakeTransactionalAll(Object[] objects)
    
public  voidmakeTransactionalAll(Collection collection)
    
public  voidmakeTransient(Object o)
    
public  voidmakeTransientAll(Object[] objects)
    
public  voidmakeTransientAll(Collection collection)
    
public  voidmakeTransientRecursive(Object pc)
    
public  StateManagerImpmanage(OID oid, State state)
    
public  Tmerge(T entity)
     " If X is a detached entity, it is copied onto a pre-existing managed entity instance X' of the same identity or a new managed copy of X is created.
public  TmergeImp(T entity, EntrySet mergeSet)
    
public  StateManagerImpmergeInternal(Object entity, EntrySet mergeSet)
     Merge in the provided entity.
public  ObjectnewObjectIdInstance(Class aClass, String s)
    
public  ObjectnewObjectIdInstance(Class pcClass, String str, boolean resolved)
    
public  javax.jdo.QuerynewQuery()
    
public  javax.jdo.QuerynewQuery(Object o)
    
public  javax.jdo.QuerynewQuery(String s, Object o)
    
public  javax.jdo.QuerynewQuery(Class aClass)
    
public  javax.jdo.QuerynewQuery(Extent extent)
    
public  javax.jdo.QuerynewQuery(Class aClass, Collection collection)
    
public  javax.jdo.QuerynewQuery(Class aClass, String s)
    
public  javax.jdo.QuerynewQuery(Class aClass, Collection collection, String s)
    
public  javax.jdo.QuerynewQuery(Extent extent, String s)
    
public  voidpersist(Object entity)
     " If X is a new entity, it becomes managed.
public  voidrefresh(Object entity)
    
public  voidrefreshAll(Object[] objects)
    
public  voidrefreshAll(Collection collection)
    
public  voidrefreshAll()
    
public  voidremove(Object entity)
    
public  voidremoveLifecycleListener(LifecycleListener listener)
    
public  voidretrieve(Object o)
    
public  voidretrieveAll(Collection collection)
    
public  voidretrieveAll(Collection collection, boolean b)
    
public  voidretrieveAll(Object[] objects)
    
public  voidretrieveAll(Object[] objects, boolean b)
    
public  voidrollback()
    
public  voidsetCheckModelConsistencyOnCommit(boolean on)
    
public  voidsetDatastoreTxLocking(int mode)
    
public  voidsetIgnoreCache(boolean b)
    
public  voidsetInterceptDfgFieldAccess(boolean interceptDfgFieldAccess)
    
public  voidsetMultithreaded(boolean b)
    
public  voidsetNontransactionalRead(boolean b)
    
public  voidsetNontransactionalWrite(boolean b)
    
public  voidsetOptimistic(boolean b)
    
public  voidsetPmCacheRefType(Object pc, int type)
    
public  voidsetPmCacheRefType(Object[] pcs, int type)
    
public  voidsetPmCacheRefType(Collection col, int type)
    
public  voidsetPmCacheRefType(int type)
    
public  voidsetRestoreValues(boolean b)
    
public  voidsetRetainConnectionInOptTx(boolean on)
    
public  voidsetRetainValues(boolean b)
    
public  voidsetSynchronization(Synchronization synchronization)
    
public  voidsetUserObject(Object o)
    
public  ListversantAllDirtyInstances()
    
public  CollectionversantAttachCopy(Collection detached, boolean makeTransactional)
    
public  CollectionversantAttachCopy(Collection detached, boolean makeTransactional, boolean shallow)
    
public  CollectionversantDetachCopy(Collection pcs, String fetchGroup)
    
public  javax.jdo.QueryversantNewNamedQuery(Class cls, String queryName)
    

Field Detail
modelMetaData
ModelMetaData modelMetaData(Code)



storageMan
final public StorageManager storageMan(Code)



storeOidStateContainer
final public StatesToStore storeOidStateContainer(Code)
This is used to transport the dirty stuff to the server.




Constructor Detail
EntityManagerImp
public EntityManagerImp(StorageManager sm, ModelMetaData modelMetaData)(Code)




Method Detail
addLifecycleListener
public void addLifecycleListener(LifecycleListener listener, Class[] classes)(Code)



addToCache
public void addToCache(StatesReturned container)(Code)
Add all the OIDs and States in the container to the cache.



addToTxList
public void addToTxList(StateManagerImp sm)(Code)



begin
public void begin()(Code)



cancelQueryExecution
public void cancelQueryExecution()(Code)



checkModelConsistency
public void checkModelConsistency()(Code)



close
public void close()(Code)



commit
public void commit()(Code)
Commit the active transaction. Everything must be detached at the end of the operation. This would mean that the pc instance must contain the needed data for it to be detached.



contains
public boolean contains(Object entity)(Code)



convertPcParamsToOID
public void convertPcParamsToOID(Object[] params)(Code)
TODO: move to base class Convert all PC, VersantOid and objectid-class params to OIDs. This makes it possible to pass an OID instead of a PC instance for PC parameters.



createNamedQuery
public Query createNamedQuery(String name)(Code)



createNativeQuery
public Query createNativeQuery(String sqlString)(Code)



createNativeQuery
public Query createNativeQuery(String sqlString, Class resultClass)(Code)



createNativeQuery
public Query createNativeQuery(String sqlString, String resultSetMapping)(Code)



createQuery
public Query createQuery(String ejbqlString)(Code)



currentTransaction
public Transaction currentTransaction()(Code)



deletePersistent
public void deletePersistent(Object o)(Code)



deletePersistentAll
public void deletePersistentAll(Object[] objects)(Code)



deletePersistentAll
public void deletePersistentAll(Collection collection)(Code)



evict
public void evict(Object o)(Code)



evictAll
public void evictAll(Object[] objects)(Code)



evictAll
public void evictAll(Collection collection)(Code)



evictAll
public void evictAll()(Code)



evictAllFromL2CacheAfterCommit
public void evictAllFromL2CacheAfterCommit(Object[] a)(Code)



evictAllFromL2CacheAfterCommit
public void evictAllFromL2CacheAfterCommit(Collection c)(Code)



evictAllFromL2CacheAfterCommit
public void evictAllFromL2CacheAfterCommit(Class cls, boolean includeSubclasses)(Code)



evictAllFromL2CacheAfterCommit
public void evictAllFromL2CacheAfterCommit()(Code)



evictFromL2CacheAfterCommit
public void evictFromL2CacheAfterCommit(Object o)(Code)



extractOID
public OID extractOID(Object oid)(Code)



fetchState
public void fetchState(StateManagerImp sm, FetchGroup fg)(Code)



find
public Object find(String entityName, Object primaryKey)(Code)



find
public T find(Class<T> entityClass, Object primaryKey)(Code)



flush
public void flush()(Code)



flush
public void flush(boolean retainValues)(Code)



flushIfDepOn
public void flushIfDepOn(int[] cmdBits)(Code)



getConnectionDriverName
public String getConnectionDriverName(String dataStore)(Code)



getConnectionURL
public String getConnectionURL(String dataStore)(Code)



getDatastoreTxLocking
public int getDatastoreTxLocking()(Code)



getExtent
public Extent getExtent(Class aClass, boolean b)(Code)



getIgnoreCache
public boolean getIgnoreCache()(Code)



getInternalOID
public OID getInternalOID(PersistenceCapable pc)(Code)



getInternalSM
public PCStateMan getInternalSM(PersistenceCapable pc)(Code)



getJdbcConnection
public Connection getJdbcConnection(String datastore)(Code)



getLifeCycleStatus
public LifeCycleStatus getLifeCycleStatus(Object entity)(Code)
Determine the status LifeCycleStatus of the supplied entity.
Parameters:
  entity -



getMultithreaded
public boolean getMultithreaded()(Code)



getNontransactionalRead
public boolean getNontransactionalRead()(Code)



getNontransactionalWrite
public boolean getNontransactionalWrite()(Code)



getObjectByIDString
public Object getObjectByIDString(String value, boolean toValidate)(Code)



getObjectByIDString
public Object getObjectByIDString(String value, boolean toValidate, boolean resolved)(Code)



getObjectById
public StateManagerImp getObjectById(OID oid)(Code)
Return managed instance for supplied oid. If instance not found in localCache then manage it.
Parameters:
  oid -



getObjectById
public Object getObjectById(Object o, boolean b)(Code)



getObjectByIdForState
public Object getObjectByIdForState(OID oid, int stateFieldNo, int navClassIndex, OID fromOID)(Code)



getObjectByIdFromCache
public Object getObjectByIdFromCache(Object oid)(Code)



getObjectId
public Object getObjectId(Object o)(Code)



getObjectIdClass
public Class getObjectIdClass(Class aClass)(Code)



getObjectsById
public int getObjectsById(Object[] oids, int length, Object[] data, int stateFieldNo, int classMetaDataIndex)(Code)



getOptimistic
public boolean getOptimistic()(Code)



getOptimisticLockingValue
public Object getOptimisticLockingValue(Object o)(Code)



getPersistenceManager
public PersistenceManager getPersistenceManager()(Code)



getPersistenceManagerFactory
public PersistenceManagerFactory getPersistenceManagerFactory()(Code)



getPmCacheRefType
public int getPmCacheRefType()(Code)



getRestoreValues
public boolean getRestoreValues()(Code)



getRetainValues
public boolean getRetainValues()(Code)



getStorageManager
public StorageManager getStorageManager()(Code)



getSynchronization
public Synchronization getSynchronization()(Code)



getTransaction
public Transaction getTransaction()(Code)



getTransactionalObjectId
public Object getTransactionalObjectId(Object o)(Code)



getUserObject
public Object getUserObject()(Code)



hasIdentity
public boolean hasIdentity(Object pc)(Code)



isActive
public boolean isActive()(Code)



isCheckModelConsistencyOnCommit
public boolean isCheckModelConsistencyOnCommit()(Code)



isClosed
public boolean isClosed()(Code)



isDirty
public boolean isDirty()(Code)



isHollow
public boolean isHollow(Object pc)(Code)



isInterceptDfgFieldAccess
public boolean isInterceptDfgFieldAccess()(Code)



isOpen
public void isOpen()(Code)



isStateRequired
public boolean isStateRequired(OID oid, FetchGroup fetchGroup)(Code)
The StorageManager calls this method to check if we need prefetched data or not.



loadFetchGroup
public void loadFetchGroup(Object pc, String name)(Code)



logEvent
public void logEvent(int level, String description, int ms)(Code)



makeNontransactional
public void makeNontransactional(Object o)(Code)



makeNontransactionalAll
public void makeNontransactionalAll(Object[] objects)(Code)



makeNontransactionalAll
public void makeNontransactionalAll(Collection collection)(Code)



makePersistent
public void makePersistent(Object o)(Code)



makePersistentAll
public void makePersistentAll(Object[] objects)(Code)



makePersistentAll
public void makePersistentAll(Collection collection)(Code)



makeTransactional
public void makeTransactional(Object o)(Code)



makeTransactionalAll
public void makeTransactionalAll(Object[] objects)(Code)



makeTransactionalAll
public void makeTransactionalAll(Collection collection)(Code)



makeTransient
public void makeTransient(Object o)(Code)



makeTransientAll
public void makeTransientAll(Object[] objects)(Code)



makeTransientAll
public void makeTransientAll(Collection collection)(Code)



makeTransientRecursive
public void makeTransientRecursive(Object pc)(Code)



manage
public StateManagerImp manage(OID oid, State state)(Code)



merge
public T merge(T entity)(Code)
" If X is a detached entity, it is copied onto a pre-existing managed entity instance X' of the same identity or a new managed copy of X is created. " If X is a new entity instance, a new managed entity instance X' is created and the state of X is copied into the new managed entity instance X'. " If X is a removed entity instance, an IllegalArgumentException will be thrown by the container (or the transaction commit will fail). " If X is a managed entity, it is ignored by the merge operation, however, the merge operation is cascaded to entities referenced by relationships from X if these relationships have been annotated with the cascade member value cascade=MERGE or cascade=ALL annotation. " For all entities Y referenced by relationships from X having the cascade member value cascade=MERGE or cascade=ALL, Y is merged recursively as Y'. For all such Y referenced by X, X' is set to reference Y'. (Note that if X is managed then X is the same object as X'.) " If X is an entity merged to X', with a reference to another entity Y, where cascade=MERGE or cascade=ALL is not specified, then navigation of the same association from X' yields a reference to a managed object Y' with the same persistent identity as Y. " Fields or properties of type java.sql.Blob and java.sql.Clob are ignored by the merge operation.
Parameters:
  entity - the instance that the state was merged to



mergeImp
public T mergeImp(T entity, EntrySet mergeSet)(Code)



mergeInternal
public StateManagerImp mergeInternal(Object entity, EntrySet mergeSet)(Code)
Merge in the provided entity.
Parameters:
  entity -
Parameters:
  mergeSet -



newObjectIdInstance
public Object newObjectIdInstance(Class aClass, String s)(Code)



newObjectIdInstance
public Object newObjectIdInstance(Class pcClass, String str, boolean resolved)(Code)



newQuery
public javax.jdo.Query newQuery()(Code)



newQuery
public javax.jdo.Query newQuery(Object o)(Code)



newQuery
public javax.jdo.Query newQuery(String s, Object o)(Code)



newQuery
public javax.jdo.Query newQuery(Class aClass)(Code)



newQuery
public javax.jdo.Query newQuery(Extent extent)(Code)



newQuery
public javax.jdo.Query newQuery(Class aClass, Collection collection)(Code)



newQuery
public javax.jdo.Query newQuery(Class aClass, String s)(Code)



newQuery
public javax.jdo.Query newQuery(Class aClass, Collection collection, String s)(Code)



newQuery
public javax.jdo.Query newQuery(Extent extent, String s)(Code)



persist
public void persist(Object entity)(Code)
" If X is a new entity, it becomes managed. The entity X will be entered into the database at or before transaction commit or as a result of the flush operation . " If X is a preexisting managed entity, it is ignored by the persist operation. However, the persist operation is cascaded to entities referenced by X, if the relationships from X to these other entities is annotated with the cascade=PERSIST or cascade=ALL annotation member value. " If X is a removed entity, it becomes managed. " If X is a detached object, an IllegalArgumentException will be thrown by the container (or the transaction commit will fail). " For all entities Y referenced by a relationship from X, if the relationship to Y has been annotated with the cascade member value cascade=PERSIST or cascade=ALL, the persist operation is applied to Y.
Parameters:
  entity -



refresh
public void refresh(Object entity)(Code)



refreshAll
public void refreshAll(Object[] objects)(Code)



refreshAll
public void refreshAll(Collection collection)(Code)



refreshAll
public void refreshAll()(Code)



remove
public void remove(Object entity)(Code)



removeLifecycleListener
public void removeLifecycleListener(LifecycleListener listener)(Code)



retrieve
public void retrieve(Object o)(Code)



retrieveAll
public void retrieveAll(Collection collection)(Code)



retrieveAll
public void retrieveAll(Collection collection, boolean b)(Code)



retrieveAll
public void retrieveAll(Object[] objects)(Code)



retrieveAll
public void retrieveAll(Object[] objects, boolean b)(Code)



rollback
public void rollback()(Code)



setCheckModelConsistencyOnCommit
public void setCheckModelConsistencyOnCommit(boolean on)(Code)



setDatastoreTxLocking
public void setDatastoreTxLocking(int mode)(Code)



setIgnoreCache
public void setIgnoreCache(boolean b)(Code)



setInterceptDfgFieldAccess
public void setInterceptDfgFieldAccess(boolean interceptDfgFieldAccess)(Code)



setMultithreaded
public void setMultithreaded(boolean b)(Code)



setNontransactionalRead
public void setNontransactionalRead(boolean b)(Code)



setNontransactionalWrite
public void setNontransactionalWrite(boolean b)(Code)



setOptimistic
public void setOptimistic(boolean b)(Code)



setPmCacheRefType
public void setPmCacheRefType(Object pc, int type)(Code)



setPmCacheRefType
public void setPmCacheRefType(Object[] pcs, int type)(Code)



setPmCacheRefType
public void setPmCacheRefType(Collection col, int type)(Code)



setPmCacheRefType
public void setPmCacheRefType(int type)(Code)



setRestoreValues
public void setRestoreValues(boolean b)(Code)



setRetainConnectionInOptTx
public void setRetainConnectionInOptTx(boolean on)(Code)



setRetainValues
public void setRetainValues(boolean b)(Code)



setSynchronization
public void setSynchronization(Synchronization synchronization)(Code)



setUserObject
public void setUserObject(Object o)(Code)



versantAllDirtyInstances
public List versantAllDirtyInstances()(Code)



versantAttachCopy
public Collection versantAttachCopy(Collection detached, boolean makeTransactional)(Code)



versantAttachCopy
public Collection versantAttachCopy(Collection detached, boolean makeTransactional, boolean shallow)(Code)



versantDetachCopy
public Collection versantDetachCopy(Collection pcs, String fetchGroup)(Code)



versantNewNamedQuery
public javax.jdo.Query versantNewNamedQuery(Class cls, String queryName)(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.