Java Doc for DomainObjectFactory.java in  » Database-ORM » ProjectJulp » org » julp » 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 » Database ORM » ProjectJulp » org.julp 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.julp.DomainObjectFactory

All known Subclasses:   org.julp.examples.SpreadsheetFactory,  org.julp.examples.ItemFactory,  org.julp.examples.ProductFactory,  org.julp.examples.InvoiceFactory,  org.julp.examples.CustomerFactory,
DomainObjectFactory
abstract public class DomainObjectFactory implements java.io.Serializable,Cloneable(Code)


Field Summary
final public static  charDATA_MODIFICATION_SEQUENCE_DELETE
    
final public static  charDATA_MODIFICATION_SEQUENCE_INSERT
    
final public static  charDATA_MODIFICATION_SEQUENCE_UPDATE
    
protected  Object[]EMPTY_READ_ARG
    
final public static  charKEY_AND_MODIFIED_COLUMNS
    
final public static  charKEY_AND_UPDATEBLE_COLUMNS
    
final public static  charKEY_COLUMNS
    
protected  booleanappend
    
protected  Stringcatalog
    
protected  Converterconverter
    
protected  booleancreateDefaultMetaData
    
protected  char[]dataModificationSequence
    
protected  DataWriterdataWriter
    
protected  DBServicesdbServices
    
protected  booleandebug
    
protected  booleandiscardUnmodifiedObjects
    
protected  longdomainFactoryId
    
protected  ExceptionHandlerexceptionHandler
    
protected  booleanexceptionOnEmptyObjectList
    
protected  booleangenerateSQLOnly
    
protected  booleanlazyLoading
    
protected  Mapmapping
    
protected  MetaDatametaData
    
protected  booleannoFullColumnName
    
protected  intobjectId
    
protected  ListobjectList
    
protected  charoptimisticLock
    
protected  booleanoverrideCatalogName
    
protected  intpageSize
    
protected  booleanreadOnly
    
protected  ListremovedObjects
    
protected  Classrequestor
    
protected  Stringschema
    
protected  booleansynchronizedAccess
    
protected  Stringtable
    
protected  booleanthrowFailedInsertException
    
protected  booleanthrowMissingFieldException
    
protected  booleanthrowOptimisticLockDeleteException
    
protected  booleanthrowOptimisticLockUpdateException
    
protected  booleanvalid
    

Constructor Summary
public  DomainObjectFactory()
    
public  DomainObjectFactory(boolean synchronizedAccess)
    
public  DomainObjectFactory(Class requestor, boolean synchronizedAccess)
    
public  DomainObjectFactory(Class requestor)
    

Method Summary
public  voidaddObject(int index, DomainObject domainObject)
     This is NOT zero based index: idx of the first object is 1, the second is 2, etc...
public  intaddObject(DomainObject domainObject)
    
public  booleanafterCreate(int idx)
     This is NOT zero based index: idx of the first object is 1, the second is 2, etc...
public  booleanafterRemove(int idx)
     This is NOT zero based index: idx of the first object is 1, the second is 2, etc...
public  booleanafterStore(int idx)
     This is NOT zero based index: idx of the first object is 1, the second is 2, etc...
public  booleanafterWriteData()
    
public  booleanbeforeCreate(DomainObject domainObject)
    
public  booleanbeforeRemove(DomainObject domainObject)
    
public  booleanbeforeStore(DomainObject domainObjectx)
    
public  booleanbeforeWriteData()
    
public  voidclearData()
    
public  booleancreate(DomainObject domainObject)
    
public  DataHoldercreateOriginalValues()
    
public  booleandiscard(DomainObject domainObject)
    
public  intfindIdxByObjectId(int objectId)
     This is NOT zero based index: idx of the first object is 1, the second is 2, etc...
public  DomainObjectfindObjectByObjectId(int objectId)
    
public  java.lang.StringgetCatalog()
     Getter for property catalog.
public  ConvertergetConverter()
    
public  intgetCreatedCount()
     Getter for property createdCount.
public  DBServicesgetDBServices()
     Getter for property dbServices.
public  chargetDataModificationSequence(int index)
     Indexed getter for property dataModificationSequence.
Parameters:
  index - Index of the property.
public  char[]getDataModificationSequence()
     Getter for property dataModificationSequence.
