Java Doc for BaseConfigIntrospector.java in  » EJB-Server-resin-3.1.5 » resin » com » caucho » amber » cfg » 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 » EJB Server resin 3.1.5 » resin » com.caucho.amber.cfg 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.caucho.amber.cfg.AbstractConfigIntrospector
      com.caucho.amber.cfg.BaseConfigIntrospector

All known Subclasses:   com.caucho.amber.cfg.EmbeddableIntrospector,  com.caucho.amber.cfg.MappedSuperIntrospector,  com.caucho.amber.cfg.EntityIntrospector,
BaseConfigIntrospector
public class BaseConfigIntrospector extends AbstractConfigIntrospector (Code)
Base concrete introspector for orm.xml and annotations.

Inner Class :class Completion
Inner Class :class OneToManyCompletion extends Completion
Inner Class :class OneToOneCompletion extends Completion
Inner Class :class ManyToManyCompletion extends Completion
Inner Class :class ManyToOneCompletion extends Completion
Inner Class :class EmbeddedCompletion extends Completion
Inner Class :class SqlResultSetMappingCompletion extends Completion
Inner Class :class AttributeOverrideCompletion extends Completion

Field Summary
 ArrayList<Completion>_depCompletions
    
 HashMap<String, EmbeddableConfig>_embeddableConfigMap
    
 ArrayList<EntityMappingsConfig>_entityMappingsList
    
 ArrayList<Completion>_linkCompletions
    
 HashMap<RelatedType, ArrayList<OneToOneCompletion>>_oneToOneCompletions
    
 AmberPersistenceUnit_persistenceUnit
    

Constructor Summary
public  BaseConfigIntrospector()
     Creates the introspector.
public  BaseConfigIntrospector(AmberPersistenceUnit persistenceUnit)
     Creates the introspector.

Method Summary
 voidaddBasic(AbstractStatefulType sourceType, JAccessibleObject field, String fieldName, JClass fieldType, BasicConfig basicConfig)
    
 voidaddManyToMany(RelatedType sourceType, JAccessibleObject field, String fieldName, JClass fieldType)
    
 voidaddManyToOne(RelatedType sourceType, JAccessibleObject field, String fieldName, JClass fieldType)
    
 voidaddSequenceIdGenerator(AmberPersistenceUnit persistenceUnit, KeyPropertyField idField, JAnnotation genAnn)
    
 voidaddSqlResultSetMapping(String resultSetName, Object entities, Object columns)
     Completion callback for sql result set mappings.
 voidaddTableIdGenerator(AmberPersistenceUnit persistenceUnit, KeyPropertyField idField, JAnnotation idAnn)
    
 voidaddVersion(RelatedType sourceType, JAccessibleObject field, String fieldName, JClass fieldType, VersionConfig versionConfig)
    
public  voidconfigure()
     Completes all partial bean introspection.
