| java.lang.Object com.caucho.amber.cfg.AbstractConfigIntrospector com.caucho.amber.cfg.BaseConfigIntrospector com.caucho.amber.cfg.EntityIntrospector
isEntity | public boolean isEntity(JClass type)(Code) | | Returns true for entity type.
|
Methods inherited from com.caucho.amber.cfg.BaseConfigIntrospector | void addBasic(AbstractStatefulType sourceType, JAccessibleObject field, String fieldName, JClass fieldType, BasicConfig basicConfig) throws ConfigException(Code)(Java Doc) void addManyToMany(RelatedType sourceType, JAccessibleObject field, String fieldName, JClass fieldType) throws ConfigException(Code)(Java Doc) void addManyToOne(RelatedType sourceType, JAccessibleObject field, String fieldName, JClass fieldType) throws ConfigException(Code)(Java Doc) void addSequenceIdGenerator(AmberPersistenceUnit persistenceUnit, KeyPropertyField idField, JAnnotation genAnn) throws ConfigException(Code)(Java Doc) void addSqlResultSetMapping(String resultSetName, Object entities, Object columns) throws ConfigException(Code)(Java Doc) void addTableIdGenerator(AmberPersistenceUnit persistenceUnit, KeyPropertyField idField, JAnnotation idAnn) throws ConfigException(Code)(Java Doc) void addVersion(RelatedType sourceType, JAccessibleObject field, String fieldName, JClass fieldType, VersionConfig versionConfig) throws ConfigException(Code)(Java Doc) public void configure() throws ConfigException(Code)(Java Doc) public EntityConfig getEntityConfig(String className)(Code)(Java Doc) void getInternalAttributeOverrideConfig(JClass type, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalCallbackConfig(int callback, JClass type, JAccessibleObject method, String fieldName, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalDiscriminatorColumnConfig(JClass type, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalEmbeddableConfig(JClass type, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalEmbeddedIdConfig(JClass type, JAccessibleObject method, String fieldName, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalEntityConfig(JClass type, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalEntityListenersConfig(JClass type, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalExcludeDefaultListenersConfig(JClass type, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalExcludeSuperclassListenersConfig(JClass type, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalIdClassConfig(JClass type, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalIdConfig(JClass type, JAccessibleObject method, String fieldName, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalInheritanceConfig(JClass type, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalJoinColumnConfig(JClass type, JAccessibleObject field, String fieldName, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalJoinTableConfig(JClass type, JAccessibleObject field, String fieldName, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalManyToManyConfig(JClass type, JAccessibleObject field, String fieldName, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalManyToOneConfig(JClass type, JAccessibleObject field, String fieldName, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalMapKeyConfig(JClass type, JAccessibleObject field, String fieldName, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalMappedSuperclassConfig(JClass type, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalNamedNativeQueryConfig(JClass type, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalNamedQueryConfig(JClass type, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalOneToManyConfig(JClass type, JAccessibleObject field, String fieldName, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalOneToOneConfig(JClass type, JAccessibleObject field, String fieldName, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalPrimaryKeyJoinColumnConfig(JClass type, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalSecondaryTableConfig(JClass type, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalSqlResultSetMappingConfig(JClass type, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalTableConfig(JClass type, AnnotationConfig annotationCfg)(Code)(Java Doc) void getInternalVersionConfig(JClass type, JAccessibleObject method, String fieldName, AnnotationConfig annotationCfg)(Code)(Java Doc) public static JAnnotation getJoinColumn(JAnnotation joinColumns, String keyName)(Code)(Java Doc) public static JAnnotation getJoinColumn(Object[] columnsAnn, String keyName)(Code)(Java Doc) public MappedSuperclassConfig getMappedSuperclassConfig(String className)(Code)(Java Doc) OneToOneCompletion getSourceCompletion(RelatedType targetType, String mappedBy)(Code)(Java Doc) EntityManyToOneField getSourceField(RelatedType targetType, String mappedBy, RelatedType sourceType)(Code)(Java Doc) public void initMetaData(ArrayList<EntityMappingsConfig> entityMappingsList, AmberPersistenceUnit persistenceUnit) throws ConfigException(Code)(Java Doc) public void introspectCallbacks(JClass type, RelatedType entityType) throws ConfigException(Code)(Java Doc) public void introspectCallbacks(AbstractEnhancedType type, JMethod method) throws ConfigException(Code)(Java Doc) public void introspectDefaultListener(EntityListenerConfig listener, AmberPersistenceUnit persistenceUnit) throws ConfigException(Code)(Java Doc) public void introspectEntityListener(JClass type, AmberPersistenceUnit persistenceUnit, RelatedType sourceType, String sourceClassName) throws ConfigException(Code)(Java Doc) public void introspectEntityListeners(JClass type, RelatedType relatedType, AmberPersistenceUnit persistenceUnit) throws ConfigException(Code)(Java Doc) void introspectField(AmberPersistenceUnit persistenceUnit, AbstractStatefulType sourceType, JAccessibleObject field, String fieldName, JClass fieldType, AbstractEnhancedConfig typeConfig) throws ConfigException(Code)(Java Doc) void introspectFields(AmberPersistenceUnit persistenceUnit, AbstractStatefulType entityType, AbstractStatefulType parentType, JClass type, AbstractEnhancedConfig typeConfig, boolean isEmbeddable) throws ConfigException(Code)(Java Doc) void introspectIdField(AmberPersistenceUnit persistenceUnit, RelatedType entityType, RelatedType parentType, JClass type, JClass idClass, MappedSuperclassConfig config) throws ConfigException, SQLException(Code)(Java Doc) void introspectIdMethod(AmberPersistenceUnit persistenceUnit, RelatedType entityType, RelatedType parentType, JClass type, JClass idClass, MappedSuperclassConfig config) throws ConfigException, SQLException(Code)(Java Doc) void introspectInheritance(AmberPersistenceUnit persistenceUnit, RelatedType entityType, JClass type, JAnnotation inheritanceAnn, InheritanceConfig inheritanceConfig) throws ConfigException, SQLException(Code)(Java Doc) public void introspectListener(JClass type, ListenerType listenerType) throws ConfigException(Code)(Java Doc) void introspectMethods(AmberPersistenceUnit persistenceUnit, AbstractStatefulType entityType, AbstractStatefulType parentType, JClass type, AbstractEnhancedConfig typeConfig) throws ConfigException(Code)(Java Doc) void introspectNamedNativeQueries(JClass type, String typeName)(Code)(Java Doc) void introspectNamedQueries(JClass type, String typeName)(Code)(Java Doc) void introspectSqlResultSetMappings(JClass type, RelatedType relatedType, String typeName)(Code)(Java Doc) boolean isField(JClass type, AbstractEnhancedConfig typeConfig, boolean isEmbeddable) throws ConfigException(Code)(Java Doc) void linkInheritanceTable(Table primaryTable, Table secondaryTable, JAnnotation joinAnn, PrimaryKeyJoinColumnConfig pkJoinColumnCfg) throws ConfigException(Code)(Java Doc) void linkInheritanceTable(Table primaryTable, Table secondaryTable, JAnnotation[] joinColumnsAnn, PrimaryKeyJoinColumnConfig pkJoinColumnCfg) throws ConfigException(Code)(Java Doc) void linkSecondaryTable(Table primaryTable, Table secondaryTable, JAnnotation[] joinColumnsAnn) throws ConfigException(Code)(Java Doc) public void setEntityMappingsList(ArrayList<EntityMappingsConfig> entityMappingsList)(Code)(Java Doc) void validateJoinColumns(JAccessibleObject field, Object[] columnsAnn, HashMap<String, JoinColumnConfig> joinColumnMap, RelatedType targetType) throws ConfigException(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)
|
|
|