public  DataSourcegetDataSource()
    
public  DataWritergetDataWriter()
     Getter for property dataWriter.
public  ExceptionHandlergetExceptionHandler()
    
public  java.util.ListgetGeneratedSQL()
    
public  java.lang.StringgetGeneratedSQLasXML()
    
public  MapgetMapping()
     Getter for property mapping.
public  MetaDatagetMetaData()
     Getter for property metaData.
public  intgetModifiedCount()
     Getter for property modifiedCount.
protected  intgetNextObjectId()
    
public  ListgetObjectList()
     Getter for property objectList.
public  chargetOptimisticLock()
     Getter for property optimisticLock.
public  PageHoldergetPage(int pageNumber)
     This is NOT zero based index: idx of the first object is 1, the second is 2, etc...
public  intgetPageSize()
     Getter for property pageSize.
public  ListgetPrimaryKey(String catalog, String schema, String table)
    
public  intgetRemovedCount()
     Getter for property removedCount.
public  ListgetRemovedObjects()
     Getter for property removedObjects.
public  java.lang.ClassgetRequestor()
     Getter for property requestor.
public  java.lang.StringgetSchema()
     Getter for property schema.
protected synchronized  intgetSyncNextObjectId()
    
public  java.lang.StringgetTable()
     Getter for property table.
public  java.lang.ThrowablegetWhatIsWrong()
    
public  booleanisAppend()
     Getter for property append.
public  booleanisCreateDefaultMetaData()
    
public  booleanisDebug()
     Getter for property debug.
public  booleanisDiscardUnmodifiedObjects()
     Getter for property discardUnmodifiedObjects.
public  booleanisExceptionOnEmptyObjectList()
    
public  booleanisGenerateSQLOnly()
     Getter for property generateSQLOnly.
public  booleanisLazyLoading()
     Getter for property lazyLoading.
public  booleanisNoFullColumnName()
     Getter for property noFullColumnName.
public  booleanisOverrideCatalogName()
    
public  booleanisReadOnly()
     Getter for property readOnly.
public  booleanisSynchronizedAccess()
     Getter for property synchronizedAccess.
public  booleanisThrowFailedInsertException()
    
public  booleanisThrowMissingFieldException()
    
public  booleanisThrowOptimisticLockDeleteException()
     Getter for property throwOptimisticLockDeleteException.
public  booleanisThrowOptimisticLockUpdateException()
     Getter for property throwOptimisticLockUpdateException.
public  booleanisValid()
    
public  intload(ResultSet[] rs)
    
public  intload(ResultSet rs)
    
public  voidpopulateMetaData()
    
public  booleanremove(DomainObject domainObject)
    
public  voidsetAppend(boolean append)
     Setter for property append.
public  voidsetCatalog(java.lang.String catalog)
     Setter for property catalog.
public  voidsetConverter(Converter converter)
    
public  voidsetCreateDefaultMetaData(boolean createDefaultMetaData)
    
public  voidsetDBServices(DBServices dbServices)
     Setter for property dbServices.
public  voidsetDataModificationSequence(char[] dataModificationSequence)
     Setter for property dataModificationSequence.
public  voidsetDataSource(DataSource dataSource)
    
public  voidsetDataSourceName(String dataSourceName)
    
public  voidsetDataWriter(DataWriter dataWriter)
     Setter for property dataWriter.
public  voidsetDebug(boolean debug)
     Setter for property debug.
public  voidsetDiscardUnmodifiedObjects(boolean discardUnmodifiedObjects)
     Setter for property discardUnmodifiedObjects.
public  voidsetExceptionHandler(ExceptionHandler exceptionHandler)
    
public  voidsetExceptionOnEmptyObjectList(boolean exceptionOnEmptyObjectList)
    
public  voidsetGenerateSQLOnly(boolean generateSQLOnly)
     Setter for property generateSQLOnly.
public  voidsetLazyLoading(boolean lazyLoading)
     Setter for property lazyLoading.
public  voidsetMapping(Map mapping)
     Setter for property mapping.
public  voidsetMapping(String mapping)
    
public  voidsetMetaData(MetaData metaData)
     Setter for property metaData.
public  voidsetNoFullColumnName(boolean noFullColumnName)
     Setter for property noFullColumnName.
public  intsetObject(DomainObject domainObject)
    