public  EntityConfiggetEntityConfig(String className)
     Returns the entity config for a class name.
 voidgetInternalAttributeOverrideConfig(JClass type, AnnotationConfig annotationCfg)
    
 voidgetInternalCallbackConfig(int callback, JClass type, JAccessibleObject method, String fieldName, AnnotationConfig annotationCfg)
    
 voidgetInternalDiscriminatorColumnConfig(JClass type, AnnotationConfig annotationCfg)
    
 voidgetInternalEmbeddableConfig(JClass type, AnnotationConfig annotationCfg)
    
 voidgetInternalEmbeddedIdConfig(JClass type, JAccessibleObject method, String fieldName, AnnotationConfig annotationCfg)
    
 voidgetInternalEntityConfig(JClass type, AnnotationConfig annotationCfg)
    
 voidgetInternalEntityListenersConfig(JClass type, AnnotationConfig annotationCfg)
    
 voidgetInternalExcludeDefaultListenersConfig(JClass type, AnnotationConfig annotationCfg)
    
 voidgetInternalExcludeSuperclassListenersConfig(JClass type, AnnotationConfig annotationCfg)
    
 voidgetInternalIdClassConfig(JClass type, AnnotationConfig annotationCfg)
    
 voidgetInternalIdConfig(JClass type, JAccessibleObject method, String fieldName, AnnotationConfig annotationCfg)
    
 voidgetInternalInheritanceConfig(JClass type, AnnotationConfig annotationCfg)
    
 voidgetInternalJoinColumnConfig(JClass type, JAccessibleObject field, String fieldName, AnnotationConfig annotationCfg)
    
 voidgetInternalJoinTableConfig(JClass type, JAccessibleObject field, String fieldName, AnnotationConfig annotationCfg)
    
 voidgetInternalManyToManyConfig(JClass type, JAccessibleObject field, String fieldName, AnnotationConfig annotationCfg)
    
 voidgetInternalManyToOneConfig(JClass type, JAccessibleObject field, String fieldName, AnnotationConfig annotationCfg)
    
 voidgetInternalMapKeyConfig(JClass type, JAccessibleObject field, String fieldName, AnnotationConfig annotationCfg)
    
 voidgetInternalMappedSuperclassConfig(JClass type, AnnotationConfig annotationCfg)
    
 voidgetInternalNamedNativeQueryConfig(JClass type, AnnotationConfig annotationCfg)
    
 voidgetInternalNamedQueryConfig(JClass type, AnnotationConfig annotationCfg)
    
 voidgetInternalOneToManyConfig(JClass type, JAccessibleObject field, String fieldName, AnnotationConfig annotationCfg)
    
 voidgetInternalOneToOneConfig(JClass type, JAccessibleObject field, String fieldName, AnnotationConfig annotationCfg)
    
 voidgetInternalPrimaryKeyJoinColumnConfig(JClass type, AnnotationConfig annotationCfg)
    
 voidgetInternalSecondaryTableConfig(JClass type, AnnotationConfig annotationCfg)
    
 voidgetInternalSqlResultSetMappingConfig(JClass type, AnnotationConfig annotationCfg)
    
 voidgetInternalTableConfig(JClass type, AnnotationConfig annotationCfg)
    
 voidgetInternalVersionConfig(JClass type, JAccessibleObject method, String fieldName, AnnotationConfig annotationCfg)
    
public static  JAnnotationgetJoinColumn(JAnnotation joinColumns, String keyName)
    
public static  JAnnotationgetJoinColumn(Object[] columnsAnn, String keyName)
    
public  MappedSuperclassConfiggetMappedSuperclassConfig(String className)
     Returns the mapped superclass config for a class name.
 OneToOneCompletiongetSourceCompletion(RelatedType targetType, String mappedBy)
    
 EntityManyToOneFieldgetSourceField(RelatedType targetType, String mappedBy, RelatedType sourceType)
    
public  voidinitMetaData(ArrayList<EntityMappingsConfig> entityMappingsList, AmberPersistenceUnit persistenceUnit)
     Initializes the persistence unit meta data: default listeners and so on.
public  voidintrospectCallbacks(JClass type, RelatedType entityType)
     Introspects the callbacks.
public  voidintrospectCallbacks(AbstractEnhancedType type, JMethod method)
     Introspects the callbacks.
public  voidintrospectDefaultListener(EntityListenerConfig listener, AmberPersistenceUnit persistenceUnit)
    
public  voidintrospectEntityListener(JClass type, AmberPersistenceUnit persistenceUnit, RelatedType sourceType, String sourceClassName)
    
public  voidintrospectEntityListeners(JClass type, RelatedType relatedType, AmberPersistenceUnit persistenceUnit)
    
 voidintrospectField(AmberPersistenceUnit persistenceUnit, AbstractStatefulType sourceType, JAccessibleObject field, String fieldName, JClass fieldType, AbstractEnhancedConfig typeConfig)
    
 voidintrospectFields(AmberPersistenceUnit persistenceUnit, AbstractStatefulType entityType, AbstractStatefulType parentType, JClass type, AbstractEnhancedConfig typeConfig, boolean isEmbeddable)
     Introspects the fields.
 voidintrospectIdField(AmberPersistenceUnit persistenceUnit, RelatedType entityType, RelatedType parentType, JClass type, JClass idClass, MappedSuperclassConfig config)
     Introspects the fields.
 voidintrospectIdMethod(AmberPersistenceUnit persistenceUnit, RelatedType entityType, RelatedType parentType, JClass type, JClass idClass, MappedSuperclassConfig config)
     Introspects the fields.
 voidintrospectInheritance(AmberPersistenceUnit persistenceUnit, RelatedType entityType, JClass type, JAnnotation inheritanceAnn, InheritanceConfig inheritanceConfig)
    
