A B C D E F G H I M O P S T U V W 

A

addConstructors(ObjectModelClass, boolean) - Method in class org.nuiton.topia.templates.ApplicationContextTransformer
 
addContextableMethods(ObjectModelClass, ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityTransformer
Ajout les methodes necessaire à l'interface TopiaEntityContextable si le tagValue TopiaTagValues.TAG_CONTEXTABLE est renseigné.
addContructor(ObjectModelClass, boolean) - Method in class org.nuiton.topia.templates.PersistenceContextTransformer
 
addInterface(List<String>, ObjectModelClassifier, ObjectModelClassifier) - Method in class org.nuiton.topia.templates.EntityTransformer
 
addInterface(List<String>, ObjectModelClassifier, Class<?>) - Method in class org.nuiton.topia.templates.EntityTransformer
 
addMultipleAddAllOperation(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.EntityTransformer
 
addMultipleAddAtIndexOperation(ObjectModelAttribute, String) - Method in class org.nuiton.topia.templates.EntityTransformer
 
addMultipleAddOperation(ObjectModelAttribute, String) - Method in class org.nuiton.topia.templates.EntityTransformer
 
addMultipleClearOperation(ObjectModelAttribute, String, String) - Method in class org.nuiton.topia.templates.EntityTransformer
 
addMultipleContainsOperation(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.EntityTransformer
 
addMultipleGetByIndexOperation(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.EntityTransformer
 
addMultipleGetByTopiaIdOperation(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.EntityTransformer
 
addMultipleGetOperation(ObjectModelAttribute, String) - Method in class org.nuiton.topia.templates.EntityTransformer
 
addMultipleGetOperationFromEntity(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.EntityTransformer
 
addMultipleGetTopiaIdsOperation(ObjectModelAttribute, String, String) - Method in class org.nuiton.topia.templates.EntityTransformer
 
addMultipleIsEmptyOperations(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.EntityTransformer
 
addMultipleRemoveAtIndexOperation(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.EntityTransformer
 
addMultipleRemoveOperation(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.EntityTransformer
 
addMultipleSetOperation(ObjectModelAttribute, String, String) - Method in class org.nuiton.topia.templates.EntityTransformer
 
addMultipleSizeOperation(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.EntityTransformer
 
addSingleGetOperation(ObjectModelAttribute, String, String) - Method in class org.nuiton.topia.templates.EntityTransformer
Add getter for simple property (neither association nor multiple).
addSingleSetOperation(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.EntityTransformer
 
allEntitiesFqn - Variable in class org.nuiton.topia.templates.EntityDaoTransformer
All entities fqn of the model (used to detect if an attribute is not an entity).
ApplicationContextTransformer - Class in org.nuiton.topia.templates
To generate PersistenceHelper
ApplicationContextTransformer() - Constructor for class org.nuiton.topia.templates.ApplicationContextTransformer
 

B

BinderHelperTransformer - Class in org.nuiton.topia.templates
A template to generate a helper for TopiaEntityBinder.
BinderHelperTransformer() - Constructor for class org.nuiton.topia.templates.BinderHelperTransformer
 

C

clean() - Method in class org.nuiton.topia.templates.EntityTransformer
 
cleanImports(String, Set<String>) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Clean a set of fqns, transform it into a List and sort it.
cleanImports(String, Set<String>) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
Clean a set of fqns, transform it into a List and sort it.
closeAcceptInternalOperation() - Method in class org.nuiton.topia.templates.EntityTransformer
 
createAcceptInternalOperation(ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityTransformer
 
createAcceptOperation() - Method in class org.nuiton.topia.templates.EntityTransformer
 
createEntityAbstractClass(ObjectModelPackage, ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityTransformer
 
createEntityEnum(ObjectModelEnumeration, String, boolean, List<ObjectModelClass>) - Method in class org.nuiton.topia.templates.EntityEnumTransformer
 
createEntityInterface(ObjectModelPackage, ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityTransformer
 
createImplOperation(ObjectModelOperation) - Method in class org.nuiton.topia.templates.EntityTransformer
 
createPropertySetterSignature(ObjectModelClassifier, String, String, String) - Method in class org.nuiton.topia.templates.EntityTransformer
TODO-fdesbois-2010-06-25 : This method can be put in JavaBuilder or ObjectModelTransformerToJava This method create an set operation in classifier with propertyType as return type and propertyName used for operation name ('set[propertyName]').

D

DEFAULT_INHERITANCE_STRATEGY - Static variable in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Stratégie d'heritage par defaut.
DEFAULT_INHERITANCE_STRATEGY - Variable in class org.nuiton.topia.templates.TopiaTemplateHelper
Stratégie d'heritage par defaut.
DEFAULT_PACKAGE - Static variable in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Le package par défaut si aucun n'est spécifié
DEFAULT_PACKAGE - Variable in class org.nuiton.topia.templates.TopiaTemplateHelper
Le package par défaut si aucun n'est spécifié
DEPENDENCIES_DAO - Static variable in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
dependency to add extra operations for entity dao.

E

EntityDaoTransformer - Class in org.nuiton.topia.templates
To generate all DAO related classes for a given entity.
EntityDaoTransformer() - Constructor for class org.nuiton.topia.templates.EntityDaoTransformer
 
entityEnumName - Variable in class org.nuiton.topia.templates.EntityDaoTransformer
 
entityEnumPackage - Variable in class org.nuiton.topia.templates.EntityDaoTransformer
 
EntityEnumTransformer - Class in org.nuiton.topia.templates
Will generate XyzEntityEnum (where Xyz = Model name)
EntityEnumTransformer() - Constructor for class org.nuiton.topia.templates.EntityEnumTransformer
 
EntityHibernateMappingGenerator - Class in org.nuiton.topia.templates
 
EntityHibernateMappingGenerator() - Constructor for class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
EntityTransformer - Class in org.nuiton.topia.templates
A template to generate all the TopiaEntity api for all classifier with a entity stereotype.
EntityTransformer() - Constructor for class org.nuiton.topia.templates.EntityTransformer
 

F

FORBIDDEN_ATTRIBUTE_NAMES - Static variable in class org.nuiton.topia.templates.TopiaMetaTransformer
 
FORBIDDEN_CLASS_NAMES - Static variable in class org.nuiton.topia.templates.TopiaMetaTransformer
 

G

generateAbstract(String, String) - Method in class org.nuiton.topia.templates.ApplicationContextTransformer
 
generateAbstract - Variable in class org.nuiton.topia.templates.EntityTransformer
 
generateAbstract(String, String, String) - Method in class org.nuiton.topia.templates.PersistenceContextTransformer
 
generateAbstractDao(ObjectModelClass, String, String) - Method in class org.nuiton.topia.templates.EntityDaoTransformer
 
generateAggregateOperation(ObjectModelClass, ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityDaoTransformer
 
generateAttributes(Writer, ObjectModelPackage, ObjectModelClass, List<ObjectModelAttribute>, String) - Method in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
generateBinder(String, ObjectModelClass, ObjectModelClass, StringBuilder) - Method in class org.nuiton.topia.templates.BinderHelperTransformer
 
generateBooleanGetMethods - Variable in class org.nuiton.topia.templates.EntityTransformer
 
generateCompositeOperation(ObjectModelClass, ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityDaoTransformer
 
generateConcreteDao(ObjectModelClass, String, String) - Method in class org.nuiton.topia.templates.EntityDaoTransformer
 
generateDaoSupplier(String, String) - Method in class org.nuiton.topia.templates.PersistenceContextTransformer
 
generateDatabaseObjects(Writer, ObjectModelClass, List<ObjectModelAttribute>) - Method in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
generateDelete(ObjectModelClass, ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityDaoTransformer
 
generateEntityEnum(String, String, boolean) - Method in class org.nuiton.topia.templates.EntityEnumTransformer
 
generateExtraConstants(ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityTransformer
Generate extra constants if input has dependencies on enum used as constant injector.
generateExtraOperations(ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityTransformer
 
generateFindUsages(ObjectModelClass, ObjectModelClass, Set<ObjectModelClass>) - Method in class org.nuiton.topia.templates.EntityDaoTransformer
 
generateFromClass(Writer, ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
generateGeneratedDao(ObjectModelClass, String, String) - Method in class org.nuiton.topia.templates.EntityDaoTransformer
 
generateHibernateMany(Writer, ObjectModelPackage, ObjectModelClass, ObjectModelAttribute, String) - Method in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
generateHibernateManyToMany(Writer, ObjectModelPackage, ObjectModelClass, ObjectModelAttribute, String) - Method in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
generateHibernateManyToOne(Writer, ObjectModelPackage, ObjectModelClass, ObjectModelAttribute, String) - Method in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
generateHibernateManyToOne(Writer, ObjectModelPackage, ObjectModelClass, ObjectModelAttribute, boolean, String) - Method in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
generateHibernateOneToMany(Writer, ObjectModelPackage, ObjectModelClass, ObjectModelAttribute, String) - Method in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
generateHibernateOneToOne(Writer, ObjectModelPackage, ObjectModelClass, ObjectModelAttribute, String) - Method in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
generateHibernateProperty(Writer, ObjectModelPackage, ObjectModelClass, ObjectModelAttribute, String) - Method in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
generateImpl(String, String, String) - Method in class org.nuiton.topia.templates.ApplicationContextTransformer
 
generateImpl - Variable in class org.nuiton.topia.templates.EntityTransformer
 
generateImpl(ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityTransformer
 
generateImpl(String, String, String) - Method in class org.nuiton.topia.templates.PersistenceContextTransformer
 
generateInterface - Variable in class org.nuiton.topia.templates.EntityTransformer
 
generateNMultiplicity(String, ObjectModelClass, ObjectModelAttribute) - Method in class org.nuiton.topia.templates.EntityDaoTransformer
 
generateNoNMultiplicity(String, ObjectModelClass, ObjectModelAttribute, boolean) - Method in class org.nuiton.topia.templates.EntityDaoTransformer
 
generateNotNull(ObjectModelClass, ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityDaoTransformer
 
generateParentDao() - Method in class org.nuiton.topia.templates.EntityDaoTransformer
 
generateProperties(Collection<ObjectModelAttribute>) - Method in class org.nuiton.topia.templates.EntityTransformer
Generate properties from attributes.
generatePropertyAttribute(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.EntityTransformer
 
generatePropertyConstant(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.EntityTransformer
Generate constant in interface for attribute.
generatePropertyOperations(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.EntityTransformer
Generation operations for attributes.
generateSerialVersionUID(ObjectModelClass, ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityTransformer
 
generateToStringOperation(ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityTransformer
 
getAbstractDaoFqn(ObjectModelClass) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getAbstractDaoFqn(ObjectModelClass) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getAbstractDaoName(ObjectModelClass) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getAbstractDaoName(ObjectModelClass) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getAccessTagValue(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtain the value of the TopiaTagValues.TAG_ACCESS tag value on the given attribute.
getAnnotationTagValue(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtain the value of the TopiaTagValues.TAG_ANNOTATION tag value on the given attribute.
getApplicationContextAbstractName(ObjectModel) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getApplicationContextAbstractName(ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getApplicationContextConcreteName(ObjectModel) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getApplicationContextConcreteName(ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getApplicationContextInterfaceName(ObjectModel) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getApplicationContextInterfaceName(ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getApplicationContextPackage(ObjectModelTransformerToJava, ObjectModel) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getApplicationContextPackage(ObjectModelTransformerToJava, ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getApplicationContextSuperClassTagValue(ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtains the value of the TopiaTagValues.TAG_APPLICATION_CONTEXT_SUPER_CLASS tag value on the model.
getClassesByStereotype(String, ObjectModel, boolean) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Obtain the list of classes for a given stereotype with the possibility to sort the result.
getClassForPrimitiveType(ObjectModelAttribute) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getClassForPrimitiveType(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getCollectionType(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.EntityTransformer
 
getConcreteDaoFqn(ObjectModelClass) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getConcreteDaoFqn(ObjectModelClass) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getConcreteDaoName(ObjectModelClass) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getConcreteDaoName(ObjectModelClass) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getContextableTagValue(ObjectModelClassifier, ObjectModelPackage, ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtain the value of the TopiaTagValues.TAG_CONTEXTABLE tag value on the given classifier or model.
getContractDaoName(ObjectModelClass) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getContractDaoName(ObjectModelClass) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getDAOImplementation(ObjectModel) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
getDaoImplementationTagValue(ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtains the value of the TopiaTagValues.TAG_DAO_IMPLEMENTATION tag value on the given model.
getDaoPackage(ObjectModelTransformerToJava, ObjectModel) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getDaoPackage(ObjectModelTransformerToJava, ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getDaoSuperClassTagValue(ObjectModelClassifier, ObjectModelPackage, ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtains the value of the TopiaTagValues.TAG_DAO_SUPER_CLASS tag value on the given classifier or on the model.
getDaoSupplierInterfaceName(ObjectModel) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getDaoSupplierInterfaceName(ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getDaoSupplierName(ObjectModel) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getDaoSupplierName(ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getDbName(ObjectModelElement) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Renvoie le nom BD de l'élement passé en paramètre.
getDbName(ObjectModelElement) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
Renvoie le nom BD de l'élement passé en paramètre.
getDbNameTagValue(ObjectModelElement) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtain the value of the TopiaTagValues.TAG_DB_NAME tag value on the given element.
getDbSchemaNameTagValue(ObjectModelClassifier, ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtain the value of the TopiaTagValues.TAG_SCHEMA_NAME tag value on the given classifier.
getDefaultPackage(AbstractGenerator<?>) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Renvoie le package par défaut pour le générateur donné
getDefaultPackage(AbstractGenerator<?>) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
Renvoie le package par défaut pour le générateur donné
getDOType(ObjectModelElement, ObjectModel) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getDOType(String, ObjectModel) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getDOType(ObjectModelElement, ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getDOType(String, ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getElementsWithStereotype(Collection<Type>, String...) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
since 3.0, not used anywhere in ToPIA
getEntityAbstractName(ObjectModelClass) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getEntityAbstractName(ObjectModelClass) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getEntityClasses(ObjectModel, boolean) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Obtain the list of entities classes with the possibility to sort the result.
getEntityClasses(ObjectModel, boolean) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
Obtain the list of entities classes with the possibility to sort the result.
getEntityConcreteName(ObjectModelClass) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getEntityConcreteName(ObjectModelClass) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getEntityEnumName(ObjectModel) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getEntityEnumName(ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getEntityPackage(ObjectModelTransformerToJava, ObjectModel, ObjectModelClassifier) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getEntityPackage(ObjectModelTransformerToJava, ObjectModel, ObjectModelClassifier) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getEntitySuperClassTagValue(ObjectModelClassifier, ObjectModelPackage, ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtains the value of the TopiaTagValues.TAG_ENTITY_SUPER_CLASS tag value on the given classifier or on the model.
getFetchTagValue(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtain the value of the TopiaTagValues.TAG_FETCH tag value on the given attribute.
getFilenameForClass(ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
getGeneratedDaoFqn(ObjectModelClass) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getGeneratedDaoFqn(ObjectModelClass) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getGeneratedDaoName(ObjectModelClass) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getGeneratedDaoName(ObjectModelClass) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getGenerateOperatorForDAOHelperTagValue(ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTagValues
Cherche si le tagvalue TopiaTagValues.TAG_GENERATE_OPERATOR_FOR_DAO_HELPER a été activé dans le model.
getHibernateAttributeType(ObjectModelAttribute, ObjectModelClassifier, ObjectModelPackage, ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtain the value of the TopiaTagValues.TAG_HIBERNATE_ATTRIBUTE_TYPE tag value on the given attribute, classifier or model.
getImports(ObjectModelClass, String...) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Obtain the list of fqn of object involed in the given class.
getImports(ObjectModelClass, Set<String>) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Obtain the list of fqn of object involed in the given class.
getImports(ObjectModelInterface, Set<String>) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Obtain the list of fqn of object involed in the given interface.
getImports(ObjectModelOperation, Set<String>) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Obtain the fqn's list of all involed type in a givne operation.
getImports(ObjectModelInterface, String...) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
since 3.0, not used anywhere in ToPIA
getImports(ObjectModelClass, String...) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
Obtain the list of fqn of object involed in the given class.
getImports(ObjectModelClass, Set<String>) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
Obtain the list of fqn of object involed in the given class.
getImports(ObjectModelInterface, Set<String>) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
Obtain the list of fqn of object involed in the given interface.
getImports(ObjectModelOperation, Set<String>) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
Obtain the fqn's list of all involed type in a givne operation.
getIndexForeignKeysTagValue(ObjectModelAttribute, ObjectModelPackage, ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtains the value of the tag value TopiaTagValues.TAG_INDEX_FOREIGN_KEYS on the model or on the given attribute.
getInheritanceStrategy(ObjectModelClassifier) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Obtain the value of the TopiaTagValues.TAG_INHERITANCE_STRATEGY tag value on the given classifier.
getInheritanceStrategy(ObjectModelClassifier) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
Obtain the value of the TopiaTagValues.TAG_INHERITANCE_STRATEGY tag value on the given classifier.
getInheritanceStrategyTagValue(ObjectModelClassifier, ObjectModelPackage) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtain the value of the TopiaTagValues.TAG_INHERITANCE_STRATEGY tag value on the given classifier.
getInverseTagValue(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtain the value of the TopiaTagValues.TAG_INVERSE tag value on the given attribute.
getLazyTagValue(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtain the value of the TopiaTagValues.TAG_LAZY tag value on the given attribute.
getLegacyDaoName(ObjectModelClass) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
getLegacyDaoName(ObjectModelClass) - Static method in class org.nuiton.topia.templates.TopiaTemplateHelper
Deprecated.
only used for warn to help migration to 3.0, should be deleted
getLengthTagValue(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtain the value of the TopiaTagValues.TAG_LENGTH tag value on the given attribute.
getManyToManyTableName(ObjectModelAttribute) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Renvoie le nom unique de table pour une relation ManyToMany en fonction de l'attribut attr

Plusieurs cas de figure:

getManyToManyTableName(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
Renvoie le nom unique de table pour une relation ManyToMany en fonction de l'attribut attr

Plusieurs cas de figure:

getManytoManyTableNameTagValue(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtain the value of the TopiaTagValues.TAG_MANY_TO_MANY_TABLE_NAME tag value on the given attribute.
getName(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
getName(ObjectModelAttribute, boolean) - Method in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
getNaturalIdAttributes(ObjectModelClass) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Cherche et renvoie la liste des attributs constituant la clef metier d'une classe.
getNaturalIdAttributes(ObjectModelClass) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
Cherche et renvoie la liste des attributs constituant la clef metier d'une classe.
getNaturalIdMutableTagValue(ObjectModelClassifier) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtain the value of the TopiaTagValues.TAG_NATURAL_ID_MUTABLE tag value on the given classifier.
getNaturalIdTagValue(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtain the value of the TopiaTagValues.TAG_NATURAL_ID tag value on the given attribute.
getNMultiplicityHibernateType(ObjectModelAttribute) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Renvoie le type d'interface à utiliser en fonction de l'attribut
getNMultiplicityHibernateType(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
Renvoie le type d'interface à utiliser en fonction de l'attribut
getNotGenerateToStringTagValue(ObjectModelClassifier, ObjectModelPackage, ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtain the value of the TopiaTagValues.TAG_NOT_GENERATE_TO_STRING tag value on the given class.
getNotNullAttributes(ObjectModelClass) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Cherche et renvoie la liste des attributs qui ne doivent pas etre null dans une classe.
getNotNullAttributes(ObjectModelClass) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
Cherche et renvoie la liste des attributs qui ne doivent pas etre null dans une classe.
getNotNullTagValue(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtain the value of the TopiaTagValues.TAG_NOT_NULL tag value on the given attribute.
getOrderByTagValue(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtain the value of the TopiaTagValues.TAG_ORDER_BY tag value on the given attribute.
getParentDaoFqn(ObjectModelTransformerToJava, ObjectModel) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getParentDaoFqn(ObjectModelTransformerToJava, ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getParentDaoName(ObjectModel) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getParentDaoName(ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getPersistenceContextAbstractName(ObjectModel) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getPersistenceContextAbstractName(ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getPersistenceContextConcreteName(ObjectModel) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getPersistenceContextConcreteName(ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getPersistenceContextInterfaceName(ObjectModel) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getPersistenceContextInterfaceName(ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getPersistenceContextPackage(ObjectModelTransformerToJava, ObjectModel) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
getPersistenceContextPackage(ObjectModelTransformerToJava, ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getPersistenceContextSuperClassTagValue(ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtains the value of the TopiaTagValues.TAG_PERSISTENCE_CONTEXT_SUPER_CLASS tag value on the model.
getPersistenceType(ObjectModelClassifier) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Renvoie le type de persistence pour le classifier donné.
getPersistenceType(ObjectModelClassifier) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
Renvoie le type de persistence pour le classifier donné.
getPersistenceTypeTagValue(ObjectModelClassifier) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtain the value of the TopiaTagValues.TAG_PERSISTENCE_TYPE tag value on the given classifier.
getPrimaryKeyAttributesListDeclaration(ObjectModelClass, boolean) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
since 3.0, not used anywhere in ToPIA
getPropertyName(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.EntityTransformer
 
getPropertyType(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.EntityTransformer
 
getProxyInterfaceTagValue(ObjectModelClassifier, ObjectModelPackage, ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtain the value of the TopiaTagValues.TAG_PROXY_INTERFACE tag value on the given classifier.
getReverseDbName(ObjectModelAttribute) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Obtain the reverse db name of an attribute.
getReverseDbName(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
Obtain the reverse db name of an attribute.
getSortAttributeTagValue(ObjectModelClassifier, ObjectModelPackage, ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtain the value of the TopiaTagValues.TAG_SORT_ATTRIBUTE tag value on the given classifier.
getSqlTypeTagValue(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaTagValues
Obtain the value of the TopiaTagValues.TAG_SQL_TYPE tag value on the given attribute.
getTagValueDefinitionProvider(Class<T>) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getTopiaTagValues() - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
getType(ObjectModelPackage, ObjectModelClass, ObjectModelAttribute) - Method in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
getType(ObjectModelPackage, ObjectModelClass, ObjectModelAttribute, boolean) - Method in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
getTypeTagValue(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaTagValues
getValidators(ObjectModel) - Method in class org.nuiton.topia.templates.TopiaMetaTransformer
 

H

hasEntityStereotype(ObjectModelClassifier, ObjectModelPackage) - Static method in class org.nuiton.topia.templates.TopiaStereoTypes
Check if the given classifier has the TopiaStereoTypes.STEREOTYPE_ENTITY stereotype.
hasNothingOrAbstractMethods(ObjectModelClass) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
since 3.0, used nowhere in ToPIA
hasPrimaryKeyStereotype(ObjectModelAttribute) - Static method in class org.nuiton.topia.templates.TopiaStereoTypes
Deprecated.
since 3.0, not used in ToPIA
hasStereotypes(ObjectModelElement, String...) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
since 3.0, not used anywhere in ToPIA
hasUnidirectionalRelationOnAbstractType(ObjectModelAttribute, ObjectModel) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Cette méthode permet de détecter si - l'attribut représente une relation 1-n - cette relation est unidirectionnelle - le type de l'attribut représente un entité - cette entité a des sous-classes dans le modèle

Ce cas correspond à une incompatibilité d'Hibernate qui nous oblige a adopter un comportement particulier.

hasUnidirectionalRelationOnAbstractType(ObjectModelAttribute, ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
Cette méthode permet de détecter si - l'attribut représente une relation 1-n - cette relation est unidirectionnelle - le type de l'attribut représente un entité - cette entité a des sous-classes dans le modèle

Ce cas correspond à une incompatibilité d'Hibernate qui nous oblige a adopter un comportement particulier.

hasUseEnumerationNameTagValue(ObjectModelAttribute, ObjectModelClassifier, ObjectModelPackage, ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTagValues
 
HIBERNATE_ATTRIBUTE_CASCADE - Static variable in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
HIBERNATE_ATTRIBUTE_DISCRIMINATOR_VALUE - Static variable in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
HIBERNATE_ATTRIBUTE_FETCH - Static variable in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
HIBERNATE_ATTRIBUTE_INDEX - Static variable in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
HIBERNATE_ATTRIBUTE_INVERSE - Static variable in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
HIBERNATE_ATTRIBUTE_LAZY - Static variable in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
HIBERNATE_ATTRIBUTE_LENGTH - Static variable in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
HIBERNATE_ATTRIBUTE_NOT_NULL - Static variable in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
HIBERNATE_ATTRIBUTE_ORDER_BY - Static variable in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
HIBERNATE_ATTRIBUTE_PROXY - Static variable in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
HIBERNATE_ATTRIBUTE_SCHEMA - Static variable in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
HIBERNATE_ATTRIBUTE_TABLE - Static variable in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
HIBERNATE_ATTRIBUTE_TYPE_DEFAULT_VALUES - Static variable in class org.nuiton.topia.templates.TopiaTagValues
 
HIBERNATE_ATTRIBUTE_UNIQUE - Static variable in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 

I

INSTANCE - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Static singleton instance used to read defaultValue
isAbstract(ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityTransformer
 
isAbstract(ObjectModelClassifier) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
Check if the given classifier is an abstract class
isAssociationClassDoublon(ObjectModelAttribute) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
since 3.0, not used anywhere in ToPIA
isAttributeNotNull(ObjectModelAttribute) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Detecte si un attribut est marqué comme non null.
isAttributeNotNull(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
Detecte si un attribut est marqué comme non null.
isBooleanType(ObjectModelAttribute) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
isBooleanType(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
isCollectionNeeded(Collection<ObjectModelOperation>) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
isCollectionNeeded(Collection<ObjectModelOperation>) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
isDateType(ObjectModelAttribute) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
isDateType(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
isEntity(ObjectModelAttribute, ObjectModel) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Check if the given attribute type is an entity.
isEntity(ObjectModelClassifier) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Check if the given classifier has the TopiaStereoTypes.STEREOTYPE_ENTITY and is not an enumeration
isEntity(ObjectModelAttribute, ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
Check if the given attribute type is an entity.
isEntity(ObjectModelClassifier) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
Check if the given classifier has the TopiaStereoTypes.STEREOTYPE_ENTITY and is not an enumeration
isGenerateAbstract(ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityTransformer
 
isGenerateAbstractDao(ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityDaoTransformer
 
isGenerateConcreteDao(ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityDaoTransformer
 
isGenerateGeneratedDao(ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityDaoTransformer
 
isGenerateImpl(ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityTransformer
 
isGenerateInterface(ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityTransformer
 
isGeneratePropertyChangeSupport(ObjectModelAttribute, ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTagValues
 
isGeneratePropertyChangeSupport(ObjectModelClass, ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTagValues
 
isImportNeeded(Collection<ObjectModelOperation>, String) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
isImportNeeded(Collection<ObjectModelOperation>, String) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
isJavaIdentifier(String) - Static method in class org.nuiton.topia.templates.TopiaJavaValidator
Returns true if s is a legal Java identifier.
isNumericType(ObjectModelAttribute) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
isNumericType(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
isPrimitiveType(ObjectModelAttribute) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
isPrimitiveType(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
isSetNeeded(Collection<ObjectModelOperation>) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
isSetNeeded(Collection<ObjectModelOperation>) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
isTextType(ObjectModelAttribute) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
isTextType(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 

M

model - Variable in class org.nuiton.topia.templates.TopiaTemplateHelper
 

O

OBJECT_MODEL_CLASS_COMPARATOR - Static variable in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
OBJECT_MODEL_CLASS_COMPARATOR - Variable in class org.nuiton.topia.templates.TopiaTemplateHelper
 
org.nuiton.topia.templates - package org.nuiton.topia.templates
TODO-FD20100507 : Need update this javadoc for ToPIA 2.4 Les Générateurs TopiaMetaGenerator TopiaMetaGenerator permet d'enchainer les différents générateurs.
outputAbstract - Variable in class org.nuiton.topia.templates.EntityTransformer
 
outputImpl - Variable in class org.nuiton.topia.templates.EntityTransformer
 
outputInterface - Variable in class org.nuiton.topia.templates.EntityTransformer
 

P

PERSISTENCE_TYPE_DEFAULT - Static variable in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Type de persistence par défaut (si aucun précisé)
PERSISTENCE_TYPE_DEFAULT - Variable in class org.nuiton.topia.templates.TopiaTemplateHelper
Type de persistence par défaut (si aucun précisé)
PERSISTENCE_TYPE_HIBERNATE - Static variable in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Type de persistence Hibernate
PERSISTENCE_TYPE_HIBERNATE - Variable in class org.nuiton.topia.templates.TopiaTemplateHelper
Type de persistence Hibernate
PERSISTENCE_TYPE_LDAP - Static variable in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
since 3.0, use nowhere in ToPIA.
PersistenceContextTransformer - Class in org.nuiton.topia.templates
To generate PersistenceHelper
PersistenceContextTransformer() - Constructor for class org.nuiton.topia.templates.PersistenceContextTransformer
 
PROPERTY_DEFAULT_PACKAGE - Static variable in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Propriété des générateurs indiquant le package par défaut
PROPERTY_DEFAULT_PACKAGE - Variable in class org.nuiton.topia.templates.TopiaTemplateHelper
Propriété des générateurs indiquant le package par défaut

S

searchDirectUsages(ObjectModel) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
searchDirectUsages(ObjectModelClass, Map<String, ObjectModelClass>, Map<ObjectModelClass, Set<ObjectModelClass>>) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
searchDirectUsages(ObjectModel) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
searchDirectUsages(ObjectModelClass, Map<String, ObjectModelClass>, Map<ObjectModelClass, Set<ObjectModelClass>>) - Method in class org.nuiton.topia.templates.TopiaTemplateHelper
 
shouldBeAbstract(ObjectModelClass) - Static method in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
since 3.0, used nowhere in ToPIA
STEREOTYPE_ENTITY - Static variable in class org.nuiton.topia.templates.TopiaStereoTypes
Stéréotype pour les objets devant être générées sous forme d'entités
STEREOTYPE_PRIMARY_KEY - Static variable in class org.nuiton.topia.templates.TopiaStereoTypes
Deprecated.
since 3.0, use nowhere in ToPIA

T

TAG_ACCESS - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag pour specfier le type d'acces a un champ.
TAG_ANNOTATION - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag pour ajouter une annotation à un champ.
TAG_APPLICATION_CONTEXT_SUPER_CLASS - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag to specify a super class to use instead of AbstractTopiaApplicationContext.
TAG_CONTEXTABLE - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag pour que les entités etendent TopiaEntityContextable et se fasse injecter le TopiaDaoSupplier par rapport aux autres entités qui ne l'ont pas.
TAG_DAO_IMPLEMENTATION - Static variable in class org.nuiton.topia.templates.TopiaTagValues
To specify the abstract dao to use.
TAG_DAO_SUPER_CLASS - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag to specify a super class to use instead of AbstractTopiaDao.
TAG_DB_NAME - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag pour le nom du champ / entité en BD.
TAG_ENTITY_SUPER_CLASS - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag to specify a super class to use instead of AbstractTopiaEntity.
TAG_FETCH - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag pour spécifier la caractère fetch d'une association multiple.
TAG_GENERATE_OPERATOR_FOR_DAO_HELPER - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag pour specfier si on doit générer la methode getOperator dans les daohelpers.
TAG_GENERATE_PROPERTY_CHANGE_SUPPORT - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag to specify if PropertyChangeListener support should be generated
TAG_HIBERNATE_ATTRIBUTE_TYPE - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag to change the type of an attribute in a hibernate mapping.
TAG_INDEX_FOREIGN_KEYS - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Stéréotype pour les attributs avec multiplicité nécessitant la création d'un index.
TAG_INHERITANCE_STRATEGY - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag pour configurer la stategie d'heritage choisie.
TAG_INVERSE - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag pour permettre de choisir qui contrôle la relation N-N bidirectionnelle.
TAG_LAZY - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag pour spécifier la caractère lazy d'une association multiple.
TAG_LENGTH - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag pour la taille du champ en BD.
TAG_MANY_TO_MANY_TABLE_NAME - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag to specify the reverse db name of an attribute in database.
TAG_NATURAL_ID - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag pour ajouter un attribut dans une clef métier.
TAG_NATURAL_ID_MUTABLE - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag pour specifier si une clef metier est mutable.
TAG_NOT_GENERATE_TO_STRING - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag to skip toString() methods generation on entities.
TAG_NOT_NULL - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag pour spécifier la caractère not-null d'un attribut.
TAG_ORDER_BY - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag pour spécifier la caractère order-by d'une association multiple.
TAG_PERSISTENCE_CONTEXT_SUPER_CLASS - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag to specify a super class to use instead of AbstractTopiaPersistenceContext.
TAG_PERSISTENCE_TYPE - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag pour le type de persistence.
TAG_PROXY_INTERFACE - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag pour configurer l'interface du proxy sur autre chose que l'implementation par defaut.
TAG_REVERSE_DB_NAME - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag to specify the reverse db name of an attribute in database.
TAG_SCHEMA_NAME - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag pour le nom du schema en BD.
TAG_SORT_ATTRIBUTE - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag pour specifier de trier les attributs par nom lors de la generation.
TAG_SQL_TYPE - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag pour spécifier le type sql d'une propriété dans le mapping hibernate.
TAG_TYPE - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Deprecated.
since 3.0, use now TopiaTagValues.TAG_HIBERNATE_ATTRIBUTE_TYPE which permits to deal the same thing but at also model and classifier scope.
TAG_USE_ENUMERATION_NAME - Static variable in class org.nuiton.topia.templates.TopiaTagValues
Tag à placer sur un l'attribut d'une entité.
templateHelper - Variable in class org.nuiton.topia.templates.ApplicationContextTransformer
 
templateHelper - Variable in class org.nuiton.topia.templates.BinderHelperTransformer
 
templateHelper - Variable in class org.nuiton.topia.templates.EntityDaoTransformer
 
templateHelper - Variable in class org.nuiton.topia.templates.EntityEnumTransformer
 
templateHelper - Variable in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
templateHelper - Variable in class org.nuiton.topia.templates.EntityTransformer
 
templateHelper - Variable in class org.nuiton.topia.templates.PersistenceContextTransformer
 
templateHelper - Variable in class org.nuiton.topia.templates.TopiaJavaValidator
 
templateHelper - Variable in class org.nuiton.topia.templates.TopiaRelationValidator
 
TOPIA_TAG_VALUES - Static variable in class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
Static singleton instance used to read defaultValue TODO AThimel 19/06/14 Remove this when remove deprecated methods using it
TopiaGeneratorUtil - Class in org.nuiton.topia.templates
Deprecated.
since 3.0, prefer use TopiaTemplateHelper.
TopiaGeneratorUtil() - Constructor for class org.nuiton.topia.templates.TopiaGeneratorUtil
Deprecated.
 
TopiaJavaValidator - Class in org.nuiton.topia.templates
Validateur qui valide : - les types des attributs - les nom des attributs - les duplication d'attibuts
TopiaJavaValidator(ObjectModel) - Constructor for class org.nuiton.topia.templates.TopiaJavaValidator
Constructor.
TopiaMetaTransformer - Class in org.nuiton.topia.templates
Created: 20 déc. 2009
TopiaMetaTransformer() - Constructor for class org.nuiton.topia.templates.TopiaMetaTransformer
 
TopiaRelationValidator - Class in org.nuiton.topia.templates
Validateur pour les relations du modèle.
TopiaRelationValidator(ObjectModel) - Constructor for class org.nuiton.topia.templates.TopiaRelationValidator
 
TopiaStereoTypes - Class in org.nuiton.topia.templates
All extra stereotypes usable in topia generators.
TopiaStereoTypes() - Constructor for class org.nuiton.topia.templates.TopiaStereoTypes
 
topiaTagValues - Variable in class org.nuiton.topia.templates.ApplicationContextTransformer
 
topiaTagValues - Variable in class org.nuiton.topia.templates.EntityDaoTransformer
 
topiaTagValues - Variable in class org.nuiton.topia.templates.EntityEnumTransformer
 
topiaTagValues - Variable in class org.nuiton.topia.templates.EntityHibernateMappingGenerator
 
topiaTagValues - Variable in class org.nuiton.topia.templates.EntityTransformer
 
topiaTagValues - Variable in class org.nuiton.topia.templates.PersistenceContextTransformer
 
TopiaTagValues - Class in org.nuiton.topia.templates
All extra tag values usable in topia generators.
TopiaTagValues() - Constructor for class org.nuiton.topia.templates.TopiaTagValues
 
topiaTagValues - Variable in class org.nuiton.topia.templates.TopiaTemplateHelper
 
TopiaTemplateHelper - Class in org.nuiton.topia.templates
Classe regroupant divers méthodes utiles pour la génération des entités.
TopiaTemplateHelper(ObjectModel) - Constructor for class org.nuiton.topia.templates.TopiaTemplateHelper
 
transformFromClass(ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityDaoTransformer
 
transformFromClass(ObjectModelClass) - Method in class org.nuiton.topia.templates.EntityTransformer
 
transformFromModel(ObjectModel) - Method in class org.nuiton.topia.templates.ApplicationContextTransformer
 
transformFromModel(ObjectModel) - Method in class org.nuiton.topia.templates.BinderHelperTransformer
 
transformFromModel(ObjectModel) - Method in class org.nuiton.topia.templates.EntityDaoTransformer
 
transformFromModel(ObjectModel) - Method in class org.nuiton.topia.templates.EntityEnumTransformer
 
transformFromModel(ObjectModel) - Method in class org.nuiton.topia.templates.PersistenceContextTransformer
 

U

updateAcceptOperation(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.EntityTransformer
 
usages - Variable in class org.nuiton.topia.templates.EntityDaoTransformer
map of direct usages (values) for each entity (key).

V

validateAttribute(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaJavaValidator
 
validateAttribute(ObjectModelAttribute) - Method in class org.nuiton.topia.templates.TopiaRelationValidator
 
validateClass(ObjectModelClass) - Method in class org.nuiton.topia.templates.TopiaJavaValidator
 
validateModel(ObjectModel) - Method in class org.nuiton.topia.templates.TopiaJavaValidator
 
validateModel(ObjectModel) - Method in class org.nuiton.topia.templates.TopiaMetaTransformer
 

W

warnOnLegacyClassDetected(String, String, String, String, String) - Method in class org.nuiton.topia.templates.EntityDaoTransformer
 
A B C D E F G H I M O P S T U V W 

Copyright © 2004–2015 CodeLutin. All rights reserved.