public  voidsetObject(int index, DomainObject domainObject)
     This is NOT zero based index: idx of the first object is 1, the second is 2, etc...
public  voidsetObjectList(List objectList)
     Setter for property objectList.
public  voidsetOptimisticLock(char optimisticLock)
     Setter for property optimisticLock.
public  voidsetOriginal()
    
public  voidsetOverrideCatalogName(boolean overrideCatalogName)
    
public  voidsetPageSize(int pageSize)
     Setter for property pageSize.
public  voidsetPrimaryKey(String catalog, String schema, String table, List pk)
    
public  voidsetReadOnly(boolean readOnly)
     Setter for property readOnly.
public  voidsetRemovedObjects(List removedObjects)
     Setter for property removedObjects.
public  voidsetRequestor(java.lang.Class requestor)
     Setter for property requestor.
public  voidsetSchema(java.lang.String schema)
     Setter for property schema.
public  voidsetSynchronizedAccess(boolean synchronizedAccess)
     Setter for property synchronizedAccess.
public  voidsetTable(java.lang.String table)
     Setter for property table.
public  voidsetThrowFailedInsertException(boolean throwFailedInsertException)
    
public  voidsetThrowMissingFieldException(boolean throwMissingFieldException)
    
public  voidsetThrowOptimisticLockDeleteException(boolean throwOptimisticLockDeleteException)
     Setter for property throwOptimisticLockDeleteException.
public  voidsetThrowOptimisticLockUpdateException(boolean throwOptimisticLockUpdateException)
     Setter for property throwOptimisticLockUpdateException.
public  booleanstore(DomainObject domainObject)
    
public  voidsynchronizePersistentState()
    
public  StringtoString()
    
public  booleanwriteData()
    

Field Detail
DATA_MODIFICATION_SEQUENCE_DELETE
final public static char DATA_MODIFICATION_SEQUENCE_DELETE(Code)



DATA_MODIFICATION_SEQUENCE_INSERT
final public static char DATA_MODIFICATION_SEQUENCE_INSERT(Code)



DATA_MODIFICATION_SEQUENCE_UPDATE
final public static char DATA_MODIFICATION_SEQUENCE_UPDATE(Code)



EMPTY_READ_ARG
protected Object[] EMPTY_READ_ARG(Code)



KEY_AND_MODIFIED_COLUMNS
final public static char KEY_AND_MODIFIED_COLUMNS(Code)



KEY_AND_UPDATEBLE_COLUMNS
final public static char KEY_AND_UPDATEBLE_COLUMNS(Code)



KEY_COLUMNS
final public static char KEY_COLUMNS(Code)



append
protected boolean append(Code)



catalog
protected String catalog(Code)



converter
protected Converter converter(Code)



createDefaultMetaData
protected boolean createDefaultMetaData(Code)



dataModificationSequence
protected char[] dataModificationSequence(Code)



dataWriter
protected DataWriter dataWriter(Code)



dbServices
protected DBServices dbServices(Code)



debug
protected boolean debug(Code)



discardUnmodifiedObjects
protected boolean discardUnmodifiedObjects(Code)



domainFactoryId
protected long domainFactoryId(Code)



exceptionHandler
protected ExceptionHandler exceptionHandler(Code)



exceptionOnEmptyObjectList
protected boolean exceptionOnEmptyObjectList(Code)



generateSQLOnly
protected boolean generateSQLOnly(Code)



lazyLoading
protected boolean lazyLoading(Code)



mapping
protected Map mapping(Code)



metaData
protected MetaData metaData(Code)



noFullColumnName
protected boolean noFullColumnName(Code)



objectId
protected int objectId(Code)



objectList
protected List objectList(Code)



optimisticLock
protected char optimisticLock(Code)



overrideCatalogName
protected boolean overrideCatalogName(Code)



pageSize
protected int pageSize(Code)



readOnly
protected boolean readOnly(Code)



removedObjects
protected List removedObjects(Code)



requestor
protected Class requestor(Code)



schema
protected String schema(Code)



synchronizedAccess
protected boolean synchronizedAccess(Code)



table
protected String table(Code)



throwFailedInsertException
protected boolean throwFailedInsertException(Code)



throwMissingFieldException
protected boolean throwMissingFieldException(Code)



