Java Doc for Entity.java in  » Database-ORM » jaxor-3.5 » net » sourceforge » jaxor » parser » 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 » jaxor 3.5 » net.sourceforge.jaxor.parser 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   net.sourceforge.jaxor.parser.Entity

Entity
public class Entity (Code)



Constructor Summary
public  Entity(String name)
    
public  Entity()
    

Method Summary
public  voidaddAggregate(Aggregate aggregate)
    
public  voidaddAttribute(Attribute attribute)
    
public  voidaddDeclarations(Declarations d)
    
public  voidaddEntityRef(EntityRef f)
    
public  voidaddField(Field f)
    
public  voidaddJavadoc(Javadoc doc)
    
public  voidaddListRef(ListRef ref)
    
public  voidaddMethod(JMethod m)
    
public  voidaddPrimaryKey(PrimaryKey key)
    
public  voidaddQuery(Query q)
    
public  AttributefindAttribute(String key)
    
public  ListgetAggregates()
    
public  AttributeListgetAttributeList()
    
public  ListgetAttributes()
    
public  ListgetAttributesAndPrimaryKeys()
    
public  ListgetDeclarations()
    
public  StringgetEntityQueryResultClass()
    
public  ListgetEntityRefs()
    
public  StringgetEntityResultSetClass()
    
public  StringgetEntityRowName()
    
public  StringgetExtends()
    
public  ListgetFields(EntityCollection coll, Jaxor j)
    
public  StringgetFinder()
    
public  StringgetFinderImpl()
    
public  StringgetFinderName()
    
public  ListgetForeignFields(EntityCollection coll, Jaxor jaxor)
    
public  StringgetGeneratedListName()
    
public  StringgetImpl()
    
public  StringgetImplName()
    
public  StringgetImplements()
    
public  StringgetInterfaceName()
    
public  StringgetIteratorName()
    
public  StringgetJavaName()
    
public  JavadocgetJavadoc()
    
public  StringgetListClass()
    
public  StringgetMetaName()
    
public  ListgetMethods()
    
public  PrimaryKeygetPrimaryKey()
    
public  ListgetQueries(Jaxor j)
    
public  StringgetReturnType()
    
public  StringgetRuntimeImpl()
    
public  StringgetSelectAllSql()
    
public  QuerygetSelectByPrimaryKey(Jaxor j)
    
public  StringgetTableName()
    
public  booleanhasPrimaryKey()
    
public  voidsetAlias(String alias)
    
public  voidsetExtends(String extendsOverride)
    
public  voidsetFinder(String finder)
    
public  voidsetImpl(String im)
    
public  voidsetImplements(String implementsOverride)
    
public  voidsetList(String l)
    
public  voidsetName(String name)
    
public  voidsetSelectAllSql(String s)
    


Constructor Detail
Entity
public Entity(String name)(Code)



Entity
public Entity()(Code)




Method Detail
addAggregate
public void addAggregate(Aggregate aggregate)(Code)



addAttribute
public void addAttribute(Attribute attribute)(Code)



addDeclarations
public void addDeclarations(Declarations d)(Code)



addEntityRef
public void addEntityRef(EntityRef f)(Code)



addField
public void addField(Field f)(Code)



addJavadoc
public void addJavadoc(Javadoc doc)(Code)



addListRef
public void addListRef(ListRef ref)(Code)



addMethod
public void addMethod(JMethod m)(Code)



addPrimaryKey
public void addPrimaryKey(PrimaryKey key)(Code)



addQuery
public void addQuery(Query q)(Code)



findAttribute
public Attribute findAttribute(String key)(Code)



getAggregates
public List getAggregates()(Code)



getAttributeList
public AttributeList getAttributeList()(Code)



getAttributes
public List getAttributes()(Code)



getAttributesAndPrimaryKeys
public List getAttributesAndPrimaryKeys()(Code)



getDeclarations
public List getDeclarations()(Code)



getEntityQueryResultClass
public String getEntityQueryResultClass()(Code)



getEntityRefs
public List getEntityRefs()(Code)



getEntityResultSetClass
public String getEntityResultSetClass()(Code)



getEntityRowName
public String getEntityRowName()(Code)



getExtends
public String getExtends()(Code)



getFields
public List getFields(EntityCollection coll, Jaxor j)(Code)



getFinder
public String getFinder()(Code)



getFinderImpl
public String getFinderImpl()(Code)



getFinderName
public String getFinderName()(Code)



getForeignFields
public List getForeignFields(EntityCollection coll, Jaxor jaxor)(Code)



getGeneratedListName
public String getGeneratedListName()(Code)



getImpl
public String getImpl()(Code)



getImplName
public String getImplName()(Code)



getImplements
public String getImplements()(Code)



getInterfaceName
public String getInterfaceName()(Code)



getIteratorName
public String getIteratorName()(Code)



getJavaName
public String getJavaName()(Code)



getJavadoc
public Javadoc getJavadoc()(Code)



getListClass
public String getListClass()(Code)



getMetaName
public String getMetaName()(Code)



getMethods
public List getMethods()(Code)



getPrimaryKey
public PrimaryKey getPrimaryKey()(Code)



getQueries
public List getQueries(Jaxor j)(Code)



getReturnType
public String getReturnType()(Code)



getRuntimeImpl
public String getRuntimeImpl()(Code)



getSelectAllSql
public String getSelectAllSql()(Code)



getSelectByPrimaryKey
public Query getSelectByPrimaryKey(Jaxor j)(Code)



getTableName
public String getTableName()(Code)



hasPrimaryKey
public boolean hasPrimaryKey()(Code)



setAlias
public void setAlias(String alias)(Code)



setExtends
public void setExtends(String extendsOverride)(Code)



setFinder
public void setFinder(String finder)(Code)



setImpl
public void setImpl(String im)(Code)



setImplements
public void setImplements(String implementsOverride)(Code)



setList
public void setList(String l)(Code)



setName
public void setName(String name)(Code)



setSelectAllSql
public void setSelectAllSql(String s)(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.