public  voidintrospectListener(JClass type, ListenerType listenerType)
    
 voidintrospectMethods(AmberPersistenceUnit persistenceUnit, AbstractStatefulType entityType, AbstractStatefulType parentType, JClass type, AbstractEnhancedConfig typeConfig)
     Introspects the methods.
 voidintrospectNamedNativeQueries(JClass type, String typeName)
     Introspects named native queries.
 voidintrospectNamedQueries(JClass type, String typeName)
     Introspects named queries.
 voidintrospectSqlResultSetMappings(JClass type, RelatedType relatedType, String typeName)
     Introspects sql result set mappings.
 booleanisField(JClass type, AbstractEnhancedConfig typeConfig, boolean isEmbeddable)
    
 voidlinkInheritanceTable(Table primaryTable, Table secondaryTable, JAnnotation joinAnn, PrimaryKeyJoinColumnConfig pkJoinColumnCfg)
     Links a secondary table.
 voidlinkInheritanceTable(Table primaryTable, Table secondaryTable, JAnnotation[] joinColumnsAnn, PrimaryKeyJoinColumnConfig pkJoinColumnCfg)
     Links a secondary table.
 voidlinkSecondaryTable(Table primaryTable, Table secondaryTable, JAnnotation[] joinColumnsAnn)
     Links a secondary table.
public  voidsetEntityMappingsList(ArrayList<EntityMappingsConfig> entityMappingsList)
     Sets the entity mappings list.
 voidvalidateJoinColumns(JAccessibleObject field, Object[] columnsAnn, HashMap<String, JoinColumnConfig> joinColumnMap, RelatedType targetType)
    

Field Detail
_depCompletions
ArrayList<Completion> _depCompletions(Code)



_embeddableConfigMap
HashMap<String, EmbeddableConfig> _embeddableConfigMap(Code)



_entityMappingsList
ArrayList<EntityMappingsConfig> _entityMappingsList(Code)



_linkCompletions
ArrayList<Completion> _linkCompletions(Code)



_oneToOneCompletions
HashMap<RelatedType, ArrayList<OneToOneCompletion>> _oneToOneCompletions(Code)



_persistenceUnit
AmberPersistenceUnit _persistenceUnit(Code)




Constructor Detail
BaseConfigIntrospector
public BaseConfigIntrospector()(Code)
Creates the introspector.



BaseConfigIntrospector
public BaseConfigIntrospector(AmberPersistenceUnit persistenceUnit)(Code)
Creates the introspector.




Method Detail
addBasic
void addBasic(AbstractStatefulType sourceType, JAccessibleObject field, String fieldName, JClass fieldType, BasicConfig basicConfig) throws ConfigException(Code)



addManyToMany
void addManyToMany(RelatedType sourceType, JAccessibleObject field, String fieldName, JClass fieldType) throws ConfigException(Code)



addManyToOne
void addManyToOne(RelatedType sourceType, JAccessibleObject field, String fieldName, JClass fieldType) throws ConfigException(Code)



addSequenceIdGenerator
void addSequenceIdGenerator(AmberPersistenceUnit persistenceUnit, KeyPropertyField idField, JAnnotation genAnn) throws ConfigException(Code)



addSqlResultSetMapping
void addSqlResultSetMapping(String resultSetName, Object entities, Object columns) throws ConfigException(Code)
Completion callback for sql result set mappings.



addTableIdGenerator
void addTableIdGenerator(AmberPersistenceUnit persistenceUnit, KeyPropertyField idField, JAnnotation idAnn) throws ConfigException(Code)



addVersion
void addVersion(RelatedType sourceType, JAccessibleObject field, String fieldName, JClass fieldType, VersionConfig versionConfig) throws ConfigException(Code)



configure
public void configure() throws ConfigException(Code)
Completes all partial bean introspection.



getEntityConfig
public EntityConfig getEntityConfig(String className)(Code)
Returns the entity config for a class name.