throwOptimisticLockDeleteException
protected boolean throwOptimisticLockDeleteException(Code)



throwOptimisticLockUpdateException
protected boolean throwOptimisticLockUpdateException(Code)



valid
protected boolean valid(Code)




Constructor Detail
DomainObjectFactory
public DomainObjectFactory()(Code)



DomainObjectFactory
public DomainObjectFactory(boolean synchronizedAccess)(Code)



DomainObjectFactory
public DomainObjectFactory(Class requestor, boolean synchronizedAccess)(Code)



DomainObjectFactory
public DomainObjectFactory(Class requestor)(Code)




Method Detail
addObject
public void addObject(int index, DomainObject domainObject)(Code)
This is NOT zero based index: idx of the first object is 1, the second is 2, etc...



addObject
public int addObject(DomainObject domainObject)(Code)



afterCreate
public boolean afterCreate(int idx)(Code)
This is NOT zero based index: idx of the first object is 1, the second is 2, etc... override as needed



afterRemove
public boolean afterRemove(int idx)(Code)
This is NOT zero based index: idx of the first object is 1, the second is 2, etc... override as needed



afterStore
public boolean afterStore(int idx)(Code)
This is NOT zero based index: idx of the first object is 1, the second is 2, etc... override as needed



afterWriteData
public boolean afterWriteData()(Code)



beforeCreate
public boolean beforeCreate(DomainObject domainObject)(Code)



beforeRemove
public boolean beforeRemove(DomainObject domainObject)(Code)



beforeStore
public boolean beforeStore(DomainObject domainObjectx)(Code)



beforeWriteData
public boolean beforeWriteData()(Code)



clearData
public void clearData()(Code)



create
public boolean create(DomainObject domainObject)(Code)



createOriginalValues
public DataHolder createOriginalValues() throws SQLException(Code)



discard
public boolean discard(DomainObject domainObject)(Code)



findIdxByObjectId
public int findIdxByObjectId(int objectId)(Code)
This is NOT zero based index: idx of the first object is 1, the second is 2, etc...



findObjectByObjectId
public DomainObject findObjectByObjectId(int objectId)(Code)



getCatalog
public java.lang.String getCatalog()(Code)
Getter for property catalog. Value of property catalog.



getConverter
public Converter getConverter()(Code)



getCreatedCount
public int getCreatedCount()(Code)
Getter for property createdCount. Value of property createdCount.



getDBServices
public DBServices getDBServices()(Code)
Getter for property dbServices. Value of property dbServices.



getDataModificationSequence
public char getDataModificationSequence(int index)(Code)
Indexed getter for property dataModificationSequence.
Parameters:
  index - Index of the property. Value of the property at index.



getDataModificationSequence
public char[] getDataModificationSequence()(Code)
Getter for property dataModificationSequence. Value of property dataModificationSequence.



getDataSource
public DataSource getDataSource() throws SQLException(Code)



getDataWriter
public DataWriter getDataWriter()(Code)
Getter for property dataWriter. Value of property dataWriter.



getExceptionHandler
public ExceptionHandler getExceptionHandler()(Code)



getGeneratedSQL
public java.util.List getGeneratedSQL()(Code)



getGeneratedSQLasXML
public java.lang.String getGeneratedSQLasXML()(Code)



getMapping
public Map getMapping()(Code)
Getter for property mapping. Value of property mapping.



getMetaData
public MetaData getMetaData()(Code)
Getter for property metaData. Value of property metaData.



getModifiedCount
public int getModifiedCount()(Code)
Getter for property modifiedCount. Value of property modifiedCount.



getNextObjectId
protected int getNextObjectId()(Code)



getObjectList
public List getObjectList()(Code)
Getter for property objectList. Value of property objectList.



getOptimisticLock
public char getOptimisticLock()(Code)
Getter for property optimisticLock. Value of property optimisticLock.



getPage
public PageHolder getPage(int pageNumber)(Code)
This is NOT zero based index: idx of the first object is 1, the second is 2, etc...



getPageSize
public int getPageSize()(Code)
Getter for property pageSize. Value of property pageSize.



getPrimaryKey
public List getPrimaryKey(String catalog, String schema, String table) throws SQLException(Code)



getRemovedCount
public int getRemovedCount()(Code)
Getter for property removedCount. Value of property removedCount.



getRemovedObjects
public List getRemovedObjects()(Code)
Getter for property removedObjects. Value of property removedObjects.



getRequestor
public java.lang.Class getRequestor()(Code)
Getter for property requestor. Value of property requestor.



getSchema
public java.lang.String getSchema()(Code)
Getter for property schema. Value of property schema.



getSyncNextObjectId
protected synchronized int getSyncNextObjectId()(Code)



getTable
public java.lang.String getTable()(Code)
Getter for property table. Value of property table.



getWhatIsWrong
public java.lang.Throwable getWhatIsWrong()(Code)



isAppend
public boolean isAppend()(Code)
Getter for property append. Value of property append.



isCreateDefaultMetaData
public boolean isCreateDefaultMetaData()(Code)



isDebug
public boolean isDebug()(Code)
Getter for property debug. Value of property debug.



isDiscardUnmodifiedObjects
public boolean isDiscardUnmodifiedObjects()(Code)
Getter for property discardUnmodifiedObjects. Value of property discardUnmodifiedObjects.



isExceptionOnEmptyObjectList
public boolean isExceptionOnEmptyObjectList()(Code)



isGenerateSQLOnly
public boolean isGenerateSQLOnly()(Code)
Getter for property generateSQLOnly. Value of property generateSQLOnly.



isLazyLoading
public boolean isLazyLoading()(Code)
Getter for property lazyLoading. Value of property lazyLoading.



isNoFullColumnName
public boolean isNoFullColumnName()(Code)
Getter for property noFullColumnName. Value of property noFullColumnName.



isOverrideCatalogName
public boolean isOverrideCatalogName()(Code)



isReadOnly
public boolean isReadOnly()(Code)
Getter for property readOnly. Value of property readOnly.



isSynchronizedAccess
public boolean isSynchronizedAccess()(Code)
Getter for property synchronizedAccess. Value of property synchronizedAccess.



isThrowFailedInsertException
public boolean isThrowFailedInsertException()(Code)



isThrowMissingFieldException
public boolean isThrowMissingFieldException()(Code)



isThrowOptimisticLockDeleteException
public boolean isThrowOptimisticLockDeleteException()(Code)
Getter for property throwOptimisticLockDeleteException. Value of property throwOptimisticLockDeleteException.



isThrowOptimisticLockUpdateException
public boolean isThrowOptimisticLockUpdateException()(Code)
Getter for property throwOptimisticLockUpdateException. Value of property throwOptimisticLockUpdateException.



isValid
public boolean isValid()(Code)



load
public int load(ResultSet[] rs) throws java.sql.SQLException(Code)



load
public int load(ResultSet rs) throws java.sql.SQLException(Code)



populateMetaData
public void populateMetaData()(Code)



remove
public boolean remove(DomainObject domainObject)(Code)



setAppend
public void setAppend(boolean append)(Code)
Setter for property append.
Parameters:
  append - New value of property append.



setCatalog
public void setCatalog(java.lang.String catalog)(Code)
Setter for property catalog.
Parameters:
  catalog - New value of property catalog.



setConverter
public void setConverter(Converter converter)(Code)



setCreateDefaultMetaData
public void setCreateDefaultMetaData(boolean createDefaultMetaData)(Code)



setDBServices
public void setDBServices(DBServices dbServices)(Code)
Setter for property dbServices.
Parameters:
  dbServices - New value of property dbServices.



setDataModificationSequence
public void setDataModificationSequence(char[] dataModificationSequence)(Code)
Setter for property dataModificationSequence.
Parameters:
  dataModificationSequence - New value of property dataModificationSequence.



setDataSource
public void setDataSource(DataSource dataSource)(Code)



setDataSourceName
public void setDataSourceName(String dataSourceName)(Code)



setDataWriter
public void setDataWriter(DataWriter dataWriter)(Code)
Setter for property dataWriter.
Parameters:
  dataWriter - New value of property dataWriter.



setDebug
public void setDebug(boolean debug)(Code)
Setter for property debug.
Parameters:
  debug - New value of property debug.



setDiscardUnmodifiedObjects
public void setDiscardUnmodifiedObjects(boolean discardUnmodifiedObjects)(Code)
Setter for property discardUnmodifiedObjects.
Parameters:
  discardUnmodifiedObjects - New value of property discardUnmodifiedObjects.