getInternalAttributeOverrideConfig
void getInternalAttributeOverrideConfig(JClass type, AnnotationConfig annotationCfg)(Code)



getInternalCallbackConfig
void getInternalCallbackConfig(int callback, JClass type, JAccessibleObject method, String fieldName, AnnotationConfig annotationCfg)(Code)



getInternalDiscriminatorColumnConfig
void getInternalDiscriminatorColumnConfig(JClass type, AnnotationConfig annotationCfg)(Code)



getInternalEmbeddableConfig
void getInternalEmbeddableConfig(JClass type, AnnotationConfig annotationCfg)(Code)



getInternalEmbeddedIdConfig
void getInternalEmbeddedIdConfig(JClass type, JAccessibleObject method, String fieldName, AnnotationConfig annotationCfg)(Code)



getInternalEntityConfig
void getInternalEntityConfig(JClass type, AnnotationConfig annotationCfg)(Code)



getInternalEntityListenersConfig
void getInternalEntityListenersConfig(JClass type, AnnotationConfig annotationCfg)(Code)



getInternalExcludeDefaultListenersConfig
void getInternalExcludeDefaultListenersConfig(JClass type, AnnotationConfig annotationCfg)(Code)



getInternalExcludeSuperclassListenersConfig
void getInternalExcludeSuperclassListenersConfig(JClass type, AnnotationConfig annotationCfg)(Code)



getInternalIdClassConfig
void getInternalIdClassConfig(JClass type, AnnotationConfig annotationCfg)(Code)



getInternalIdConfig
void getInternalIdConfig(JClass type, JAccessibleObject method, String fieldName, AnnotationConfig annotationCfg)(Code)



getInternalInheritanceConfig
void getInternalInheritanceConfig(JClass type, AnnotationConfig annotationCfg)(Code)



getInternalJoinColumnConfig
void getInternalJoinColumnConfig(JClass type, JAccessibleObject field, String fieldName, AnnotationConfig annotationCfg)(Code)



getInternalJoinTableConfig
void getInternalJoinTableConfig(JClass type, JAccessibleObject field, String fieldName, AnnotationConfig annotationCfg)(Code)



getInternalManyToManyConfig
void getInternalManyToManyConfig(JClass type, JAccessibleObject field, String fieldName, AnnotationConfig annotationCfg)(Code)



getInternalManyToOneConfig
void getInternalManyToOneConfig(JClass type, JAccessibleObject field, String fieldName, AnnotationConfig annotationCfg)(Code)



getInternalMapKeyConfig
void getInternalMapKeyConfig(JClass type, JAccessibleObject field, String fieldName, AnnotationConfig annotationCfg)(Code)



getInternalMappedSuperclassConfig
void getInternalMappedSuperclassConfig(JClass type, AnnotationConfig annotationCfg)(Code)



getInternalNamedNativeQueryConfig
void getInternalNamedNativeQueryConfig(JClass type, AnnotationConfig annotationCfg)(Code)



getInternalNamedQueryConfig
void getInternalNamedQueryConfig(JClass type, AnnotationConfig annotationCfg)(Code)



getInternalOneToManyConfig
void getInternalOneToManyConfig(JClass type, JAccessibleObject field, String fieldName, AnnotationConfig annotationCfg)(Code)



getInternalOneToOneConfig
void getInternalOneToOneConfig(JClass type, JAccessibleObject field, String fieldName, AnnotationConfig annotationCfg)(Code)



getInternalPrimaryKeyJoinColumnConfig
void getInternalPrimaryKeyJoinColumnConfig(JClass type, AnnotationConfig annotationCfg)(Code)



getInternalSecondaryTableConfig
void getInternalSecondaryTableConfig(JClass type, AnnotationConfig annotationCfg)(Code)



getInternalSqlResultSetMappingConfig
void getInternalSqlResultSetMappingConfig(JClass type, AnnotationConfig annotationCfg)(Code)



getInternalTableConfig
void getInternalTableConfig(JClass type, AnnotationConfig annotationCfg)(Code)



getInternalVersionConfig
void getInternalVersionConfig(JClass type, JAccessibleObject method, String fieldName, AnnotationConfig annotationCfg)(Code)