setExceptionHandler
public void setExceptionHandler(ExceptionHandler exceptionHandler)(Code)



setExceptionOnEmptyObjectList
public void setExceptionOnEmptyObjectList(boolean exceptionOnEmptyObjectList)(Code)



setGenerateSQLOnly
public void setGenerateSQLOnly(boolean generateSQLOnly)(Code)
Setter for property generateSQLOnly.
Parameters:
  generateSQLOnly - New value of property generateSQLOnly.



setLazyLoading
public void setLazyLoading(boolean lazyLoading)(Code)
Setter for property lazyLoading.
Parameters:
  lazyLoading - New value of property lazyLoading.



setMapping
public void setMapping(Map mapping)(Code)
Setter for property mapping.
Parameters:
  mapping - New value of property mapping.



setMapping
public void setMapping(String mapping)(Code)



setMetaData
public void setMetaData(MetaData metaData)(Code)
Setter for property metaData.
Parameters:
  metaData - New value of property metaData.



setNoFullColumnName
public void setNoFullColumnName(boolean noFullColumnName)(Code)
Setter for property noFullColumnName.
Parameters:
  noFullColumnName - New value of property noFullColumnName.



setObject
public int setObject(DomainObject domainObject)(Code)



setObject
public void setObject(int index, DomainObject domainObject)(Code)
This is NOT zero based index: idx of the first object is 1, the second is 2, etc...



setObjectList
public void setObjectList(List objectList)(Code)
Setter for property objectList.
Parameters:
  objectList - New value of property objectList.



setOptimisticLock
public void setOptimisticLock(char optimisticLock)(Code)
Setter for property optimisticLock.
Parameters:
  optimisticLock - New value of property optimisticLock.



setOriginal
public void setOriginal()(Code)



setOverrideCatalogName
public void setOverrideCatalogName(boolean overrideCatalogName)(Code)



setPageSize
public void setPageSize(int pageSize)(Code)
Setter for property pageSize.
Parameters:
  pageSize - New value of property pageSize.



setPrimaryKey
public void setPrimaryKey(String catalog, String schema, String table, List pk)(Code)



setReadOnly
public void setReadOnly(boolean readOnly)(Code)
Setter for property readOnly.
Parameters:
  readOnly - New value of property readOnly.makes this non-updateable.



setRemovedObjects
public void setRemovedObjects(List removedObjects)(Code)
Setter for property removedObjects.
Parameters:
  removedObjects - New value of property removedObjects.



setRequestor
public void setRequestor(java.lang.Class requestor)(Code)
Setter for property requestor.
Parameters:
  requestor - New value of property requestor.



setSchema
public void setSchema(java.lang.String schema)(Code)
Setter for property schema.
Parameters:
  schema - New value of property schema.



setSynchronizedAccess
public void setSynchronizedAccess(boolean synchronizedAccess)(Code)
Setter for property synchronizedAccess.
Parameters:
  synchronizedAccess - New value of property synchronizedAccess.



setTable
public void setTable(java.lang.String table)(Code)
Setter for property table.
Parameters:
  table - New value of property table.



setThrowFailedInsertException
public void setThrowFailedInsertException(boolean throwFailedInsertException)(Code)



setThrowMissingFieldException
public void setThrowMissingFieldException(boolean throwMissingFieldException)(Code)



setThrowOptimisticLockDeleteException
public void setThrowOptimisticLockDeleteException(boolean throwOptimisticLockDeleteException)(Code)
Setter for property throwOptimisticLockDeleteException.
Parameters:
  throwOptimisticLockDeleteException - New value of property throwOptimisticLockDeleteException.



setThrowOptimisticLockUpdateException
public void setThrowOptimisticLockUpdateException(boolean throwOptimisticLockUpdateException)(Code)
Setter for property throwOptimisticLockUpdateException.
Parameters:
  throwOptimisticLockUpdateException - New value of property throwOptimisticLockUpdateException.



store
public boolean store(DomainObject domainObject)(Code)



synchronizePersistentState
public void synchronizePersistentState()(Code)
IMPORTANT! ************************************************************* Call this method after successeful COMMIT to sync original and current values: copy current values to original and set persistentState == ORIGINAL and discard Objects deleted from DB



toString
public String toString()(Code)



writeData
public boolean writeData()(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.