getJoinColumn
public static JAnnotation getJoinColumn(JAnnotation joinColumns, String keyName)(Code)



getJoinColumn
public static JAnnotation getJoinColumn(Object[] columnsAnn, String keyName)(Code)



getMappedSuperclassConfig
public MappedSuperclassConfig getMappedSuperclassConfig(String className)(Code)
Returns the mapped superclass config for a class name.



getSourceCompletion
OneToOneCompletion getSourceCompletion(RelatedType targetType, String mappedBy)(Code)



getSourceField
EntityManyToOneField getSourceField(RelatedType targetType, String mappedBy, RelatedType sourceType)(Code)



initMetaData
public void initMetaData(ArrayList<EntityMappingsConfig> entityMappingsList, AmberPersistenceUnit persistenceUnit) throws ConfigException(Code)
Initializes the persistence unit meta data: default listeners and so on.



introspectCallbacks
public void introspectCallbacks(JClass type, RelatedType entityType) throws ConfigException(Code)
Introspects the callbacks.



introspectCallbacks
public void introspectCallbacks(AbstractEnhancedType type, JMethod method) throws ConfigException(Code)
Introspects the callbacks.



introspectDefaultListener
public void introspectDefaultListener(EntityListenerConfig listener, AmberPersistenceUnit persistenceUnit) throws ConfigException(Code)



introspectEntityListener
public void introspectEntityListener(JClass type, AmberPersistenceUnit persistenceUnit, RelatedType sourceType, String sourceClassName) throws ConfigException(Code)



introspectEntityListeners
public void introspectEntityListeners(JClass type, RelatedType relatedType, AmberPersistenceUnit persistenceUnit) throws ConfigException(Code)



introspectField
void introspectField(AmberPersistenceUnit persistenceUnit, AbstractStatefulType sourceType, JAccessibleObject field, String fieldName, JClass fieldType, AbstractEnhancedConfig typeConfig) throws ConfigException(Code)



introspectFields
void introspectFields(AmberPersistenceUnit persistenceUnit, AbstractStatefulType entityType, AbstractStatefulType parentType, JClass type, AbstractEnhancedConfig typeConfig, boolean isEmbeddable) throws ConfigException(Code)
Introspects the fields.



introspectIdField
void introspectIdField(AmberPersistenceUnit persistenceUnit, RelatedType entityType, RelatedType parentType, JClass type, JClass idClass, MappedSuperclassConfig config) throws ConfigException, SQLException(Code)
Introspects the fields.



introspectIdMethod
void introspectIdMethod(AmberPersistenceUnit persistenceUnit, RelatedType entityType, RelatedType parentType, JClass type, JClass idClass, MappedSuperclassConfig config) throws ConfigException, SQLException(Code)
Introspects the fields.



introspectInheritance
void introspectInheritance(AmberPersistenceUnit persistenceUnit, RelatedType entityType, JClass type, JAnnotation inheritanceAnn, InheritanceConfig inheritanceConfig) throws ConfigException, SQLException(Code)
Introspects the Inheritance



introspectListener
public void introspectListener(JClass type, ListenerType listenerType) throws ConfigException(Code)



introspectMethods
void introspectMethods(AmberPersistenceUnit persistenceUnit, AbstractStatefulType entityType, AbstractStatefulType parentType, JClass type, AbstractEnhancedConfig typeConfig) throws ConfigException(Code)
Introspects the methods.



introspectNamedNativeQueries
void introspectNamedNativeQueries(JClass type, String typeName)(Code)
Introspects named native queries.



introspectNamedQueries
void introspectNamedQueries(JClass type, String typeName)(Code)
Introspects named queries.



introspectSqlResultSetMappings
void introspectSqlResultSetMappings(JClass type, RelatedType relatedType, String typeName)(Code)
Introspects sql result set mappings.



isField
boolean isField(JClass type, AbstractEnhancedConfig typeConfig, boolean isEmbeddable) throws ConfigException(Code)
Check if it's field



linkInheritanceTable
void linkInheritanceTable(Table primaryTable, Table secondaryTable, JAnnotation joinAnn, PrimaryKeyJoinColumnConfig pkJoinColumnCfg) throws ConfigException(Code)
Links a secondary table.



linkInheritanceTable
void linkInheritanceTable(Table primaryTable, Table secondaryTable, JAnnotation[] joinColumnsAnn, PrimaryKeyJoinColumnConfig pkJoinColumnCfg) throws ConfigException(Code)
Links a secondary table.



linkSecondaryTable
void linkSecondaryTable(Table primaryTable, Table secondaryTable, JAnnotation[] joinColumnsAnn) throws ConfigException(Code)
Links a secondary table.



setEntityMappingsList
public void setEntityMappingsList(ArrayList<EntityMappingsConfig> entityMappingsList)(Code)
Sets the entity mappings list.



validateJoinColumns
void validateJoinColumns(JAccessibleObject field, Object[] columnsAnn, HashMap<String, JoinColumnConfig> joinColumnMap, RelatedType targetType) throws ConfigException(Code)



Fields inherited from com.caucho.amber.cfg.AbstractConfigIntrospector
AnnotationConfig _annotationCfg(Code)(Java Doc)
static HashSet<String> _basicAnnotations(Code)(Java Doc)
static HashSet<String> _basicTypes(Code)(Java Doc)
static HashSet<String> _embeddedAnnotations(Code)(Java Doc)
static HashSet<String> _embeddedIdAnnotations(Code)(Java Doc)
static HashSet<String> _idAnnotations(Code)(Java Doc)
static HashSet<String> _idTypes(Code)(Java Doc)
static HashSet<String> _manyToManyAnnotations(Code)(Java Doc)
static HashSet<String> _manyToManyTypes(Code)(Java Doc)
static HashSet<String> _manyToOneAnnotations(Code)(Java Doc)
static HashSet<String> _oneToManyAnnotations(Code)(Java Doc)
static HashSet<String> _oneToManyTypes(Code)(Java Doc)
static HashSet<String> _oneToOneAnnotations(Code)(Java Doc)
static HashSet<String> _propertyAnnotations(Code)(Java Doc)
static HashSet<String> _versionAnnotations(Code)(Java Doc)
static HashSet<String> _versionTypes(Code)(Java Doc)

Methods inherited from com.caucho.amber.cfg.AbstractConfigIntrospector
static ArrayList<ForeignColumn> calculateColumns(com.caucho.amber.table.Table mapTable, RelatedType type, Object[] joinColumnsAnn)(Code)(Java Doc)
static ArrayList<ForeignColumn> calculateColumns(JAccessibleObject field, com.caucho.amber.table.Table mapTable, String prefix, RelatedType type, Object[] joinColumnsAnn, HashMap<String, JoinColumnConfig> joinColumnsConfig) throws ConfigException(Code)(Java Doc)
static ArrayList<ForeignColumn> calculateColumns(com.caucho.amber.table.Table mapTable, RelatedType type)(Code)(Java Doc)
static ArrayList<ForeignColumn> calculateColumns(com.caucho.amber.table.Table mapTable, String prefix, RelatedType type)(Code)(Java Doc)
static boolean containsFieldOrCompletion(AbstractStatefulType type, String fieldName)(Code)(Java Doc)
static ConfigException error(JAccessibleObject field, String msg)(Code)(Java Doc)
JAnnotation isAnnotatedMethod(JMethod method) throws ConfigException(Code)(Java Doc)
protected static String loc(JMethod method)(Code)(Java Doc)
protected static String loc(Method method)(Code)(Java Doc)
protected static String loc(JField field)(Code)(Java Doc)
protected static String loc(Field field)(Code)(Java Doc)
static String toFieldName(String name)(Code)(Java Doc)
public static String toSqlName(String name)(Code)(Java Doc)
static void validateAnnotations(JAccessibleObject field, String fieldType, HashSet<String> validAnnotations) throws ConfigException(Code)(Java Doc)
void validateCallback(String callbackName, JMethod method, boolean isListener) throws ConfigException(Code)(Java Doc)
public void validateConstructor(JClass type) throws ConfigException(Code)(Java Doc)
public void validateNonGetter(JMethod method) throws ConfigException(Code)(Java Doc)
public void validateType(JClass type, boolean isEntity) throws ConfigException(Code)(Java Doc)

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.