Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W Z 

A

abstractEntityPropertyClass - Variable in class org.nuiton.topia.generator.QueryHelperTransformer
 
AbstractImportModel<E> - Class in org.nuiton.topia.persistence.csv.in
Abstract import model which add the useful methdo about importing foreign keys.
AbstractImportModel(char) - Constructor for class org.nuiton.topia.persistence.csv.in.AbstractImportModel
 
accept(EntityVisitor) - Method in interface org.nuiton.topia.persistence.TopiaEntity
Route the entity using a visitor.
accept(Class<? extends TopiaEntity>) - Method in interface org.nuiton.topia.persistence.TopiaEntityEnum
Test if a given type of entity is matching the contract of this entity.
add(TopiaEntity) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
add(String) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
since 2.3.4, use TopiaQuery.addWhere(String) instead
add(String, TopiaQuery.Op, Object) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
add(String, Object...) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
add(Map<String, Object>) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
add(TopiaEntity) - Method in interface org.nuiton.topia.TopiaContext
Permet d'ajouter dans le TopiaContext une TopiaEntity créé par un autre context.
addAll(DiffState.DiffStateMap, DiffState.DiffStateMap) - Static method in enum org.nuiton.topia.persistence.util.DiffState
Ajoute dans le premier dictionnaire, les listes du second dictionnaire.
addAllChild(String, B, Collection<?>) - Method in class org.nuiton.topia.persistence.util.EntityOperator
Ajoute toutes les entites d'association.
addAssociationExportContext(AssociationMeta<T>, ExportModel<TopiaEntity>, File) - Method in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports.EntityExportContext
 
addAssociations(List<AssociationMeta<T>>, Iterable<T>) - Method in class org.nuiton.topia.persistence.metadata.DbMeta
 
addAttributes(ObjectModelClass, ObjectModelClass) - Method in class org.nuiton.topia.generator.DTOTransformer
 
addAttributes(ObjectModelClass, ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityDTOTransformer
 
addBetween(String, Object, Object) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Add an element with BETWEEN operation.
addChild(String, B, Object) - Method in class org.nuiton.topia.persistence.util.EntityOperator
Ajoute une entite d'association.
addChildContext(TopiaContextImplementor) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
addContextableMethods(ObjectModelClass, ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityTransformer
Ajout les methodes necessaire à l'interface TopiaEntityContextable si le tagValue TopiaTagValues.TAG_CONTEXTABLE est renseigné.
addCreate() - Method in class org.nuiton.topia.framework.EntityState
Add create state.
addDecoratedForeignKeyForExport(String, String, Decorator<T>) - Method in class org.nuiton.topia.persistence.csv.EntityCsvModel
 
addDefaultColumn(String, Class<?>) - Method in class org.nuiton.topia.persistence.csv.EntityCsvModel
 
addDefaultColumn(String, String, Class<?>) - Method in class org.nuiton.topia.persistence.csv.EntityCsvModel
 
addDelete() - Method in class org.nuiton.topia.framework.EntityState
Add delete state.
addDistinct() - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Add the distinct key word in the query.
addEntity(T) - Method in class org.nuiton.topia.persistence.util.TopiaEntityMap
Adds the given entity to the dictonary (even if it does already exists).
addEquals(String, Object...) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Add an element to the query.
addEquals(Map<String, Object>) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Add a map of properties to the where clause of the query.
addExtraForSubEntity(ObjectModelClassifier) - Method in class org.nuiton.topia.generator.QueryHelperTransformer
 
addFetch(String...) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Used to load properties during query execution using FETCH keyword.
addFilter(EntityFilter) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Add a filter to the query that contains limit indexes, orderBy condition and referenceId if needed.
addFilter(EntityFilter, String) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Add a filter to the query that contains limit indexes, orderBy condition and referenceId if needed.
addForeignKeyForAssociationForImport(String, String, Class<E>, Collection<E>, Function<E, String>) - Method in class org.nuiton.topia.persistence.csv.EntityCsvModel
 
addForeignKeyForExport(String, Class<TopiaEntity>) - Method in class org.nuiton.topia.persistence.csv.EntityCsvModel
 
addForeignKeyForImport(String, String, Class<E>, Collection<E>, Function<E, String>) - Method in class org.nuiton.topia.persistence.csv.EntityCsvModel
 
addForeignKeyForImport(String, Class<E>, Collection<E>) - Method in class org.nuiton.topia.persistence.csv.EntityCsvModel
 
addForeignKeyForImport(String, Class<E>, Map<String, E>) - Method in class org.nuiton.topia.persistence.csv.EntityCsvModel
 
addFrom(String) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
since 2.3.4 use correct addFrom or addJoin or addLeftJoin
addFrom(String, String, String) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Add an element to the from in the query.
addFrom(Class<? extends TopiaEntity>) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Add an other entity type to the from in the query.
addFrom(Class<? extends TopiaEntity>, String) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Add an other entity type to the from in the query with an alias.
addFromJoin(String, String, String, boolean) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
 
addGroup(String...) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Add an element to the group of the query.
addIds(Class<? extends TopiaEntity>, Iterable<String>) - Method in class org.nuiton.topia.persistence.util.TopiaEntityIdsMap
 
addInElements(String, String) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Add link constraint between two properties.
addInterface(List<String>, ObjectModelClassifier, ObjectModelClassifier) - Method in class org.nuiton.topia.generator.EntityTransformer
 
addInterface(List<String>, ObjectModelClassifier, Class<?>) - Method in class org.nuiton.topia.generator.EntityTransformer
 
addInterface(Set<Class<? extends TopiaEntity>>, Class<? extends TopiaEntity>) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
 
addJoin(String, String, boolean) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Add a inner join property to the query with alias.
addLeftJoin(String, String, boolean) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Add a left join property to the query with alias.
addLoad() - Method in class org.nuiton.topia.framework.EntityState
Add load state.
addLoad(String...) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Add a property to load when query is executed.
addMethod - Variable in class org.nuiton.topia.persistence.util.EntityListUpdator
 
addMultipleAddAllOperation(ObjectModelAttribute, String) - Method in class org.nuiton.topia.generator.EntityTransformer
 
addMultipleAddOperation(ObjectModelAttribute, String) - Method in class org.nuiton.topia.generator.EntityTransformer
 
addMultipleClearOperation(ObjectModelAttribute, String, String) - Method in class org.nuiton.topia.generator.EntityTransformer
 
addMultipleGetOperation(ObjectModelAttribute, String) - Method in class org.nuiton.topia.generator.EntityTransformer
 
addMultipleGetOperationFromEntity(ObjectModelAttribute) - Method in class org.nuiton.topia.generator.EntityTransformer
 
addMultipleGetTopiaIdOperation(ObjectModelAttribute) - Method in class org.nuiton.topia.generator.EntityTransformer
 
addMultipleIsEmptyOperation(ObjectModelAttribute) - Method in class org.nuiton.topia.generator.EntityTransformer
 
addMultipleRemoveOperation(ObjectModelAttribute) - Method in class org.nuiton.topia.generator.EntityTransformer
 
addMultipleSetOperation(ObjectModelAttribute, String, String) - Method in class org.nuiton.topia.generator.EntityTransformer
 
addMultipleSizeOperation(ObjectModelAttribute) - Method in class org.nuiton.topia.generator.EntityTransformer
 
addNotNull(String) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Add an element to the query with the constraint Not null.
addNull(String) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Add an element to the query with the constraint null.
addNullOr(String, TopiaQuery.Op, Object) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Add an element to the query.
addOperations(ObjectModelClass, ObjectModelClass) - Method in class org.nuiton.topia.generator.DTOTransformer
 
addOperations(ObjectModelClass, ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityDTOTransformer
 
addOrder(String...) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Add an element to the order in the query.
addOrderDesc(String) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
 
addParam(String, Object) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Add a HQL parameter to the Query.
addParams(List<Object>) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Add muliple paramaters to the Query.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.nuiton.topia.framework.EntityFilter
Add PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.nuiton.topia.framework.TopiaFilter
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface org.nuiton.topia.persistence.TopiaEntity
Add listener for property writing.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.nuiton.topia.persistence.TopiaEntity
Add listener for property writing.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.nuiton.topia.TopiaContext
 
addPropertyListener(String, PropertyChangeListener) - Method in interface org.nuiton.topia.persistence.TopiaEntity
Add listener for property reading.
addPropertyListener(PropertyChangeListener) - Method in interface org.nuiton.topia.persistence.TopiaEntity
Add listener for property reading.
addPropertyListener(String, PropertyChangeListener) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
addPropertyListener(PropertyChangeListener) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
addRead() - Method in class org.nuiton.topia.framework.EntityState
Add read state After the invocation, method EntityState.isRead() will always return true.
addRule(String, String, String) - Method in class org.nuiton.topia.persistence.pager.TopiaPagerBeanBuilder
 
addRule(Map<String, String>) - Method in class org.nuiton.topia.persistence.pager.TopiaPagerBeanBuilder
 
addRule(FilterRule) - Method in class org.nuiton.topia.persistence.pager.TopiaPagerBeanBuilder
 
addRules(Collection<Map<String, String>>) - Method in class org.nuiton.topia.persistence.pager.TopiaPagerBeanBuilder
 
addSelect(String...) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Add an element to the select in the query.
addSingleGetOperation(ObjectModelAttribute, String, String) - Method in class org.nuiton.topia.generator.EntityTransformer
Add getter for simple property (neither association nor multiple).
addSingleSetOperation(ObjectModelAttribute) - Method in class org.nuiton.topia.generator.EntityTransformer
 
addSubQuery(String, TopiaQuery) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Method used to add a subquery in an existing query.
addTables(List<TableMeta<T>>, Iterable<T>) - Method in class org.nuiton.topia.persistence.metadata.DbMeta
 
addToList(P, E) - Method in class org.nuiton.topia.persistence.util.EntityListUpdator
 
addToList(P, E) - Method in interface org.nuiton.topia.persistence.util.ListUpdator
Add a erntity to his parent
addTopiaContextListener(TopiaContextListener) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
addTopiaContextListener(TopiaContextListener) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
addTopiaContextListener(TopiaContextListener) - Method in interface org.nuiton.topia.TopiaContext
 
addTopiaEntitiesVetoable(TopiaEntitiesVetoable) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
addTopiaEntitiesVetoable(TopiaEntitiesVetoable) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
addTopiaEntitiesVetoable(TopiaEntitiesVetoable) - Method in interface org.nuiton.topia.TopiaContext
 
addTopiaEntityListener(TopiaEntityListener) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
addTopiaEntityListener(Class<? extends TopiaEntity>, TopiaEntityListener) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
addTopiaEntityListener(TopiaEntityListener) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
addTopiaEntityListener(Class<? extends TopiaEntity>, TopiaEntityListener) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
addTopiaEntityListener(TopiaEntityListener) - Method in interface org.nuiton.topia.persistence.TopiaDAO
 
addTopiaEntityListener(TopiaEntityListener) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
addTopiaEntityListener(TopiaEntityListener) - Method in interface org.nuiton.topia.TopiaContext
 
addTopiaEntityListener(Class<? extends TopiaEntity>, TopiaEntityListener) - Method in interface org.nuiton.topia.TopiaContext
 
addTopiaEntityVetoable(TopiaEntityVetoable) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
addTopiaEntityVetoable(Class<? extends TopiaEntity>, TopiaEntityVetoable) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
addTopiaEntityVetoable(TopiaEntityVetoable) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
addTopiaEntityVetoable(Class<? extends TopiaEntity>, TopiaEntityVetoable) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
addTopiaEntityVetoable(TopiaEntityVetoable) - Method in interface org.nuiton.topia.persistence.TopiaDAO
 
addTopiaEntityVetoable(TopiaEntityVetoable) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
addTopiaEntityVetoable(TopiaEntityVetoable) - Method in interface org.nuiton.topia.TopiaContext
 
addTopiaEntityVetoable(Class<? extends TopiaEntity>, TopiaEntityVetoable) - Method in interface org.nuiton.topia.TopiaContext
 
addTopiaTransactionListener(TopiaTransactionListener) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
addTopiaTransactionListener(TopiaTransactionListener) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
addTopiaTransactionListener(TopiaTransactionListener) - Method in interface org.nuiton.topia.TopiaContext
 
addTopiaTransactionVetoable(TopiaTransactionVetoable) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
addTopiaTransactionVetoable(TopiaTransactionVetoable) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
addTopiaTransactionVetoable(TopiaTransactionVetoable) - Method in interface org.nuiton.topia.TopiaContext
 
addUniqueEntity(T) - Method in class org.nuiton.topia.persistence.util.TopiaEntityMap
Adds the given entity to the dictonary only if it does not exists.
addUpdate() - Method in class org.nuiton.topia.framework.EntityState
Add update state.
addVetoableChangeListener(String, VetoableChangeListener) - Method in interface org.nuiton.topia.persistence.TopiaEntity
 
addVetoableChangeListener(VetoableChangeListener) - Method in interface org.nuiton.topia.persistence.TopiaEntity
 
addVetoableChangeListener(String, VetoableChangeListener) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
addVetoableChangeListener(VetoableChangeListener) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
addVetoableListener(String, VetoableChangeListener) - Method in interface org.nuiton.topia.persistence.TopiaEntity
 
addVetoableListener(VetoableChangeListener) - Method in interface org.nuiton.topia.persistence.TopiaEntity
 
addVetoableListener(String, VetoableChangeListener) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
addVetoableListener(VetoableChangeListener) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
addWhere(String) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Add a where element to the Query.
addWhere(String, TopiaQuery.Op, Object) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Add an element to the query.
after(Collector.CollectorVisitor, TopiaEntity) - Method in class org.nuiton.topia.persistence.util.Collector
 
afterAll(Collector.CollectorVisitor, TopiaEntity...) - Method in class org.nuiton.topia.persistence.util.Collector
 
afterExecuteQuery(ResultSet) - Method in class org.nuiton.topia.framework.TopiaSQLQuery
A hook to obtain the result set just after the query execute.
AGGREGATE - Static variable in interface org.nuiton.topia.persistence.TopiaEntity
 
aliases - Variable in class org.nuiton.topia.generator.QueryHelperTransformer
 
alreadyExplored - Variable in class org.nuiton.topia.persistence.DepthEntityVisitor
Cache of already explored entities.
alreadyExplored - Variable in class org.nuiton.topia.persistence.HorizontalEntityVisitor
Cache used to remember entity during exploration.
ASSOCIATION_PATTERN - Static variable in class org.nuiton.topia.persistence.util.TopiaEntityHelper
Le pattern d'une reference sur une association
ASSOCIATION_VALUE_PARSER - Static variable in class org.nuiton.topia.persistence.csv.TopiaCsvCommons
 
AssociationExportContext(ExportModel<TopiaEntity>, AssociationMeta<T>, File, List<TopiaEntity>) - Constructor for class org.nuiton.topia.persistence.csv.out.TopiaCsvExports.AssociationExportContext
 
associationExportContexts - Variable in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports.EntityExportContext
Association export context for this type of entity.
AssociationMeta<T extends TopiaEntityEnum> - Class in org.nuiton.topia.persistence.metadata
Define the meta data of a entity association field.
AssociationMeta(T, T, String) - Constructor for class org.nuiton.topia.persistence.metadata.AssociationMeta
 
associationProperties - Variable in class org.nuiton.topia.persistence.util.EntityOperator
list of association names available on the entity.
associations - Variable in class org.nuiton.topia.persistence.metadata.TableMeta
List of associations of the entity.
AssociationValueParser() - Constructor for class org.nuiton.topia.persistence.csv.TopiaCsvCommons.AssociationValueParser
 
AssociationValueParserFormatter(Class<E>, Map<String, E>) - Constructor for class org.nuiton.topia.persistence.csv.TopiaCsvCommons.AssociationValueParserFormatter
 
autocommit - Variable in class org.nuiton.topia.framework.TopiaConnectionProvider
auto commit connection state.

B

backup(File, boolean) - Method in class org.nuiton.topia.framework.TopiaContextImpl
Backup database in gzip compressed file.
backup(File, boolean) - Method in interface org.nuiton.topia.TopiaContext
Sauve la base de données dans un format natif a la base, la representation n'est pas portable d'une base a l'autre.
bean - Variable in class org.nuiton.topia.persistence.pager.TopiaPagerBeanBuilder
 
before(Collector.CollectorVisitor, TopiaEntity) - Method in class org.nuiton.topia.persistence.util.Collector
 
beforeAll(Collector.CollectorVisitor, TopiaEntity...) - Method in class org.nuiton.topia.persistence.util.Collector
 
beginTransaction(TopiaTransactionEvent) - Method in interface org.nuiton.topia.event.TopiaTransactionVetoable
 
beginTransaction() - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
beginTransaction() - Method in interface org.nuiton.topia.TopiaContext
Return a new context containing his own transaction.
bind(Binder, Object) - Method in class org.nuiton.topia.persistence.util.TopiaEntityBinder
 
binder - Variable in class org.nuiton.topia.persistence.metadata.TableMeta
Binder used to copy entities (lazy loaded).
BinderHelperTransformer - Class in org.nuiton.topia.generator
A template to generate a helper for TopiaEntityBinder.
BinderHelperTransformer() - Constructor for class org.nuiton.topia.generator.BinderHelperTransformer
 
bindTechnical(TopiaEntity, TopiaEntity) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
Bind les valeurs techniques depuis une entitée vers une autre.
buildDifferentiel(List<E>, List<E>) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
Construit le dictionnaire des differences entre deux listes d'entites.
buildForExport(TableMeta<T>) - Method in interface org.nuiton.topia.persistence.csv.out.ExportModelFactory
 
buildForExport(AssociationMeta<T>) - Method in interface org.nuiton.topia.persistence.csv.out.ExportModelFactory
 
buildForImport(TableMeta<T>) - Method in interface org.nuiton.topia.persistence.csv.in.ImportModelFactory
 
buildForImport(AssociationMeta<T>) - Method in interface org.nuiton.topia.persistence.csv.in.ImportModelFactory
 
buildQueries(Object...) - Method in class org.nuiton.topia.framework.TopiaContextImpl
Build the list of queries from the given parameter entityAndCondition.

C

canFilter() - Method in class org.nuiton.topia.persistence.pager.TopiaPagerBean
 
checkClosed(String) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
checkNotNull(String, String, Object) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
 
checkNotNullAndExistingEntity(String, E) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
Teste si une entité possède un topiaId.
checkNotNullAndNoneExistingEntity(String, E) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
Teste si une entité ne possède pas un topiaId.
checkParameters(Class<?>[], Object...) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
 
checkReference(Class<?>, boolean) - Method in interface org.nuiton.topia.framework.EntityFilter
Use to check if reference class is supported by the current filter reference.
checkReference(Class<?>, boolean) - Method in class org.nuiton.topia.framework.TopiaFilter
Use to check if reference class is supported by the current filter reference.
checkSequence(Class<? extends TopiaEntity>, String) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
checkSequence(String) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
checkSize(int, Object[]) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
 
checkType(Class<?>[], int, Object[]) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
 
childAddAllMethods - Variable in class org.nuiton.topia.persistence.util.EntityOperator
cache of assocation addAll methods.
childAddMethods - Variable in class org.nuiton.topia.persistence.util.EntityOperator
cache of assocation add methods.
childClearMethods - Variable in class org.nuiton.topia.persistence.util.EntityOperator
cache of assocation clearmethods.
childContext - Variable in class org.nuiton.topia.framework.TopiaContextImpl
Set of child context created with TopiaContextImpl.beginTransaction().
childGetMethods - Variable in class org.nuiton.topia.persistence.util.EntityOperator
cache of assocation get methods.
childIsEmptyMethods - Variable in class org.nuiton.topia.persistence.util.EntityOperator
cache of assocation isEmpty methods.
childRemoveMethods - Variable in class org.nuiton.topia.persistence.util.EntityOperator
cache of assocation remove methods.
childSizeMethods - Variable in class org.nuiton.topia.persistence.util.EntityOperator
cache of assocation size methods.
CLASS_PATTERN - Static variable in class org.nuiton.topia.persistence.util.DBMapping
 
clean() - Method in class org.nuiton.topia.generator.EntityTransformer
 
cleanImports(String, Set<String>) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Clean a set of fqns, transform it into a List and sort it.
clear(boolean) - Method in class org.nuiton.topia.framework.TopiaContextImpl
Only h2 supported for now
clear() - Method in class org.nuiton.topia.persistence.csv.out.ExportEntityVisitor
 
clear() - Method in class org.nuiton.topia.persistence.DepthEntityVisitor
 
clear() - Method in interface org.nuiton.topia.persistence.EntityVisitor
Reset all states of the visitor.
clear() - Method in class org.nuiton.topia.persistence.HorizontalEntityVisitor
 
clear() - Method in class org.nuiton.topia.persistence.util.Collector
 
clear() - Method in class org.nuiton.topia.persistence.util.Collector.CollectorVisitor
 
clear(DiffState.DiffStateMap) - Static method in enum org.nuiton.topia.persistence.util.DiffState
Nettoye un dictionnaire donnee de toute ses donnees.
clear() - Static method in class org.nuiton.topia.persistence.util.EntityOperatorStore
 
clear(boolean) - Method in interface org.nuiton.topia.TopiaContext
Supprime toutes les tables et autres elements de la database.
clearCache() - Method in class org.nuiton.topia.framework.TopiaContextImpl
Clear hibernate cache to free memory.
clearCache() - Method in interface org.nuiton.topia.TopiaContext
Clear persistence implementation cache.
clearChild(String, B) - Method in class org.nuiton.topia.persistence.util.EntityOperator
Retire toutes les entites d'association.
clearProperties(B, String...) - Method in class org.nuiton.topia.persistence.util.EntityOperator
Met a null toutes les proprietes donnees.
clone() - Method in class org.nuiton.topia.persistence.util.EntityOperator
 
close() - Method in class org.nuiton.topia.framework.TopiaUtil.ConnectionProviderSupplier
 
close() - Method in class org.nuiton.topia.persistence.csv.out.ExportEntityVisitor
 
close() - Method in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports.AssociationExportContext
 
close() - Method in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports.EntityExportContext
 
close() - Method in class org.nuiton.topia.persistence.util.DBMapping
 
closeAcceptInternalOperation() - Method in class org.nuiton.topia.generator.EntityTransformer
 
closeConnection(Connection) - Method in class org.nuiton.topia.framework.TopiaConnectionProvider
 
closeContext() - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
closeContext() - Method in interface org.nuiton.topia.TopiaContext
Ferme le contexte.
closed - Variable in class org.nuiton.topia.framework.TopiaContextImpl
Indique si le contexte a ete ferme
collectExtraOperations(ObjectModelInterface) - Method in class org.nuiton.topia.generator.DAOAbstractTransformer
Deprecated.
EVO #636 : Manage extra operations for DAO from "dao" dependency between an interface with stereotype <<dao>> (dependency client) and a class with stereotype <<entity>> (dependency supplier).
Collector<R> - Class in org.nuiton.topia.persistence.util
Un objet qui permet de parcourir des entites (via un Collector.CollectorVisitor) et de collecter des donnees pendant le parcours.
Collector(Collector.CollectorVisitor, TopiaEntityEnum[]) - Constructor for class org.nuiton.topia.persistence.util.Collector
 
Collector(TopiaEntityEnum[]) - Constructor for class org.nuiton.topia.persistence.util.Collector
 
Collector.CollectorVisitor - Class in org.nuiton.topia.persistence.util
 
CollectorVisitor() - Constructor for class org.nuiton.topia.persistence.util.Collector.CollectorVisitor
 
ColumnMeta - Class in org.nuiton.topia.persistence.metadata
Define the meta data of a entity field.
ColumnMeta(String, Class<?>) - Constructor for class org.nuiton.topia.persistence.metadata.ColumnMeta
 
columns - Variable in class org.nuiton.topia.persistence.metadata.TableMeta
List of columns of the entity.
commit(TopiaTransactionEvent) - Method in interface org.nuiton.topia.event.TopiaTransactionListener
commitTransaction() - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
commitTransaction() - Method in interface org.nuiton.topia.TopiaContext
applique les modifications apporté a ce context sur la base de données.
compareTo(EntityState) - Method in class org.nuiton.topia.framework.EntityState
 
compareTo(TopiaEntityRef) - Method in class org.nuiton.topia.persistence.util.TopiaEntityRef
 
COMPOSITE - Static variable in interface org.nuiton.topia.persistence.TopiaEntity
 
computeAndAddRecordsToPager(String, TopiaPagerBean, Object...) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Execute the count hql query and then synch the pager to this result (says fill the PagerBean.getRecords() field and then adapt the number of pages available and the current number page).
computeAndAddRecordsToPager(String, TopiaPagerBean, Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
computeRecordIndexesAndPagesNumber(PagerBean) - Static method in class org.nuiton.topia.persistence.util.PagerBeanUtil
config - Variable in class org.nuiton.topia.framework.TopiaContextImpl
Propriete de configuration
CONFIG_BYTECODE_PROVIDER - Static variable in class org.nuiton.topia.TopiaContextFactory
 
CONFIG_CONNECTION_PROVIDER - Static variable in class org.nuiton.topia.TopiaContextFactory
 
CONFIG_CURRENT_SESSION_CONTEXT_CLASS - Static variable in class org.nuiton.topia.TopiaContextFactory
 
CONFIG_DEFAULT_SCHEMA - Static variable in class org.nuiton.topia.TopiaContextFactory
 
CONFIG_DIALECT - Static variable in class org.nuiton.topia.TopiaContextFactory
 
CONFIG_DRIVER - Static variable in class org.nuiton.topia.TopiaContextFactory
 
CONFIG_FORMAT_SQL - Static variable in class org.nuiton.topia.TopiaContextFactory
 
CONFIG_GENERATE_STATISTICS - Static variable in class org.nuiton.topia.TopiaContextFactory
 
CONFIG_HBM2DDL_AUTO - Static variable in class org.nuiton.topia.TopiaContextFactory
 
CONFIG_PASS - Static variable in class org.nuiton.topia.TopiaContextFactory
 
CONFIG_PERSISTENCE_CLASSES - Static variable in class org.nuiton.topia.TopiaContextFactory
 
CONFIG_PERSISTENCE_DIRECTORIES - Static variable in class org.nuiton.topia.TopiaContextFactory
 
CONFIG_PERSISTENCE_PROPERTIES_FILE - Static variable in class org.nuiton.topia.TopiaContextFactory
 
CONFIG_POOL_SIZE - Static variable in class org.nuiton.topia.TopiaContextFactory
 
CONFIG_SHOW_SQL - Static variable in class org.nuiton.topia.TopiaContextFactory
 
CONFIG_URL - Static variable in class org.nuiton.topia.TopiaContextFactory
 
CONFIG_USER - Static variable in class org.nuiton.topia.TopiaContextFactory
 
configure(Map) - Method in class org.nuiton.topia.framework.TopiaConnectionProvider
 
connectionProps - Variable in class org.nuiton.topia.framework.TopiaConnectionProvider
All grabbed connection properties
connectionProvider - Variable in class org.nuiton.topia.framework.TopiaUtil.ConnectionProviderSupplier
 
ConnectionProviderSupplier(TopiaContextImplementor) - Constructor for class org.nuiton.topia.framework.TopiaUtil.ConnectionProviderSupplier
 
ConnectionProviderSupplier(Properties) - Constructor for class org.nuiton.topia.framework.TopiaUtil.ConnectionProviderSupplier
 
CONSTANT_PREFIX - Static variable in class org.nuiton.topia.generator.QueryHelperTransformer
 
context - Variable in class org.nuiton.topia.persistence.TopiaDAOImpl
Underlying context used by this dao to do actions on db.
contextCache - Static variable in class org.nuiton.topia.TopiaContextFactory
Cache contenant tous les contexts deja créé.
contract - Variable in class org.nuiton.topia.persistence.util.EntityOperator
the constant of the entity
contracts - Variable in class org.nuiton.topia.persistence.util.Collector
la liste des contracts des entites connues.
copy(TopiaEntity, TopiaEntity) - Method in class org.nuiton.topia.persistence.metadata.TableMeta
 
copy(String, B, B) - Method in class org.nuiton.topia.persistence.util.EntityOperator
Copie une propriete de src vers dst.
copyProperties(B, B, boolean, String...) - Method in class org.nuiton.topia.persistence.util.EntityOperator
Recopie toutes les proprietes donnes depuis src vers dst.
count() - Method in interface org.nuiton.topia.persistence.TopiaDAO
Count the number of existing entities.
count() - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
countByQuery(String, Object...) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Count the number of entities based on a hql.
countByQuery(TopiaQuery) - Method in interface org.nuiton.topia.persistence.TopiaDAODeprecated
Deprecated.
since 2.6.12, TopiaQuery will be removed in version 3.0
countByQuery(TopiaQuery) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
countByQuery(String, Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
create(TopiaEntityEvent) - Method in interface org.nuiton.topia.event.TopiaEntityListener
 
create(TopiaEntityEvent) - Method in interface org.nuiton.topia.event.TopiaEntityVetoable
 
create(Object...) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Construit une nouvelle instance de l'objet géré par ce DAO
create(Map<String, Object>) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Construit une nouvelle instance de l'objet géré par ce DAO
create(E) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Permet de sauver un object instancié sans le DAO.
create(E) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
create(Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
create(Map<String, Object>) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
Cette methode appelle fireVetoableCreate et fireOnCreated Si vous la surchargé, faites attention a appeler le super ou a appeler vous aussi ces deux methodes.
create(Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOLegacy
Deprecated.
 
create(Map<String, Object>) - Method in class org.nuiton.topia.persistence.TopiaDAOLegacy
Deprecated.
Cette methode appelle fireVetoableCreate et fireOnCreated Si vous la surchargé, faites attention a appeler le super ou a appeler vous aussi ces deux methodes.
create(Class) - Static method in class org.nuiton.topia.persistence.TopiaId
Cree un topiaId pour une certaine classe
create(TopiaContext, P, E) - Method in interface org.nuiton.topia.persistence.util.Creator
Perform the creation of an entity.
CREATE_SEQUENCE_FORMAT - Static variable in class org.nuiton.topia.persistence.util.DBMapping
 
createAcceptInternalOperation(ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityTransformer
 
createAcceptOperation() - Method in class org.nuiton.topia.generator.EntityTransformer
 
createAliasConstant(String) - Method in class org.nuiton.topia.generator.QueryHelperTransformer
 
createBeginTransactionMethod(ObjectModelInterface, ObjectModelInterface, ObjectModelClass) - Method in class org.nuiton.topia.generator.ServiceTransformer
 
createCloseTransactionMethod(ObjectModelInterface, ObjectModelInterface, ObjectModelClass) - Method in class org.nuiton.topia.generator.ServiceTransformer
 
createCommitTransactionMethod(ObjectModelClass) - Method in class org.nuiton.topia.generator.ServiceTransformer
 
createDAOHelper(ObjectModel, ObjectModelClass, String, String, boolean, List<ObjectModelClass>) - Method in class org.nuiton.topia.generator.DAOHelperTransformer
 
createDBFromSQL(File, TopiaContext, URI) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
Create a new database from a sql dump locating in a gzip file.
createEntityAbstractClass(ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityTransformer
 
createEntityEnum(ObjectModelEnumeration, String, String, boolean, boolean, List<ObjectModelClass>) - Method in class org.nuiton.topia.generator.DAOHelperTransformer
 
createEntityInterface(ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityTransformer
 
createGetPropertyNameOperation(ObjectModelClass, String, String) - Method in class org.nuiton.topia.generator.QueryHelperTransformer
 
createGetPropertyObjectOperation(ObjectModelClass, ObjectModelAttribute, ObjectModelOperation) - Method in class org.nuiton.topia.generator.QueryHelperTransformer
 
createGetterOperations(ObjectModelClassifier, ObjectModelClass) - Method in class org.nuiton.topia.generator.QueryHelperTransformer
 
createIfNotFound - Variable in class org.nuiton.topia.persistence.csv.in.CsvImportResult
Flag to authorize to create entities not found in db.
createImplOperation(ObjectModelOperation) - Method in class org.nuiton.topia.generator.EntityTransformer
 
createInnerAbstractEntityPropertyClass() - Method in class org.nuiton.topia.generator.QueryHelperTransformer
 
createInnerClass(ObjectModelClassifier, String) - Method in class org.nuiton.topia.generator.QueryHelperTransformer
 
createNewOperations(ObjectModelClass) - Method in class org.nuiton.topia.generator.QueryHelperTransformer
 
createOperationExecuteAbstract(ObjectModelClass, ObjectModelOperation, boolean) - Method in class org.nuiton.topia.generator.ServiceTransformer
Create an operation abstract to execute in contract implementation.
createOperationImplementation(ObjectModelClass, ObjectModelOperation, ObjectModelOperation, String, boolean) - Method in class org.nuiton.topia.generator.ServiceTransformer
Create an operation implementation.
createPropertySetterSignature(ObjectModelClassifier, String, String, String) - Method in class org.nuiton.topia.generator.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]').
createQuery(Class<?>, String) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
createQuery() - Method in interface org.nuiton.topia.persistence.TopiaDAODeprecated
Deprecated.
since 2.6.12, TopiaQuery will be removed in version 3.0
createQuery(String) - Method in interface org.nuiton.topia.persistence.TopiaDAODeprecated
Deprecated.
since 2.6.12, TopiaQuery will be removed in version 3.0
createQuery() - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
createQuery(String) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
createQuery(Class<?>, String) - Method in interface org.nuiton.topia.TopiaContext
Deprecated.
since 2.6.12, TopiaQuery will be removed in version 3.0
createReplicateEntityVisitorContexts(ExportModelFactory<T>, MetaFilenameAware<T>[], Multimap<T, MetaFilenameAware<T>>, File) - Static method in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports
 
createReplicateEntityVisitorContexts(ExportModelFactory<T>, Iterable<TableMeta<T>>, Iterable<AssociationMeta<T>>, File) - Static method in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports
 
createSchema() - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
createSchema() - Method in interface org.nuiton.topia.TopiaContext
Permet de créer le schema de la base de données.
createSequence(String, TopiaContext) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
createSequence(Class<? extends TopiaEntity>, String, TopiaContext) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
createSequence(String, TopiaContext, boolean) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
createSequences(TopiaContext) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
createServiceAbstract(ObjectModelInterface, ObjectModelInterface, boolean) - Method in class org.nuiton.topia.generator.ServiceTransformer
Create the service abstract for serviceContract using source interface defined in model.
createServiceContract(ObjectModelInterface) - Method in class org.nuiton.topia.generator.ServiceTransformer
Create the service contract using source interface defined in model.
createSimpleQuery(String) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Create the simple hql query for the entity managed by the dao.
createSimpleQuery(String) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
createTreateErrorMethod(ObjectModelInterface, ObjectModelInterface, ObjectModelClass, boolean) - Method in class org.nuiton.topia.generator.ServiceTransformer
 
createUtilOperations() - Method in class org.nuiton.topia.generator.QueryHelperTransformer
 
Creator<P,E> - Interface in org.nuiton.topia.persistence.util
A simple contract to hook the creation phase of an entity associated (or not!)
CSV_EXTENSION - Static variable in interface org.nuiton.topia.persistence.metadata.MetaFilenameAware
 
CsvFileImportResult<T extends TopiaEntityEnum> - Class in org.nuiton.topia.persistence.csv.in
To keep result of the import of a file.
CsvFileImportResult(String, T...) - Constructor for class org.nuiton.topia.persistence.csv.in.CsvFileImportResult
 
CsvImportResult<T extends TopiaEntityEnum> - Class in org.nuiton.topia.persistence.csv.in
A simple csv result bean just to keep the number of created or updated entities.
CsvImportResult(T, String, boolean, CsvProgressModel) - Constructor for class org.nuiton.topia.persistence.csv.in.CsvImportResult
 
CsvProgressModel - Interface in org.nuiton.topia.persistence.csv
Csv progress model contract.
CURRENT_VALUE_SEQUENCE_FORMAT - Static variable in class org.nuiton.topia.persistence.util.DBMapping
 

D

dao - Variable in class org.nuiton.topia.persistence.TopiaDAOImpl.FindAllIterator
 
DAOAbstractTransformer - Class in org.nuiton.topia.generator
Deprecated.
2.5.4, prefer use the transformer EntityDAOTransformer
DAOAbstractTransformer() - Constructor for class org.nuiton.topia.generator.DAOAbstractTransformer
Deprecated.
 
daoCache - Variable in class org.nuiton.topia.framework.TopiaContextImpl
cache des DAO deja chargé pour ce context
DAOHelperTransformer - Class in org.nuiton.topia.generator
Created: 13 nov. 2009 09:05:17
DAOHelperTransformer() - Constructor for class org.nuiton.topia.generator.DAOHelperTransformer
 
daoImplementation - Variable in class org.nuiton.topia.generator.DAOAbstractTransformer
Deprecated.
The class of abstract dao to use.
daoImplementation - Variable in class org.nuiton.topia.generator.EntityDAOTransformer
The class of abstract dao to use.
DAOImplTransformer - Class in org.nuiton.topia.generator
Deprecated.
2.5.4, prefer use the transformer EntityDAOTransformer
DAOImplTransformer() - Constructor for class org.nuiton.topia.generator.DAOImplTransformer
Deprecated.
 
DAOTransformer - Class in org.nuiton.topia.generator
Deprecated.
2.5.4, prefer use the transformer EntityDAOTransformer
DAOTransformer() - Constructor for class org.nuiton.topia.generator.DAOTransformer
Deprecated.
 
data - Variable in class org.nuiton.topia.persistence.pager.FilterRule
 
data - Variable in class org.nuiton.topia.persistence.TopiaDAOImpl.FindAllIterator
 
DAY_TIME_SECOND_MILI_WITH_TIMESTAMP - Static variable in class org.nuiton.topia.persistence.csv.TopiaCsvCommons
 
DAY_TIME_SECOND_WITH_TIMESTAMP - Static variable in class org.nuiton.topia.persistence.csv.TopiaCsvCommons
 
DBMapping - Class in org.nuiton.topia.persistence.util
Une classe qui permet d'obtenir les mapping de noms entre les entités et les objets de la base.
DBMapping(String, String) - Constructor for class org.nuiton.topia.persistence.util.DBMapping
 
DbMeta<T extends TopiaEntityEnum> - Class in org.nuiton.topia.persistence.metadata
Define metas about a db.
DbMeta(TopiaPersistenceHelper<T>, T[], T...) - Constructor for class org.nuiton.topia.persistence.metadata.DbMeta
 
DBNAME_ATTRIBUTE_PATTERN - Static variable in class org.nuiton.topia.persistence.util.DBMapping
 
dbSchemaName() - Method in interface org.nuiton.topia.persistence.TopiaEntityEnum
 
dbTableName() - Method in interface org.nuiton.topia.persistence.TopiaEntityEnum
 
decorator - Variable in class org.nuiton.topia.persistence.csv.TopiaCsvCommons.ForeignKeyDecoratedValue
 
DEFAULT_PACKAGE - Static variable in class org.nuiton.topia.generator.TopiaGeneratorUtil
Le package par défaut si aucun n'est spécifié
defaultPackageName - Variable in class org.nuiton.topia.generator.ServiceTransformer
 
delegateVisitor - Variable in class org.nuiton.topia.persistence.DepthEntityVisitor
Le visiteur metier (optionel).
delegateVisitor - Variable in class org.nuiton.topia.persistence.HorizontalEntityVisitor
Delegate visitor.
delete(TopiaEntityEvent) - Method in interface org.nuiton.topia.event.TopiaEntityListener
 
delete(TopiaEntityEvent) - Method in interface org.nuiton.topia.event.TopiaEntityVetoable
 
delete(E) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Permet de supprimer une entite.
delete(E) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
delete() - Method in interface org.nuiton.topia.persistence.TopiaEntityContextable
Delete entity in persistence context.
delete(TopiaContext, P, E) - Method in interface org.nuiton.topia.persistence.util.Deletor
Hook to delete an entity from a prent entity.
deleteAll(Iterable<E>) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Permet de supprimer des entités.
deleteAll(Iterable<E>) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
Deletor<P,E> - Interface in org.nuiton.topia.persistence.util
A simple contract to hook the deletion of an entity.
dependencies - Variable in class org.nuiton.topia.persistence.metadata.TableMeta
List of dependencies (says all property with a topiaentity type)
DEPENDENCIES_DAO - Static variable in class org.nuiton.topia.generator.TopiaGeneratorUtil
dependency to add extra operations for entity dao.
DepthEntityVisitor - Class in org.nuiton.topia.persistence
Parcourt du graphe d'entité en profondeur.
DepthEntityVisitor() - Constructor for class org.nuiton.topia.persistence.DepthEntityVisitor
 
DepthEntityVisitor(EntityVisitor) - Constructor for class org.nuiton.topia.persistence.DepthEntityVisitor
 
descriptor - Variable in class org.nuiton.topia.persistence.util.EntityListUpdator
descriptor of the filed containing the childs
detect(TopiaEntity...) - Method in class org.nuiton.topia.persistence.util.Collector
 
detectEntities(TopiaEntityEnum[], Set<Class<? extends TopiaEntity>>, TopiaEntity...) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
Collecte l'ensemble des entites (via un parcours en profondeur) avec un filtrage sur les types d'entites a retourner.
detectEntityIds(TopiaEntityEnum[], Set<Class<? extends TopiaEntity>>, TopiaEntity...) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
Collecte l'ensemble des ids d'entites (via un parcours en profondeur) avec un filtrage sur les types d'entites a retourner.
detectReferences(TopiaEntityEnum[], String[], TopiaEntity) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
Collecte toutes les references d'un ensemble d'entites donnees par leur topiaId sur un ensemble d'entites donne.
detectReferences(TopiaEntityEnum[], String[], Collection<? extends TopiaEntity>) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
Collecte toutes les references d'un ensemble d'entites donnees par leur topiaId sur un ensemble d'entites donne.
detectTypes(TopiaEntityEnum[], TopiaEntity...) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
Collecte l'ensemble des types d'entites (via un parcours en profondeur).
DiffState - Enum in org.nuiton.topia.persistence.util
Pour qualifier l'etat d'une entite lors du calcul d'un differentiel entre deux entites.
DiffState.DiffStateMap - Class in org.nuiton.topia.persistence.util
 
DiffStateMap() - Constructor for class org.nuiton.topia.persistence.util.DiffState.DiffStateMap
 
DiffStateMap(EnumMap<DiffState, ? extends List<String>>) - Constructor for class org.nuiton.topia.persistence.util.DiffState.DiffStateMap
 
DiffStateMap(Map<DiffState, ? extends List<String>>) - Constructor for class org.nuiton.topia.persistence.util.DiffState.DiffStateMap
 
discoverEntries(String, Iterable<M>, ZipFile, List<String>) - Static method in class org.nuiton.topia.persistence.csv.in.TopiaCsvImports
Discover all files that can be imported (as a table or an association) from a zipfile.
discoverEntries(Iterable<M>, File, List<String>) - Static method in class org.nuiton.topia.persistence.csv.in.TopiaCsvImports
Discover all files that can be imported (as a table or an association) from a directory.
distinct - Variable in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
 
doSQLWork(TopiaContext, String) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
DOT - Static variable in class org.nuiton.topia.persistence.util.DBMapping
 
DTOTransformer - Class in org.nuiton.topia.generator
Created: 20 déc. 2009
DTOTransformer() - Constructor for class org.nuiton.topia.generator.DTOTransformer
 

E

embeddedRegistry - Variable in class org.nuiton.topia.framework.TopiaUtil.ConnectionProviderSupplier
 
empty - Variable in class org.nuiton.topia.persistence.util.TopiaEntityBinder
 
emptyMethod - Variable in class org.nuiton.topia.persistence.util.EntityListUpdator
 
end(TopiaEntity) - Method in class org.nuiton.topia.persistence.csv.out.ExportEntityVisitor
 
end(TopiaEntity) - Method in class org.nuiton.topia.persistence.DepthEntityVisitor
 
end(TopiaEntity) - Method in interface org.nuiton.topia.persistence.EntityVisitor
Ends the visit of the given entity.
end(TopiaEntity) - Method in class org.nuiton.topia.persistence.HorizontalEntityVisitor
 
end(TopiaEntity) - Method in class org.nuiton.topia.persistence.util.Collector.CollectorVisitor
 
endIndex - Variable in class org.nuiton.topia.framework.TopiaFilter
 
endIndex - Variable in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
 
entitiesVetoables - Variable in class org.nuiton.topia.framework.TopiaFiresSupport
 
ENTITY_PROPERTY_CLASS_NAME - Static variable in class org.nuiton.topia.generator.QueryHelperTransformer
 
ENTITY_PROPERTY_GENERIC_TYPE - Static variable in class org.nuiton.topia.generator.QueryHelperTransformer
 
ENTITY_PROPERTY_SUFFIX - Static variable in class org.nuiton.topia.generator.QueryHelperTransformer
 
EntityAssociationExportModel<T extends TopiaEntityEnum,E extends TopiaEntity> - Class in org.nuiton.topia.persistence.csv.out
A model to export associations of entities into csv files.
EntityAssociationImportModel<T extends TopiaEntityEnum> - Class in org.nuiton.topia.persistence.csv.in
A model to import associations of entities from csv files.
EntityAssociationImportModel(char, AssociationMeta<T>) - Constructor for class org.nuiton.topia.persistence.csv.in.EntityAssociationImportModel
 
entityClass - Variable in class org.nuiton.topia.persistence.TopiaDAOImpl
Type of entity managed by this dao.
EntityCsvModel<T extends TopiaEntityEnum,E extends TopiaEntity> - Class in org.nuiton.topia.persistence.csv
A model to import / export entities into csv files.
EntityCsvModel(char, TableMeta<T>) - Constructor for class org.nuiton.topia.persistence.csv.EntityCsvModel
 
EntityCsvModel(char, TableMeta<T>, String) - Constructor for class org.nuiton.topia.persistence.csv.EntityCsvModel
 
EntityDAOTransformer - Class in org.nuiton.topia.generator
To generate all DAO related classes for a given entity.
EntityDAOTransformer() - Constructor for class org.nuiton.topia.generator.EntityDAOTransformer
 
EntityDTOTransformer - Class in org.nuiton.topia.generator
Created: 14 déc. 2009
EntityDTOTransformer() - Constructor for class org.nuiton.topia.generator.EntityDTOTransformer
 
entityEnumName - Variable in class org.nuiton.topia.generator.EntityDAOTransformer
 
entityEnumPackage - Variable in class org.nuiton.topia.generator.EntityDAOTransformer
 
EntityExportContext(ExportModel<TopiaEntity>, TableMeta<T>, File) - Constructor for class org.nuiton.topia.persistence.csv.out.TopiaCsvExports.EntityExportContext
 
entityExporters - Variable in class org.nuiton.topia.persistence.csv.out.ExportEntityVisitor
Export for simple entity.
EntityFilter - Interface in org.nuiton.topia.framework
Created: 3 juin 2010
EntityHibernateMappingGenerator - Class in org.nuiton.topia.generator
 
EntityHibernateMappingGenerator() - Constructor for class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
entityListeners - Variable in class org.nuiton.topia.framework.TopiaFiresSupport
 
EntityListUpdator<P extends TopiaEntity,E extends TopiaEntity> - Class in org.nuiton.topia.persistence.util
A implementation of ListUpdator for TopiaEntity type.
EntityListUpdator(Class<P>, Class<E>, String) - Constructor for class org.nuiton.topia.persistence.util.EntityListUpdator
 
EntityOperator<B extends TopiaEntity> - Class in org.nuiton.topia.persistence.util
Un objet qui permet d'effecuter des operations de manipulation des donnees dans les entites du type donne.
EntityOperator(TopiaEntityEnum) - Constructor for class org.nuiton.topia.persistence.util.EntityOperator
 
EntityOperatorStore - Class in org.nuiton.topia.persistence.util
Un cache d'operateurs.
EntityOperatorStore() - Constructor for class org.nuiton.topia.persistence.util.EntityOperatorStore
 
EntityState - Class in org.nuiton.topia.framework
Used to know the state of entity during transaction.
EntityState() - Constructor for class org.nuiton.topia.framework.EntityState
 
EntityTransformer - Class in org.nuiton.topia.generator
A template to generate all the TopiaEntity api for all classifier with a entity stereotype.
EntityTransformer() - Constructor for class org.nuiton.topia.generator.EntityTransformer
 
entityType - Variable in class org.nuiton.topia.persistence.csv.in.CsvImportResult
type of entity to import csv datas.
entityType - Variable in class org.nuiton.topia.persistence.csv.TopiaCsvCommons.AssociationValueParserFormatter
 
entityType - Variable in class org.nuiton.topia.persistence.csv.TopiaCsvCommons.ForeignKeyValue
 
entityType - Variable in class org.nuiton.topia.persistence.csv.TopiaCsvCommons.ForeignKeyValueForAssociation
 
entityTypes - Variable in class org.nuiton.topia.persistence.csv.in.CsvFileImportResult
type of entity to import csv datas.
entityVetoables - Variable in class org.nuiton.topia.framework.TopiaFiresSupport
 
EntityVisitor - Interface in org.nuiton.topia.persistence
The contract of a visitor of any TopiaEntity.
entryFile - Variable in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports.AssociationExportContext
 
entryFile - Variable in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports.EntityExportContext
 
equals(Object) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
On est sur que les objets sont bien les memes car s'il n'ont pas d'id cela veut dire qu'il ne vienne pas de la meme session donc qu'il sont nouveau et different, ou bien qu'ils viennent de la meme session et dans ce cas l'egalite == fonctionne.
equals(Object) - Method in class org.nuiton.topia.persistence.TopiaId
 
equals(Object) - Method in class org.nuiton.topia.persistence.util.EntityOperator
 
exceptionName - Variable in class org.nuiton.topia.generator.ServiceTransformer
 
execute(String, Object...) - Method in class org.nuiton.topia.framework.TopiaContextImpl
Execute HQL operation on data (Update, Delete)
execute(Connection) - Method in class org.nuiton.topia.framework.TopiaContextImpl.SQLWork
 
execute(TopiaContext) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Simple execution of the query.
execute(String, Object...) - Method in interface org.nuiton.topia.TopiaContext
Execute HQL operation on data (Update, Delete).
executeCount(TopiaContext) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Execute a simple count on the query, i.e. the number of results get from the query.
executeSQL(String) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
executeSQL(String) - Method in interface org.nuiton.topia.TopiaContext
Execute a given sql code inside this transaction.
executeToEntity(TopiaContext, Class<E>) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Execute the query and get the first result entity.
executeToEntityList(TopiaContext, Class<E>) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Execute the query and get a List of entity.
executeToEntityMap(TopiaContext, Class<E>, String, Class<K>) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Execute the query and get a Map of entity with key type in argument.
executeToEntityMap(TopiaContext, Class<E>) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Execute the query and get a Map of entity with topiaId in key.
executeToInteger(TopiaContext, String) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Execute the query and get an Integer for result.
executeToObject(TopiaContext, String) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Execute the query and get an Object for result.
executeToString(TopiaContext, String) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Execute the query and get a String for result.
existByProperties(String, Object, Object...) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Check the existence of an entity with propertyName with propertyValue.
existByProperties(String, Object, Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
existByQuery(TopiaQuery) - Method in interface org.nuiton.topia.persistence.TopiaDAODeprecated
Deprecated.
since 2.6.12, TopiaQuery will be removed in version 3.0
existByQuery(TopiaQuery) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
existByTopiaId(String) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Check the existence of an entity with technical id.
existByTopiaId(String) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
existsByQuery(String, Object...) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Check the existence of an entity using a hql query.
existsByQuery(String, Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
existSequence(String, TopiaContext) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
existSequence(Class<? extends TopiaEntity>, String, TopiaContext) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
existSequence(String, TopiaContext, boolean) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
export(Iterable<E>) - Method in class org.nuiton.topia.persistence.csv.out.ExportEntityVisitor
 
export(TopiaEntity) - Method in class org.nuiton.topia.persistence.csv.out.ExportEntityVisitor
 
export - Variable in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports.AssociationExportContext
Exporter object.
export - Variable in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports.EntityExportContext
Exporter object.
exportData(TableMeta<T>, ExportModelFactory<T>, PrepareDataForExport<T>) - Static method in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports
 
exportData(TableMeta<T>, ExportModelFactory<T>, PrepareDataForExport<T>, File) - Static method in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports
 
exportData(AssociationMeta<T>, ExportModelFactory<T>, PrepareDataForExport<T>, File) - Static method in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports
 
ExportEntityVisitor<T extends TopiaEntityEnum> - Class in org.nuiton.topia.persistence.csv.out
Entity visitor to export data to csv files.
ExportEntityVisitor(TopiaPersistenceHelper<T>, Map<T, TopiaCsvExports.EntityExportContext<T>>) - Constructor for class org.nuiton.topia.persistence.csv.out.ExportEntityVisitor
 
ExportModelFactory<T extends TopiaEntityEnum> - Interface in org.nuiton.topia.persistence.csv.out
To produce export model.

F

field - Variable in class org.nuiton.topia.persistence.pager.FilterRule
 
filter(Collection<TopiaEntity>, Class<? extends TopiaEntity>) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
Filter a list of entities, and keep only the ones from a given type.
FilterRule - Class in org.nuiton.topia.persistence.pager
Rule for a filtered pager.
FilterRule(FilterRuleOperator, String, String) - Constructor for class org.nuiton.topia.persistence.pager.FilterRule
 
FilterRuleGroupOperator - Enum in org.nuiton.topia.persistence.pager
Define the operator to apply between some rules.
FilterRuleOperator - Enum in org.nuiton.topia.persistence.pager
Operator used in a rule.
finalize() - Method in class org.nuiton.topia.event.TopiaTransactionEvent
 
finalize() - Method in class org.nuiton.topia.framework.TopiaConnectionProvider
 
finalize() - Method in class org.nuiton.topia.framework.TopiaContextImpl
Pour le context root on ferme tous les fils, et la factory hibernate.
finalize() - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
 
finalize() - Method in class org.nuiton.topia.persistence.util.Collector
 
finalize() - Method in class org.nuiton.topia.persistence.util.DBMapping
 
finalize() - Method in class org.nuiton.topia.persistence.util.EntityOperator
 
finalize() - Method in class org.nuiton.topia.persistence.util.EntityOperatorStore
 
find(String, int, int, Object...) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
find(String, int, int, Object...) - Method in interface org.nuiton.topia.TopiaContext
Permet de faire une requete HQL hibernate directement sur la base en precisant la fenetre des elements a remonter avec les parametres startIndex et endIndex.
findAll(String, Object...) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
findAll() - Method in interface org.nuiton.topia.persistence.TopiaDAO
Gets all entitys of the dao type in db.
findAll() - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findAll() - Method in class org.nuiton.topia.persistence.TopiaDAOLegacy
Deprecated.
 
findAll(String, Object...) - Method in interface org.nuiton.topia.TopiaContext
Permet de faire une requete HQL hibernate directement sur la base.
findAllByProperties(String, Object, Object...) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Gets all entities of the dao type matching the value for the given propertyName and others.
findAllByProperties(Map<String, Object>) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Gets all entities of the dao type matching all the properties.
findAllByProperties(String, Object, Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findAllByProperties(Map<String, Object>) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findAllByProperties(String, Object, Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOLegacy
Deprecated.
 
findAllByProperties(Map<String, Object>) - Method in class org.nuiton.topia.persistence.TopiaDAOLegacy
Deprecated.
 
findAllByProperty(String, Object) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Gets all entities of the dao type matching the value for the given propertyName.
findAllByProperty(String, Object) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findAllByProperty(String, Object) - Method in class org.nuiton.topia.persistence.TopiaDAOLegacy
Deprecated.
 
findAllByQuery(String, Object...) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Gets all entities when executing the given select query for the dao entity type.
findAllByQuery(Class<R>, String, Object...) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Gets all entities when executing the given select query for the given type which may not be a entity type (int, long, map,...).
findAllByQuery(TopiaQuery) - Method in interface org.nuiton.topia.persistence.TopiaDAODeprecated
Deprecated.
since 2.6.12, TopiaQuery will be removed in version 3.0
findAllByQuery(TopiaQuery) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findAllByQuery(String, Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findAllByQuery(Class<R>, String, Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findAllByQueryAndPager(Class<R>, String, TopiaPagerBean, Object...) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Gets a page of entities of the given select hql query using the pager to obtain the window of entities to return.
findAllByQueryAndPager(String, TopiaPagerBean, Object...) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Gets a page of entities of the given select hql query using the pager to obtain the window of entities to return.
findAllByQueryAndPager(Class<R>, String, TopiaPagerBean, Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findAllByQueryAndPager(String, TopiaPagerBean, Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findAllByQueryWithBound(Class<R>, String, int, int, Object...) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Gets a page of entities when executing the given select query for the dao entity type (will only return the window of startIndex - endIndex entities).
findAllByQueryWithBound(String, int, int, Object...) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Gets a page of entities when executing the given select query for the dao entity type (will only return the window of startIndex - endIndex entities).
findAllByQueryWithBound(Class<R>, String, int, int, Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findAllByQueryWithBound(String, int, int, Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findAllContains(String, Object) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Récupère toutes les entités (du type géré par ce dao) dont la collection nommée propertyName contient la property donnée.
findAllContains(String, Object) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findAllIds() - Method in interface org.nuiton.topia.persistence.TopiaDAO
Recuperation de tous les ids en base pour le type d'entite du dao.
findAllIds() - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findAllIds() - Method in class org.nuiton.topia.persistence.TopiaDAOLegacy
Deprecated.
 
FindAllIterator(TopiaDAO<E>, Class<R>, int, String, Object...) - Constructor for class org.nuiton.topia.persistence.TopiaDAOImpl.FindAllIterator
 
findAllLazyByQuery(String, Object...) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Gets all entities in lazy mode when executing the given select query for the dao entity type.
findAllLazyByQuery(Class<R>, String, Object...) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Gets all entities in lazy mode when executing the given select query for the given type which may not be a entity type (int, long, map,...).
findAllLazyByQuery(int, String, Object...) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Gets all entities in lazy mode when executing the given select query for the dao entity type.
findAllLazyByQuery(Class<R>, int, String, Object...) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Gets all entities in lazy mode when executing the given select query for the given type which may not be a entity type (int, long, map,...).
findAllLazyByQuery(String, Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findAllLazyByQuery(Class<R>, String, Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findAllLazyByQuery(int, String, Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findAllLazyByQuery(Class<R>, int, String, Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findAllMappedByQuery(TopiaQuery) - Method in interface org.nuiton.topia.persistence.TopiaDAODeprecated
Deprecated.
since 2.6.12, TopiaQuery will be removed in version 3.0
findAllMappedByQuery(TopiaQuery, String, Class<K>) - Method in interface org.nuiton.topia.persistence.TopiaDAODeprecated
Deprecated.
since 2.6.12, TopiaQuery will be removed in version 3.0
findAllMappedByQuery(TopiaQuery) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findAllMappedByQuery(TopiaQuery, String, Class<K>) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findAllUsages(E) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Find all usages of the given entity.
findAllUsages(E) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findAllWithOrder(String...) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Gets all entites for the dao entity type order by given propertyNames.
findAllWithOrder(String...) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findAllWithOrder(String...) - Method in class org.nuiton.topia.persistence.TopiaDAOLegacy
Deprecated.
 
findByPrimaryKey(Map<String, Object>) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Recherche la classe en utilisant la cle naturelle, chaque champs de la cle naturelle est une entre de la map passe en argument.
findByPrimaryKey(Object...) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Recherche la classe en utilisant la cle naturelle, si la cle naturelle est composé de plusieurs champs alors les arguments passés doivent être dans l'ordre de declaration dans le fichier de mapping
findByPrimaryKey(Map<String, Object>) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findByPrimaryKey(Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findByPrimaryKey(Map<String, Object>) - Method in class org.nuiton.topia.persistence.TopiaDAOLegacy
Deprecated.
 
findByPrimaryKey(Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOLegacy
Deprecated.
 
findByProperties(String, Object, Object...) - Method in interface org.nuiton.topia.persistence.TopiaDAO
 
findByProperties(Map<String, Object>) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Find an entity matching properties.
findByProperties(String, Object, Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findByProperties(Map<String, Object>) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findByProperties(String, Object, Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOLegacy
Deprecated.
 
findByProperties(Map<String, Object>) - Method in class org.nuiton.topia.persistence.TopiaDAOLegacy
Deprecated.
 
findByProperty(String, Object) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Find an entity matching value for the given propertyName.
findByProperty(String, Object) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findByProperty(String, Object) - Method in class org.nuiton.topia.persistence.TopiaDAOLegacy
Deprecated.
 
findByQuery(TopiaQuery) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
findByQuery(String, Object...) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Execute une requête basé sur l'entité du DAO.
findByQuery(Class<R>, String, Object...) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Execute une requête basé sur le type donné.
findByQuery(TopiaQuery) - Method in interface org.nuiton.topia.persistence.TopiaDAODeprecated
Deprecated.
since 2.6.12, TopiaQuery will be removed in version 3.0
findByQuery(TopiaQuery) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findByQuery(String, Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findByQuery(Class<R>, String, Object...) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findByQuery(TopiaQuery) - Method in interface org.nuiton.topia.TopiaContext
Deprecated.
since 2.6.12, TopiaQuery will be removed in version 3.0
findByTopiaId(String) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
findByTopiaId(String) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Find an entity corresponding to the id.
findByTopiaId(String) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findByTopiaId(String) - Method in class org.nuiton.topia.persistence.TopiaDAOLegacy
Deprecated.
 
findByTopiaId(String) - Method in interface org.nuiton.topia.TopiaContext
Retrieve TopiaEntity using its unique id.
findContains(String, Object) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Récupère la première entité (du type géré par ce dao) dont la collection nommée propertyName contient la property donnée.
findContains(String, Object) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
findMultipleResult(TopiaContextImplementor) - Method in class org.nuiton.topia.framework.TopiaSQLQuery
Obtain a multiple results fro the builded sql query.
findMultipleResult(List<O>, ResultSet) - Method in class org.nuiton.topia.framework.TopiaSQLQuery
Obtain a multi result given the result set and push in in the result list.
findSingleResult(TopiaContextImplementor) - Method in class org.nuiton.topia.framework.TopiaSQLQuery
Obtain a single result from the builded sql query.
findSingleResult(List<O>, ResultSet) - Method in class org.nuiton.topia.framework.TopiaSQLQuery
Obtain a single result given the result set and push in in the result list.
findUnique(String, Object...) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
findUnique(String, Object...) - Method in interface org.nuiton.topia.TopiaContext
Allow to do some HQL query and return an unique result.
findUsages(Class<R>, E) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Find usages of the given entity in the entities of the given type.
findUsages(Class<U>, E) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
fireEntitiesLoad(TopiaContextImplementor, List<E>) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
Notify entities listeners for load operation
fireOnBeginTransaction(TopiaContextImplementor) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
fireOnPostCommit(TopiaContextImplementor) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
fireOnPostCreate(TopiaContextImplementor, TopiaEntity, Object[]) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
fireOnPostDelete(TopiaContextImplementor, TopiaEntity, Object[]) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
fireOnPostLoad(TopiaContextImplementor, TopiaEntity, Object[]) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
fireOnPostRead(PropertyChangeSupport, TopiaEntity, String, Object) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
fireOnPostRead(PropertyChangeSupport, TopiaEntity, String, int, Object) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
fireOnPostRead(String, Object) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
fireOnPostRead(String, int, Object) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
fireOnPostRollback(TopiaContextImplementor) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
fireOnPostUpdate(TopiaContextImplementor, TopiaEntity, Object[], Object[], int[]) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
fireOnPostWrite(PropertyChangeSupport, TopiaEntity, String, Object, Object) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
fireOnPostWrite(PropertyChangeSupport, TopiaEntity, String, int, Object, Object) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
fireOnPostWrite(String, Object, Object) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
fireOnPostWrite(String, int, Object, Object) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
fireOnPreCreate(TopiaContextImplementor, TopiaEntity, Object[]) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
fireOnPreDelete(TopiaContextImplementor, TopiaEntity, Object[]) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
fireOnPreLoad(TopiaContextImplementor, TopiaEntity, Object[]) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
fireOnPreRead(VetoableChangeSupport, TopiaEntity, String, Object) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
fireOnPreRead(String, Object) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
fireOnPreUpdate(TopiaContextImplementor, TopiaEntity, Object[], Object[]) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
fireOnPreWrite(VetoableChangeSupport, TopiaEntity, String, Object, Object) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
fireOnPreWrite(String, Object, Object) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
firePostCreateSchema(TopiaContext) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
Notify topia context listeners for create schema post operation
firePostRestoreSchema(TopiaContext) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
Notify topia context listeners for schema restore post operation
firePostUpdateSchema(TopiaContext) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
Notify topia context listeners for create schema post operation
firePreCreateSchema(TopiaContext) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
Notify topia context listeners for create schema pre operation
firePreRestoreSchema(TopiaContext) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
Notify topia context listeners for schema restore pre operation
firePreUpdateSchema(TopiaContext) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
Notify topia context listeners for create schema pre operation
firesSupport - Variable in class org.nuiton.topia.framework.TopiaContextImpl
 
ForeignKeyDecoratedValue(Decorator<E>) - Constructor for class org.nuiton.topia.persistence.csv.TopiaCsvCommons.ForeignKeyDecoratedValue
 
ForeignKeyValue(Class<E>, String, Map<String, E>) - Constructor for class org.nuiton.topia.persistence.csv.TopiaCsvCommons.ForeignKeyValue
 
ForeignKeyValueForAssociation(Class<E>, String, Map<String, E>) - Constructor for class org.nuiton.topia.persistence.csv.TopiaCsvCommons.ForeignKeyValueForAssociation
 
format(Collection<E>) - Method in class org.nuiton.topia.persistence.csv.TopiaCsvCommons.AssociationValueParserFormatter
 
format(E) - Method in class org.nuiton.topia.persistence.csv.TopiaCsvCommons.ForeignKeyDecoratedValue
 
format(E) - Method in class org.nuiton.topia.persistence.csv.TopiaCsvCommons.ForeignKeyValue
 
from - Variable in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
From part of the query.
FROM_SEPARATOR_DEFAULT - Static variable in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
 
FROM_SEPARATOR_JOIN - Static variable in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
 
FROM_SEPARATOR_LEFT_JOIN - Static variable in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
 
fullQuery() - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Get the full query.

G

generateAbstract - Variable in class org.nuiton.topia.generator.EntityTransformer
 
generateAggregateOperation(ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityTransformer
 
generateAttributes(Writer, EntityHibernateMappingGenerator.ClassContext, List<ObjectModelAttribute>, String) - Method in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
generateBinder(String, ObjectModelClass, ObjectModelClass, StringBuilder) - Method in class org.nuiton.topia.generator.BinderHelperTransformer
 
generateBooleanGetMethods - Variable in class org.nuiton.topia.generator.EntityTransformer
 
generateCompositeOperation(ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityTransformer
 
generateDAOAbstract(ObjectModelClass, String, String) - Method in class org.nuiton.topia.generator.EntityDAOTransformer
 
generateDAOClass(ObjectModelClass, String, String) - Method in class org.nuiton.topia.generator.EntityDAOTransformer
 
generateDAOImpl(ObjectModelClass, String, String) - Method in class org.nuiton.topia.generator.EntityDAOTransformer
 
generateDatabaseObjects(Writer, EntityHibernateMappingGenerator.ClassContext, List<ObjectModelAttribute>) - Method in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
generateDelete(ObjectModelClass, ObjectModelClass) - Method in class org.nuiton.topia.generator.DAOAbstractTransformer
Deprecated.
 
generateDelete(ObjectModelClass, ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityDAOTransformer
 
generateExtraConstants(ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityTransformer
Generate extra constants if input has dependencies on enum used as constant injector.
generateExtraOperations(ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityTransformer
 
generateFindUsages(ObjectModelClass, ObjectModelClass, Set<ObjectModelClass>) - Method in class org.nuiton.topia.generator.EntityDAOTransformer
 
generateFromClass(Writer, ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
generateHibernateMany(Writer, EntityHibernateMappingGenerator.ClassContext, ObjectModelAttribute, String) - Method in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
generateHibernateManyToMany(Writer, EntityHibernateMappingGenerator.ClassContext, ObjectModelAttribute, String) - Method in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
generateHibernateManyToOne(Writer, EntityHibernateMappingGenerator.ClassContext, ObjectModelAttribute, String) - Method in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
generateHibernateManyToOne(Writer, EntityHibernateMappingGenerator.ClassContext, ObjectModelAttribute, boolean, String) - Method in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
generateHibernateOneToMany(Writer, EntityHibernateMappingGenerator.ClassContext, ObjectModelAttribute, String) - Method in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
generateHibernateOneToOne(Writer, EntityHibernateMappingGenerator.ClassContext, ObjectModelAttribute, String) - Method in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
generateHibernateProperty(Writer, EntityHibernateMappingGenerator.ClassContext, ObjectModelAttribute, String) - Method in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
generateImpl - Variable in class org.nuiton.topia.generator.EntityTransformer
 
generateImpl(ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityTransformer
 
generateInterface - Variable in class org.nuiton.topia.generator.EntityTransformer
 
generateNMultiplicity(String, ObjectModelClass, ObjectModelAttribute) - Method in class org.nuiton.topia.generator.DAOAbstractTransformer
Deprecated.
 
generateNMultiplicity(String, ObjectModelClass, ObjectModelAttribute) - Method in class org.nuiton.topia.generator.EntityDAOTransformer
 
generateNoNMultiplicity(String, ObjectModelClass, ObjectModelAttribute, boolean) - Method in class org.nuiton.topia.generator.DAOAbstractTransformer
Deprecated.
 
generateNoNMultiplicity(String, ObjectModelClass, ObjectModelAttribute, boolean) - Method in class org.nuiton.topia.generator.EntityDAOTransformer
 
generateProperties(Collection<ObjectModelAttribute>) - Method in class org.nuiton.topia.generator.EntityTransformer
Generate properties from attributes.
generatePropertyAttribute(ObjectModelAttribute) - Method in class org.nuiton.topia.generator.EntityTransformer
 
generatePropertyConstant(ObjectModelAttribute) - Method in class org.nuiton.topia.generator.EntityTransformer
Generate constant in interface for attribute.
generatePropertyOperations(ObjectModelAttribute) - Method in class org.nuiton.topia.generator.EntityTransformer
Generation operations for attributes.
generateSerialVersionUID(ObjectModelClass, ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityTransformer
 
generateToString(ObjectModelClass, ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Test if we need to generate toString method for the given class.
generateToStringOperation(ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityTransformer
 
get() - Method in class org.nuiton.topia.framework.TopiaUtil.ConnectionProviderSupplier
 
get(String, B) - Method in class org.nuiton.topia.persistence.util.EntityOperator
Recupere la valeur de la propriete donnee.
get(Class<T>) - Method in class org.nuiton.topia.persistence.util.TopiaEntityMap
 
GET_TOPIA_ID - Static variable in class org.nuiton.topia.persistence.TopiaId
Function to obtain TopiaEntity.getTopiaId() from any entity.
getAccessorExpression() - Method in class org.nuiton.topia.persistence.util.TopiaEntityRef
 
getAccessTagValue(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_ACCESS tag value on the given attribute.
getAggregate() - Method in interface org.nuiton.topia.persistence.TopiaEntity
 
getAggregate() - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
getAllServices() - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
getAllServices() - Method in interface org.nuiton.topia.framework.TopiaContextImplementor
Deprecated.
since 2.3.4 : useless method, use TopiaContextImplementor.getServices() instead
getAlreadyExplored() - Method in class org.nuiton.topia.persistence.util.Collector.CollectorVisitor
 
getAlreadyExplored() - Method in class org.nuiton.topia.persistence.util.Collector
 
getAnnotationTagValue(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_ANNOTATION tag value on the given attribute.
getAssociationProperties() - Method in class org.nuiton.topia.persistence.util.EntityOperator
 
getAssociationPropertyType(String) - Method in class org.nuiton.topia.persistence.util.EntityOperator
 
getAssociationPropertyType(int) - Method in class org.nuiton.topia.persistence.util.EntityOperator
 
getAssociations() - Method in class org.nuiton.topia.persistence.metadata.TableMeta
 
getAssociations(String) - Method in class org.nuiton.topia.persistence.metadata.TableMeta
 
getBatchSize() - Method in interface org.nuiton.topia.persistence.TopiaDAO
Obtains the batch size used to load data.
getBatchSize() - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
getBigInteger(TopiaContext, String, BigInteger) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
getBinder() - Method in class org.nuiton.topia.persistence.metadata.TableMeta
 
getChild(P, String) - Method in class org.nuiton.topia.persistence.util.EntityListUpdator
 
getChild(String, B, String) - Method in class org.nuiton.topia.persistence.util.EntityOperator
Recupere une entite d'association a partir de son id.
getChild(P, String) - Method in interface org.nuiton.topia.persistence.util.ListUpdator
Obtain a child from the entity given his id.
getChildContext() - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
getChildContext() - Method in interface org.nuiton.topia.framework.TopiaContextImplementor
Retrieve a thread-safe copy of children context set.
getChilds(TopiaEntity) - Method in class org.nuiton.topia.persistence.metadata.AssociationMeta
 
getChilds(P) - Method in class org.nuiton.topia.persistence.util.EntityListUpdator
 
getChilds(P) - Method in interface org.nuiton.topia.persistence.util.ListUpdator
Obtain the collection of childs from the entity.
getClassesByStereotype(String, ObjectModel, boolean) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the list of classes for a given stereotype with the possibility to sort the result.
getClassName(String) - Static method in class org.nuiton.topia.persistence.TopiaId
Extrait la classe du topiaId.
getClassNameAsString(String) - Static method in class org.nuiton.topia.persistence.TopiaId
Return class name id topiaId is id, and empty string if topiaId is not an id.
getClazz() - Method in class org.nuiton.topia.persistence.util.EntityOperator
 
getCollectionType(ObjectModelAttribute) - Method in class org.nuiton.topia.generator.EntityTransformer
 
getColumnNames(ResultSet) - Method in class org.nuiton.topia.framework.TopiaSQLQuery
Obtain the column names of a given result set using his metadata.
getColumnNames() - Method in class org.nuiton.topia.persistence.metadata.TableMeta
 
getColumnNamesAsArray() - Method in class org.nuiton.topia.persistence.metadata.TableMeta
 
getColumns(String) - Method in class org.nuiton.topia.persistence.metadata.TableMeta
 
getColumns() - Method in class org.nuiton.topia.persistence.metadata.TableMeta
 
getColumnType() - Method in class org.nuiton.topia.persistence.metadata.ColumnMeta
 
getComposite() - Method in interface org.nuiton.topia.persistence.TopiaEntity
 
getComposite() - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
getConfig() - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
getConfig() - Method in interface org.nuiton.topia.framework.TopiaContextImplementor
 
getConnection() - Method in class org.nuiton.topia.framework.TopiaConnectionProvider
 
getConnectionProps() - Method in class org.nuiton.topia.framework.TopiaConnectionProvider
 
getContext(TopiaContextImplementor, Session) - Method in class org.nuiton.topia.framework.TopiaFiresSupport.TopiaHibernateEvent
Recherche le context utilisant la session hibernate passe en parametre
getContext() - Method in interface org.nuiton.topia.persistence.TopiaDAO
Return context used by this DAO.
getContext() - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
getContext() - Static method in class org.nuiton.topia.TopiaContextFactory
Utilise par defaut le fichier de propriete TopiaContextImpl.properties
getContext(Properties) - Static method in class org.nuiton.topia.TopiaContextFactory
Methode static permettant de recuperer un context.
getContextOpened() - Static method in class org.nuiton.topia.TopiaContextFactory
Permet de connaitre la liste des contexts encore en memoire, utile pour du debuggage.
getContract() - Method in interface org.nuiton.topia.persistence.TopiaEntityEnum
 
getContractClass(TopiaEntity) - Method in class org.nuiton.topia.persistence.util.Collector
 
getContractClass(Class<? extends TopiaEntity>) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
getContractClass(TopiaEntityEnum[], Class<? extends TopiaEntity>) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
 
getContractClasses(TopiaEntityEnum[], Iterable<Class<? extends TopiaEntity>>) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
 
getContracts(TopiaEntityEnum[]) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
Ontenir l'ensemble des contrats d'entites a partir des descriptions d'entites.
getCopyright(Model) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Deprecated.
since 2.5 never use anywhere
getCurrentValueFromSequence(String, TopiaContext) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
getCurrentValueFromSequence(Class<? extends TopiaEntity>, String, TopiaContext) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
getCurrentValueFromSequence(String, TopiaContext, boolean) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
getDAO(Class<E>) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
getDAO(Class<E>, Class<D>) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
getDAO(Class<E>) - Method in interface org.nuiton.topia.framework.TopiaContextImplementor
Get DAO for specified class.
getDAO(Class<E>, Class<D>) - Method in interface org.nuiton.topia.framework.TopiaContextImplementor
Get DAO for specified class.
getDAO(TopiaContext, Class<E>) - Method in interface org.nuiton.topia.persistence.TopiaPersistenceHelper
 
getDAO(TopiaContext, T) - Method in interface org.nuiton.topia.persistence.TopiaPersistenceHelper
 
getDAOImplementation(ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the class to use as abstract dao.
getDaoImplementationTagValue(ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtains the value of the TopiaTagValues.TAG_DAO_IMPLEMENTATION tag value on the given model.
getDAOInterface(ObjectModelClass, ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Renvoie l'interface DAO associée à la classe passée en paramètre
getDAOOperations(ObjectModelClass) - Method in class org.nuiton.topia.generator.DAOAbstractTransformer
Deprecated.
 
getDAOOperations(ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityDAOTransformer
Obtain business operations of the DAO.
getData() - Method in class org.nuiton.topia.persistence.pager.FilterRule
 
getDBName(ObjectModelElement) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Deprecated.
since 2.5, prefer use the method TopiaGeneratorUtil.getDbName(ObjectModelElement)
getDbName(ObjectModelElement) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Renvoie le nom BD de l'élement passé en paramètre.
getDbNameTagValue(ObjectModelElement) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_DB_NAME tag value on the given element.
getDBProperty(Class<? extends TopiaEntity>, String) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
getDbSchemaNameTagValue(ObjectModelClassifier, ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_SCHEMA_NAME tag value on the given classifier.
getDBTable(Class<? extends TopiaEntity>) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
getDefaultPackage(AbstractGenerator<?>) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Renvoie le package par défaut pour le générateur donné
getDependencies() - Method in class org.nuiton.topia.persistence.metadata.TableMeta
 
getDirtyProperties() - Method in class org.nuiton.topia.event.TopiaEntityEvent
 
getDoCommitTagValue(ObjectModelOperation, ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_DO_COMMIT tag value on the given operation.
getDOType(ObjectModelElement, ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
 
getDOType(String, ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
 
getElementsWithStereotype(Collection<Type>, String...) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
 
getEndIndex() - Method in interface org.nuiton.topia.framework.EntityFilter
Get the value of endIndex
getEndIndex() - Method in class org.nuiton.topia.framework.TopiaFilter
 
getEntities() - Method in class org.nuiton.topia.event.TopiaEntitiesEvent
 
getEntities() - Method in class org.nuiton.topia.event.TopiaTransactionEvent
 
getEntities(TopiaContextImplementor, List<E>, boolean) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
 
getEntities(TopiaContext, String...) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
 
getEntitiesList(TopiaContext, String...) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
 
getEntity() - Method in class org.nuiton.topia.event.TopiaEntityEvent
 
getEntityByTopiaId(Collection<E>, String) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
Récupère une entité dans une liste d'entités à partir de son TopiaEntity.getTopiaId().
getEntityClass() - Method in interface org.nuiton.topia.persistence.TopiaDAO
Get the type of entity managed by this DAO.
getEntityClass() - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
getEntityClasses(ObjectModel, boolean) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the list of entities classes with the possibility to sort the result.
getEntityContext(Class<? extends TopiaEntity>) - Method in class org.nuiton.topia.persistence.csv.out.ExportEntityVisitor
 
getEntityEnum(Class<E>) - Method in interface org.nuiton.topia.persistence.TopiaPersistenceHelper
 
getEntityEnum(Class<? extends TopiaEntity>, TopiaEntityEnum...) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
 
getEntityListeners() - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
getEntityType() - Method in class org.nuiton.topia.persistence.csv.in.CsvImportResult
 
getEntityType() - Method in class org.nuiton.topia.persistence.metadata.TableMeta
 
getEntityTypes() - Method in class org.nuiton.topia.persistence.csv.in.CsvFileImportResult
 
getEntityVetoables() - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
getErrorArgsTagValue(ObjectModelOperation) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_ERROR_ARGS tag value on the given operation.
getExceptionClassTagValue(ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_EXCEPTION_CLASS tag value on the given interface.
getExistingEntity(TopiaDAO<E>, String) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
Récupère une entité qui doit exister à partir de son id.
getFetchTagValue(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_FETCH tag value on the given attribute.
getField() - Method in class org.nuiton.topia.persistence.pager.FilterRule
 
getFilename() - Method in class org.nuiton.topia.persistence.metadata.AssociationMeta
 
getFilename() - Method in interface org.nuiton.topia.persistence.metadata.MetaFilenameAware
 
getFilename() - Method in class org.nuiton.topia.persistence.metadata.TableMeta
 
getFilenameForClass(ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
getFiresSupport() - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
getFiresSupport() - Method in interface org.nuiton.topia.framework.TopiaContextImplementor
 
getGenerateOperatorForDAOHelperTagValue(ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
 
getGenerateStandaloneEnumForDAOHelperTagValue(ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_GENERATE_STANDALONE_ENUM_FOR_DAO_HELPER tag value on the given model.
getGroupOp() - Method in class org.nuiton.topia.persistence.pager.TopiaPagerBean
 
getHibernate() - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
getHibernate() - Method in interface org.nuiton.topia.framework.TopiaContextImplementor
 
getHibernateFactory() - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
getHibernateFactory() - Method in interface org.nuiton.topia.framework.TopiaContextImplementor
 
getHibernateService(SessionFactory, Class<S>) - Static method in class org.nuiton.topia.framework.TopiaUtil
Method to get an Hibernate service instance from a given Hibernate SessionFactory NB: This method is static to make sure it does not depend on the current instance
getId(E) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
Retourne l'id de l'entity
getId(Map) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
Retourne l'id de l'entity representer comme une map
getImplementation() - Method in interface org.nuiton.topia.persistence.TopiaEntityEnum
Note : this is a lazy accessor.
getImplementationFQN() - Method in interface org.nuiton.topia.persistence.TopiaEntityEnum
 
getImportFileName() - Method in class org.nuiton.topia.persistence.csv.in.CsvFileImportResult
 
getImportFileName() - Method in class org.nuiton.topia.persistence.csv.in.CsvImportResult
 
getImports(ObjectModelClass, String...) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the list of fqn of object involed in the given class.
getImports(ObjectModelInterface, String...) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the list of fqn of object involed in the given interface.
getImports(ObjectModelClass, Set<String>) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the list of fqn of object involed in the given class.
getImports(ObjectModelInterface, Set<String>) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the list of fqn of object involed in the given interface.
getImports(ObjectModelOperation, Set<String>) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the fqn's list of all involed type in a givne operation.
getIndexForeignKeys(ObjectModelAttribute, ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtains the value of the tag value TopiaTagValues.TAG_INDEX_FOREIGN_KEYS on the model or on the given attribute.
getInteger(Map<T, Integer>, T) - Method in class org.nuiton.topia.persistence.csv.in.CsvFileImportResult
 
getInterfaces(Class<? extends TopiaEntity>, Set<Class<? extends TopiaEntity>>) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
 
getInverseTagValue(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_INVERSE tag value on the given attribute.
getInvoker() - Method in class org.nuiton.topia.persistence.util.TopiaEntityRef
 
getInvokerProperty() - Method in class org.nuiton.topia.persistence.util.TopiaEntityRef
 
getIsolation() - Method in class org.nuiton.topia.framework.TopiaConnectionProvider
 
getLazyTagValue(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_LAZY tag value on the given attribute.
getLengthTagValue(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_LENGTH tag value on the given attribute.
getList(T) - Method in class org.nuiton.topia.persistence.util.TopiaEntityMap
 
getMainAlias() - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Return the mainAlias set from constructor.
getManyToManyTableName(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Renvoie le nom unique de table pour une relation ManyToMany en fonction de l'attribut attr.
getManytoManyTableNameTagValue(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_MANY_TO_MANY_TABLE_NAME tag value on the given attribute.
getMetadata() - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
getMetadata() - Method in interface org.nuiton.topia.framework.TopiaContextImplementor
Proprietes de mapping de la base de données.
getMethod - Variable in class org.nuiton.topia.persistence.util.EntityListUpdator
 
getMethods - Variable in class org.nuiton.topia.persistence.util.EntityOperator
cache of getter methods.
getModelFactory() - Method in interface org.nuiton.topia.persistence.csv.in.ImportStrategy
 
getName(ObjectModelAttribute) - Method in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
getName(ObjectModelAttribute, boolean) - Method in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
getName() - Method in class org.nuiton.topia.persistence.metadata.AssociationMeta
 
getName() - Method in class org.nuiton.topia.persistence.metadata.ColumnMeta
 
getName() - Method in interface org.nuiton.topia.persistence.metadata.MetaFilenameAware
 
getName() - Method in class org.nuiton.topia.persistence.metadata.TableMeta
 
getNaturalId(B) - Method in class org.nuiton.topia.persistence.util.EntityOperator
Pour obtenir un dictionnaire de la clef naturelle (clef métier) du bean donne.
getNaturalIdAttributes(ObjectModelClass) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Cherche et renvoie la liste des attributs constituant la clef metier d'une classe.
getNaturalIdMutableTagValue(ObjectModelClassifier) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_NATURAL_ID_MUTABLE tag value on the given classifier.
getNaturalIds() - Method in interface org.nuiton.topia.persistence.TopiaEntityEnum
 
getNaturalIdsOnNotNullsProperties() - Method in class org.nuiton.topia.persistence.util.EntityOperator
Get all properties from a natural id or marked as not-null.
getNaturalIdTagValue(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_NATURAL_ID tag value on the given attribute.
getNaturalIsdAndNotNulls(B) - Method in class org.nuiton.topia.persistence.util.EntityOperator
Pour obtenir un dictionnaire des propriétés marqués not-null et la clef naturelle du bean donne.
getNbRows(ResultSet) - Method in class org.nuiton.topia.framework.TopiaSQLQuery
From a given result set, let's count his number of row.
getNbSteps() - Method in interface org.nuiton.topia.persistence.csv.CsvProgressModel
 
getNextValueFromSequence(String, TopiaContext) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
getNextValueFromSequence(Class<? extends TopiaEntity>, String, TopiaContext) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
getNextValueFromSequence(String, TopiaContext, boolean) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
getNMultiplicityHibernateType(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Renvoie le type d'interface à utiliser en fonction de l'attribut
getNMultiplicityInterfaceType(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Renvoie le type d'interface à utiliser en fonction de l'attribut
getNMultiplicityObjectType(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Renvoie le type d'objet (instance) à utiliser en fonction de l'attribut
getNoLogInServiceTagValue(ObjectModelClassifier, ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Deprecated.
since 2.5.4, no more use will be remove soon.
getNormalizedAssociationTableName(String, String) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
Given two names (representing two types of entity), obtains the association table name in the format X_Y where X est the table name smaller (in natural order on String).
getNotGenerateToStringTagValue(ObjectModelClassifier, ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_NOT_GENERATE_TO_STRING tag value on the given class.
getNotNull(B) - Method in class org.nuiton.topia.persistence.util.EntityOperator
Pour obtenir un dictionnaire des propriétés marqués not-null du bean donne.
getNotNullAttributes(ObjectModelClass) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Cherche et renvoie la liste des attributs qui ne doivent pas etre null dans une classe.
getNotNulls() - Method in interface org.nuiton.topia.persistence.TopiaEntityEnum
 
getNotNullTagValue(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_NOT_NULL tag value on the given attribute.
getNullValue(Class<?>) - Static method in class org.nuiton.topia.persistence.util.EntityOperator
Deprecated.
since 2.6 (there is some other library which does it
getNumberCreated(T) - Method in class org.nuiton.topia.persistence.csv.in.CsvFileImportResult
 
getNumberCreated() - Method in class org.nuiton.topia.persistence.csv.in.CsvImportResult
 
getNumberUpdated(T) - Method in class org.nuiton.topia.persistence.csv.in.CsvFileImportResult
 
getNumberUpdated() - Method in class org.nuiton.topia.persistence.csv.in.CsvImportResult
 
getOldState() - Method in class org.nuiton.topia.event.TopiaEntityEvent
 
getOp() - Method in class org.nuiton.topia.persistence.pager.FilterRule
 
getOperator() - Method in class org.nuiton.topia.persistence.metadata.AssociationMeta
 
getOperator() - Method in class org.nuiton.topia.persistence.metadata.TableMeta
 
getOperator(TopiaEntityEnum) - Static method in class org.nuiton.topia.persistence.util.EntityOperatorStore
 
getOrderBy() - Method in interface org.nuiton.topia.framework.EntityFilter
Get the value of orderBy
getOrderBy() - Method in class org.nuiton.topia.framework.TopiaFilter
 
getOrderByTagValue(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_ORDER_BY tag value on the given attribute.
getPage(List<E>, int, int) - Static method in class org.nuiton.topia.persistence.util.PagerBeanUtil
Get the elements of the lists using the pager datas: elements:all elements of the pager pageSize: number of elements in a page page: the requested page number starting at 1
getPageBound(long, int, int) - Static method in class org.nuiton.topia.persistence.util.PagerBeanUtil
Compute the pager bound given his datas: totalCount: count of all elements of the pager pageSize: number of elements in a page page: the requested page number starting at 1
getPageIndex() - Method in class org.nuiton.topia.persistence.util.PagerBean
Deprecated.
 
getPageSize() - Method in class org.nuiton.topia.persistence.util.PagerBean
Deprecated.
 
getPagesNumber() - Method in class org.nuiton.topia.persistence.util.PagerBean
Deprecated.
 
getParams() - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
 
getParentContext() - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
getParentContext() - Method in interface org.nuiton.topia.framework.TopiaContextImplementor
 
getPath() - Method in class org.nuiton.topia.persistence.util.TopiaEntityRef
 
getPersistenceClasses() - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
getPersistenceClasses() - Method in interface org.nuiton.topia.framework.TopiaContextImplementor
 
getPersistenceClasses() - Method in interface org.nuiton.topia.framework.TopiaService
Retrieve entities of this service needed for persistence.
getPersistenceHelper() - Method in class org.nuiton.topia.persistence.metadata.DbMeta
 
getPersistenceType(ObjectModelElement) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Deprecated.
getPersistenceType(ObjectModelClassifier) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Renvoie le type de persistence pour le classifier donné.
getPersistenceTypeTagValue(ObjectModelClassifier) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_PERSISTENCE_TYPE tag value on the given classifier.
getPool() - Method in class org.nuiton.topia.framework.TopiaConnectionProvider
 
getPoolSize() - Method in class org.nuiton.topia.framework.TopiaConnectionProvider
 
getPrimaryKeyAttributesListDeclaration(ObjectModelClass, boolean) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
 
getProgress() - Method in interface org.nuiton.topia.persistence.csv.CsvProgressModel
 
getProgressModel() - Method in class org.nuiton.topia.persistence.csv.in.CsvImportResult
 
getProperExceptionMessage(Throwable) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
getProperties(String) - Static method in class org.nuiton.topia.framework.TopiaUtil
Permet de récupérer le fichier de propriété ayant le nom passé en argument.
getProperties(Properties, String) - Static method in class org.nuiton.topia.framework.TopiaUtil
Permet de récupérer le fichier de propriété ayant le nom passé en argument.
getProperties() - Method in class org.nuiton.topia.persistence.util.EntityOperator
 
getProperties(String[]) - Method in class org.nuiton.topia.persistence.util.EntityOperator
 
getPropertiesToLoad() - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
 
getProperty(String...) - Static method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
This method is used to concat properties from entities.
getPropertyClassName(ObjectModelClassifier) - Method in class org.nuiton.topia.generator.QueryHelperTransformer
 
getPropertyCreateDate(String) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
 
getPropertyId(String) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
 
getPropertyName(ObjectModelAttribute) - Method in class org.nuiton.topia.generator.EntityTransformer
 
getPropertyName() - Method in class org.nuiton.topia.persistence.util.EntityListUpdator
 
getPropertyName() - Method in interface org.nuiton.topia.persistence.util.ListUpdator
Obtain the name of the property containing childs.
getPropertyType(ObjectModelAttribute) - Method in class org.nuiton.topia.generator.EntityTransformer
 
getPropertyType(String) - Method in class org.nuiton.topia.persistence.util.EntityOperator
 
getPropertyType(int) - Method in class org.nuiton.topia.persistence.util.EntityOperator
 
getPropertyVersion(String) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
 
getProxyInterfaceTagValue(ObjectModelClassifier, ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_PROXY_INTERFACE tag value on the given classifier.
getReadPropertyChangeSupport() - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
Initialize TopiaEntityAbstract.readListeners at first use or after deserialisation.
getReadVetoableChangeSupport() - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
Initialize TopiaEntityAbstract.readVetoables at first use or after deserialisation.
getRecordEndIndex() - Method in class org.nuiton.topia.persistence.util.PagerBean
Deprecated.
 
getRecords() - Method in class org.nuiton.topia.persistence.util.PagerBean
Deprecated.
 
getRecordStartIndex() - Method in class org.nuiton.topia.persistence.util.PagerBean
Deprecated.
 
getRef() - Method in class org.nuiton.topia.persistence.util.TopiaEntityRef
 
getReferenceAttributeClassifier(ObjectModelAttribute) - Method in class org.nuiton.topia.generator.QueryHelperTransformer
 
getReferenceAttributeName(ObjectModelAttribute) - Method in class org.nuiton.topia.generator.QueryHelperTransformer
 
getReferenceId() - Method in interface org.nuiton.topia.framework.EntityFilter
Get the value of referenceId
getReferenceId() - Method in class org.nuiton.topia.framework.TopiaFilter
 
getReferenceProperty() - Method in interface org.nuiton.topia.framework.EntityFilter
Get the value of referenceProperty
getReferenceProperty() - Method in class org.nuiton.topia.framework.TopiaFilter
 
getRequestPermission(String, int) - Method in interface org.nuiton.topia.persistence.TopiaDAODeprecated
Deprecated.
since 2.6.14, TopiaQuery will be removed in version 3.0
getRequestPermission(String, int) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
getReturnValue(String) - Method in class org.nuiton.topia.generator.ServiceTransformer
This method give the return string for an operation returnType.
getReverseDBName(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Deprecated.
getReverseDbName(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the reverse db name of an attribute.
getReverseDbNameOnReverseAttribute(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the reverse db name of a reverse attribute.
getReverseDbNameTagValue(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_REVERSE_DB_NAME tag value on the given element.
getRoot() - Method in class org.nuiton.topia.persistence.util.TopiaEntityRef
 
getRootContext() - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
getRootContext() - Method in interface org.nuiton.topia.framework.TopiaContextImplementor
 
getRowAsMap(String[], ResultSet) - Method in class org.nuiton.topia.framework.TopiaSQLQuery
Given the column names of the result set, transform the row of the result set to a map with column name as key.
getRules() - Method in class org.nuiton.topia.persistence.pager.TopiaPagerBean
 
getSchemaName(TopiaContext) - Static method in class org.nuiton.topia.framework.TopiaUtil
Return hibernate schema name
getSchemaName(ObjectModelElement, ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
getSecurityCreateTagValue(ObjectModelClassifier) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_SECURITY_CREATE tag value on the given classifier.
getSecurityDeleteTagValue(ObjectModelClassifier) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_SECURITY_DELETE tag value on the given classifier.
getSecurityLoadTagValue(ObjectModelClassifier) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_SECURITY_LOAD tag value on the given classifier.
getSecurityUpdateTagValue(ObjectModelClassifier) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_SECURITY_UPDATE tag value on the given classifier.
getSequenceKeysIterator() - Method in class org.nuiton.topia.persistence.util.DBMapping
 
getSequencePropertyName(String) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
getSequenceSQL(String, Class<? extends TopiaEntity>, String) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
getSequenceSQL(String, String) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
getService(String) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
getService(Class<E>) - Method in class org.nuiton.topia.framework.TopiaContextImpl
Take one service, this service must be valid service interface with public static final SERVICE_NAME declaration.
getService(Class<E>) - Method in interface org.nuiton.topia.TopiaContext
Return the service.
getServiceAbstractClassName(String) - Method in class org.nuiton.topia.generator.ServiceTransformer
 
getServiceName(Class<E>) - Method in class org.nuiton.topia.framework.TopiaContextImpl
Retrieve service name using SERVICE_NAME static field on service interface.
getServiceName() - Method in interface org.nuiton.topia.framework.TopiaService
Return the name of the service, this name need to match with configuration file, for example for index service, we need to have : "topia.service.index" and this method will returned "index".
getServiceRegistry() - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
getServiceRegistry() - Method in interface org.nuiton.topia.framework.TopiaContextImplementor
Service registry bootstrap.
getServices() - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
getServices() - Method in interface org.nuiton.topia.framework.TopiaContextImplementor
 
getSessionFactoryServiceRegistry(SessionFactory) - Static method in class org.nuiton.topia.framework.TopiaUtil
Method to extract from the given Hibernate SessionFactory a working instance of SessionFactoryServiceRegistry IMPORTANT : If possible, prefer using this method instead of TopiaUtil.getStandardServiceRegistry(org.hibernate.SessionFactory) because the SessionFactoryServiceRegistry is a child of the StandardServiceRegistry NB: This method is static to make sure it does not depend on the current instance
getSortAttributeTagValue(ObjectModelClassifier, ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_SORT_ATTRIBUTE tag value on the given classifier.
getSortColumn() - Method in class org.nuiton.topia.persistence.pager.TopiaPagerBean
 
getSource() - Method in class org.nuiton.topia.event.TopiaContextEvent
 
getSource() - Method in class org.nuiton.topia.event.TopiaEntitiesEvent
 
getSource() - Method in class org.nuiton.topia.event.TopiaEntityEvent
 
getSource() - Method in class org.nuiton.topia.event.TopiaTransactionEvent
 
getSource() - Method in class org.nuiton.topia.persistence.metadata.AssociationMeta
 
getSource() - Method in interface org.nuiton.topia.persistence.metadata.MetaFilenameAware
 
getSource() - Method in class org.nuiton.topia.persistence.metadata.TableMeta
 
getSourceType() - Method in interface org.nuiton.topia.persistence.util.Loador
Obtains the type of the entity.
getSqlTypeTagValue(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_SQL_TYPE tag value on the given attribute.
getStack() - Method in class org.nuiton.topia.persistence.util.Collector.CollectorVisitor
 
getStack() - Method in class org.nuiton.topia.persistence.util.Collector
 
getStandardServiceRegistry(SessionFactory) - Static method in class org.nuiton.topia.framework.TopiaUtil
Method to extract from the given Hibernate SessionFactory a working instance of StandardServiceRegistry IMPORTANT : As much as possible, prefer using the TopiaUtil.getSessionFactoryServiceRegistry(org.hibernate.SessionFactory) mthod instead of the current one because the SessionFactoryServiceRegistry is a child of the StandardServiceRegistry NB: This method is static to make sure it does not depend on the current instance
getStartIndex() - Method in interface org.nuiton.topia.framework.EntityFilter
Get the value of startIndex
getStartIndex() - Method in class org.nuiton.topia.framework.TopiaFilter
 
getState() - Method in class org.nuiton.topia.event.TopiaEntityEvent
 
getTable(T) - Method in class org.nuiton.topia.persistence.metadata.DbMeta
 
getTableNames() - Method in class org.nuiton.topia.persistence.metadata.DbMeta
 
getTables() - Method in class org.nuiton.topia.persistence.metadata.DbMeta
 
getTarget() - Method in class org.nuiton.topia.persistence.metadata.AssociationMeta
 
getTopiaContext() - Method in class org.nuiton.topia.event.TopiaTransactionEvent
Deprecated.
since 2.3.4, prefer the overriden TopiaTransactionEvent.getSource().
getTopiaContext() - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
getTopiaContext() - Method in interface org.nuiton.topia.persistence.TopiaEntityContextable
Get topia context.
getTopiaContextListeners() - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
getTopiaCreateDate() - Method in interface org.nuiton.topia.persistence.TopiaEntity
Technical date creation of the entity.
getTopiaCreateDate() - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
getTopiaEntitiesVetoable() - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
getTopiaEntityEnum() - Method in interface org.nuiton.topia.persistence.TopiaDAO
Get the entityEnum of the type of entity managed by this DAO.
getTopiaEntityEnum() - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
getTopiaId() - Method in interface org.nuiton.topia.persistence.TopiaEntity
Unique technical Id of the entity.
getTopiaId() - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
getTopiaIdArray(List<? extends TopiaEntity>) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
Construit un tableau des topiaId d'une liste donnée d'entités.
getTopiaIdComparator() - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
Obtain a new Comparator pour TopiaEntity based on the TopiaEntity.getTopiaId() method.
getTopiaIdList(Collection<? extends TopiaEntity>) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
Construit la liste des topiaId d'une liste donnée d'entités.
getTopiaIdPattern(Class<? extends TopiaEntity>) - Static method in class org.nuiton.topia.framework.TopiaUtil
Compute the pattern to be used to capture a topia id for a given entity class.
getTopiaPattern(String, Class<? extends TopiaEntity>...) - Static method in class org.nuiton.topia.framework.TopiaUtil
Compute a regex pattern given a format string.
getTopiaValue(Object) - Method in class org.nuiton.topia.persistence.util.Collector
 
getTopiaVersion() - Method in interface org.nuiton.topia.persistence.TopiaEntity
Technical property to keep versionning of the entity.
getTopiaVersion() - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
getTotalPage(long, int) - Static method in class org.nuiton.topia.persistence.util.PagerBeanUtil
Given a total count of elements and a page size, compute the number of pages available.
getTransaction() - Method in interface org.nuiton.topia.framework.TopiaTransactionAware
Obtains the internal transaction.
getTransactionListeners() - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
getTransactionTagValue(ObjectModelOperation) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_TRANSACTION tag value on the given operation.
getTransactionTagValue(ObjectModelClassifier) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_TRANSACTION tag value on the given classifier.
getTransactionVetoable() - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
getType(ObjectModelAttribute) - Method in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
getType(ObjectModelAttribute, boolean) - Method in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
getType() - Method in class org.nuiton.topia.persistence.metadata.ColumnMeta
 
getType(Class<?>) - Method in class org.nuiton.topia.persistence.util.TopiaEntityMap
Obtains from a entity his key.
getTypeSimpleName() - Method in class org.nuiton.topia.persistence.metadata.ColumnMeta
 
getTypeTagValue(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_TYPE tag value on the given attribute.
getUrl() - Method in class org.nuiton.topia.framework.TopiaConnectionProvider
 
getValue() - Method in enum org.nuiton.topia.generator.ServiceTransformer.Primitive
 
getValueName(String) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
 
getWritePropertyChangeSupport() - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
Initialize TopiaEntityAbstract.writeListeners at first use or after deserialisation.
getWriteVetoableChangeSupport() - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
Initialize TopiaEntityAbstract.writeVetoables at first use or after deserialisation.
groupBys - Variable in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
To keep GROUP BY part of the query filled by user.
groupOp - Variable in class org.nuiton.topia.persistence.pager.TopiaPagerBean
 

H

hasArrayStereotype(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Deprecated.
since 2.5 , only BeanTransformer use it and it is a deprecated transformer, will be remove in version 3.0
hasDAOOperations(ObjectModelClass) - Method in class org.nuiton.topia.generator.DAOImplTransformer
Deprecated.
Detect if the class has DAO operations identified with <<dao>> stereotype.
hasDaoStereotype(ObjectModelClassifier) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Check if the given classifier has the TopiaStereoTypes.STEREOTYPE_DAO stereotype.
hasDaoStereotype(ObjectModelOperation) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Check if the given operation has the TopiaStereoTypes.STEREOTYPE_DAO stereotype.
hasDtoStereotype(ObjectModelClassifier) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Check if the given classifier has the TopiaStereoTypes.STEREOTYPE_DTO stereotype.
hasEntityStereotype(ObjectModelClassifier) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Check if the given classifier has the TopiaStereoTypes.STEREOTYPE_ENTITY stereotype.
hasEntityStereotype(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Check if the given attribute has the TopiaStereoTypes.STEREOTYPE_ENTITY stereotype.
hasFacadeStereotype(ObjectModelClassifier) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Check if the given classifier has the TopiaStereoTypes.STEREOTYPE_FACADE stereotype.
hashCode() - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
On utilise la date de creation comme hash code, cette date ne varie pas au cours du temps
hashCode() - Method in class org.nuiton.topia.persistence.TopiaId
 
hashCode() - Method in class org.nuiton.topia.persistence.util.EntityOperator
 
hasIndexedCollectionStereotype(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Check if the given attribute has the TopiaStereoTypes.STEREOTYPE_INDEXED_COLLECTION stereotype.
hasNext() - Method in class org.nuiton.topia.persistence.TopiaDAOImpl.FindAllIterator
 
hasNothingOrAbstractMethods(ObjectModelClass) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Indique si la classe specifiee n'a aucune ou que des methodes abstraites
hasPrimaryKeyStereotype(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Check if the given attribute has the TopiaStereoTypes.STEREOTYPE_PRIMARYKAY stereotype.
hasReference() - Method in interface org.nuiton.topia.framework.EntityFilter
Used to check if the filter contains a reference.
hasReference() - Method in class org.nuiton.topia.framework.TopiaFilter
 
hasServiceStereotype(ObjectModelClassifier) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Check if the given classifier has the TopiaStereoTypes.STEREOTYPE_SERVICE stereotype.
hasStereotypes(ObjectModelElement, String...) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
 
hasUnidirectionalRelationOnAbstractType(ObjectModelAttribute, ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
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.
hasUniqueStereotype(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Check if the given attribute has the TopiaStereoTypes.STEREOTYPE_UNIQUE stereotype.
hasUseEnumerationNameTagValue(ObjectModelAttribute, ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
 
helperClass - Variable in class org.nuiton.topia.generator.QueryHelperTransformer
 
hibernate - Variable in class org.nuiton.topia.framework.TopiaContextImpl
La session utilisé par le TopiaContextImpl
HIBERNATE_ATTRIBUTE_FETCH - Static variable in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
HIBERNATE_ATTRIBUTE_FOREIGN_KEY - Static variable in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
HIBERNATE_ATTRIBUTE_INDEX - Static variable in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
HIBERNATE_ATTRIBUTE_LAZY - Static variable in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
HIBERNATE_ATTRIBUTE_LENGTH - Static variable in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
HIBERNATE_ATTRIBUTE_NOT_NULL - Static variable in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
HIBERNATE_ATTRIBUTE_ORDER_BY - Static variable in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
HIBERNATE_ATTRIBUTE_SCHEMA - Static variable in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
HIBERNATE_ATTRIBUTE_UNIQUE - Static variable in class org.nuiton.topia.generator.EntityHibernateMappingGenerator
 
HIBERNATE_DEFAULT_SCHEMA - Static variable in class org.nuiton.topia.framework.TopiaUtil
Deprecated.
since 2.5.3, use now the constant TopiaContextFactory.CONFIG_DEFAULT_SCHEMA.
hibernateFactory - Variable in class org.nuiton.topia.framework.TopiaContextImpl
la factory permettant de recuperer la session hibernate.
HorizontalEntityVisitor - Class in org.nuiton.topia.persistence
Parcourt en largeur du modele et délegation à un autre visiteur.
HorizontalEntityVisitor(EntityVisitor) - Constructor for class org.nuiton.topia.persistence.HorizontalEntityVisitor
Constructor.
hql - Variable in class org.nuiton.topia.persistence.TopiaDAOImpl.FindAllIterator
 

I

importAllEntities(TopiaDAO<E>, TableMeta<T>, Import<E>, CsvImportResult<T>) - Static method in class org.nuiton.topia.persistence.csv.in.TopiaCsvImports
 
importAllEntities(TopiaDAO<E>, TableMeta<T>, Import<E>, CsvImportResult<T>, int) - Static method in class org.nuiton.topia.persistence.csv.in.TopiaCsvImports
 
importAllEntitiesAndReturnThem(TopiaDAO<E>, TableMeta<T>, Import<E>, CsvImportResult<T>) - Static method in class org.nuiton.topia.persistence.csv.in.TopiaCsvImports
 
importAssociation(AssociationMeta<T>, ImportToMap, CsvImportResult<T>) - Method in interface org.nuiton.topia.persistence.csv.in.ImportStrategy
Import a association given a importer with an optional csv result.
importAssociation(Reader, ImportStrategy<T>, AssociationMeta<T>, CsvImportResult<T>) - Static method in class org.nuiton.topia.persistence.csv.in.TopiaCsvImports
To import a association (given by his meta) from a reader and a strategy.
importAssociation(TopiaContext, AssociationMeta<T>, ImportToMap, CsvImportResult<T>, int) - Static method in class org.nuiton.topia.persistence.csv.in.TopiaCsvImports
 
importAssociation(TopiaContext, AssociationMeta<T>, Map<String, TopiaEntity>, ImportToMap, CsvImportResult<T>, int) - Static method in class org.nuiton.topia.persistence.csv.in.TopiaCsvImports
 
importFileName - Variable in class org.nuiton.topia.persistence.csv.in.CsvFileImportResult
Name of the csv file to import.
importFileName - Variable in class org.nuiton.topia.persistence.csv.in.CsvImportResult
Name of the csv file to import.
ImportModelFactory<T extends TopiaEntityEnum> - Interface in org.nuiton.topia.persistence.csv.in
To produce import model.
importNMAssociation(TopiaContext, AssociationMeta<T>, ImportToMap, CsvImportResult<T>, int) - Static method in class org.nuiton.topia.persistence.csv.in.TopiaCsvImports
 
importNMAssociation(TopiaContext, AssociationMeta<T>, Map<String, TopiaEntity>, ImportToMap, CsvImportResult<T>, int) - Static method in class org.nuiton.topia.persistence.csv.in.TopiaCsvImports
 
importNotExistingEntities(TopiaDAO<E>, TableMeta<T>, Map<String, TopiaEntity>, Import<E>, CsvImportResult<T>) - Static method in class org.nuiton.topia.persistence.csv.in.TopiaCsvImports
 
ImportStrategy<T extends TopiaEntityEnum> - Interface in org.nuiton.topia.persistence.csv.in
Strategy to import some stuff.
importTable(TableMeta<T>, Import<E>, CsvImportResult<T>) - Method in interface org.nuiton.topia.persistence.csv.in.ImportStrategy
Import a table given a importer with an optional csv result.
importTable(Reader, ImportStrategy<T>, TableMeta<T>, CsvImportResult<T>) - Static method in class org.nuiton.topia.persistence.csv.in.TopiaCsvImports
To import a table (given by his meta) from a reader and a strategy.
importTableAndReturn(Reader, ImportStrategy<T>, TableMeta<T>, CsvImportResult<T>) - Static method in class org.nuiton.topia.persistence.csv.in.TopiaCsvImports
To import a table (given by his meta) from a reader and a strategy.
importTableAndReturnThem(TableMeta<T>, Import<E>, CsvImportResult<T>) - Method in interface org.nuiton.topia.persistence.csv.in.ImportStrategy
Import a table given a importer with an optional csv result, and return them.
increments(Map<T, Integer>, T) - Method in class org.nuiton.topia.persistence.csv.in.CsvFileImportResult
 
incrementsNumberCreated(T) - Method in class org.nuiton.topia.persistence.csv.in.CsvFileImportResult
 
incrementsNumberCreated() - Method in class org.nuiton.topia.persistence.csv.in.CsvImportResult
 
incrementsNumberUpdated(T) - Method in class org.nuiton.topia.persistence.csv.in.CsvFileImportResult
 
incrementsNumberUpdated() - Method in class org.nuiton.topia.persistence.csv.in.CsvImportResult
 
incrementsProgress() - Method in interface org.nuiton.topia.persistence.csv.CsvProgressModel
 
init(TopiaContextImplementor, Class<E>) - Method in interface org.nuiton.topia.persistence.TopiaDAO
When TopiaContextImpl create the TopiaDAOHibernate, it must call this method just after.
init(TopiaContextImplementor, Class<E>) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
When TopiaContextImpl create the TopiaDAOHibernate, it must call this method just after.
init(TopiaContext, boolean, boolean) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
init() - Method in class org.nuiton.topia.persistence.util.EntityOperator
 
init(Class<?>, Set<Class<?>>, List<String>, List<String>, List<Method>, List<Method>, List<Method>, List<Method>, List<Method>, List<Method>, List<Method>, List<Method>, List<Method>) - Method in class org.nuiton.topia.persistence.util.EntityOperator
 
initMapping(Properties) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
INSERT_ASSOCIATION - Static variable in class org.nuiton.topia.persistence.csv.in.TopiaCsvImports
 
instanciateNew() - Method in class org.nuiton.topia.persistence.TopiaDAOLegacy
Deprecated.
 
invoke(Method, Object, Object...) - Static method in class org.nuiton.topia.persistence.util.EntityListUpdator
 
invoke(Method, Object, Object...) - Static method in class org.nuiton.topia.persistence.util.EntityOperator
 
invokeWithResult(Method, Object, Object...) - Static method in class org.nuiton.topia.persistence.util.EntityListUpdator
 
invokeWithResult(Method, Object, Object...) - Static method in class org.nuiton.topia.persistence.util.EntityOperator
 
isAbstract(ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityTransformer
 
isAssociationClassDoublon(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
 
isAutocommit() - Method in class org.nuiton.topia.framework.TopiaConnectionProvider
 
isBoolean() - Method in class org.nuiton.topia.persistence.metadata.ColumnMeta
 
isBooleanType(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
 
isChildEmpty(TopiaEntity) - Method in class org.nuiton.topia.persistence.metadata.AssociationMeta
 
isChildEmpty(String, B) - Method in class org.nuiton.topia.persistence.util.EntityOperator
Test s'il existe des entites d'association pour la propriete donnee.
isClassReference(Class<?>) - Method in interface org.nuiton.topia.framework.EntityFilter
Test if the entityClass is corresponding to the current reference in the filter.
isClassReference(Class<?>) - Method in class org.nuiton.topia.framework.TopiaFilter
Test if the entityClass is corresponding to the current reference in the filter.
isClassWithSecurity(ObjectModelClassifier) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Tests if the given classifier own at least one security tag value.
isClosed() - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
isClosed() - Method in interface org.nuiton.topia.TopiaContext
Indique si le contexte a ete ferme.
isCollectionNeeded(Collection<ObjectModelOperation>) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
 
isCommit(ObjectModelOperation, ObjectModel) - Method in class org.nuiton.topia.generator.ServiceTransformer
boolean to specify if method needs a commit after the executeXXX code invoked.
isContextable(ObjectModelClassifier) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Retourne true si le tagValue TopiaTagValues.TAG_CONTEXTABLE à la valeur true.
isCreate(TopiaEntity) - Method in class org.nuiton.topia.event.TopiaTransactionEvent
 
isCreate() - Method in class org.nuiton.topia.framework.EntityState
Tells if the #CREATE state is on.
isCreateIfNotFound() - Method in class org.nuiton.topia.persistence.csv.in.CsvImportResult
 
isDate() - Method in class org.nuiton.topia.persistence.metadata.ColumnMeta
 
isDateType(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
 
isDelete(TopiaEntity) - Method in class org.nuiton.topia.event.TopiaTransactionEvent
 
isDelete() - Method in class org.nuiton.topia.framework.EntityState
Tells if the #DELETE state is on.
isDoNotGenerateReadListeners(ObjectModelAttribute, ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_DO_NOT_GENERATE_READ_LISTENERS tag value on the given model or classifier.
isDTO(String) - Method in class org.nuiton.topia.generator.DTOTransformer
 
isEditable(TableMeta<T>) - Method in class org.nuiton.topia.persistence.metadata.DbMeta
 
isEmpty(P) - Method in class org.nuiton.topia.persistence.util.EntityListUpdator
 
isEmpty(P) - Method in interface org.nuiton.topia.persistence.util.ListUpdator
Tests if the given entity has some childs.
isEntity(String) - Method in class org.nuiton.topia.generator.EntityDTOTransformer
 
isEntity(ObjectModelAttribute, ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Check if the given attribute type is an entity.
isEntity(ObjectModelClassifier) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Check if the given classifier has the TopiaStereoTypes.STEREOTYPE_ENTITY and is not an enumeration
isErrorArgsNeeded(ObjectModelOperation) - Method in class org.nuiton.topia.generator.ServiceTransformer
boolean to specify if the method need error arguments or not Default set to false but can be override using a tagvalue "errorArgs" on the method from model.
isFK() - Method in class org.nuiton.topia.persistence.metadata.ColumnMeta
 
isGenerateAbstract(ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityTransformer
 
isGenerateDAO(ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityDAOTransformer
 
isGenerateDAOAbstract(ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityDAOTransformer
 
isGenerateForeignKeyNames(ObjectModelClassifier, ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Obtain the value of the TopiaTagValues.TAG_DO_NOT_GENERATE_READ_LISTENERS tag value on the given model or classifier and returns true if the tag value was found and value true.
isGenerateImpl(ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityDAOTransformer
 
isGenerateImpl(ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityTransformer
 
isGenerateInterface(ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityTransformer
 
isImportNeeded(Collection<ObjectModelOperation>, String) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
 
isJavaIdentifier(String) - Static method in class org.nuiton.topia.generator.TopiaJavaValidator
Returns true if s is a legal Java identifier.
isLoad(TopiaEntity) - Method in class org.nuiton.topia.event.TopiaTransactionEvent
 
isLoad() - Method in class org.nuiton.topia.framework.EntityState
Tells if the #LOAD state is on.
isModification(TopiaEntity) - Method in class org.nuiton.topia.event.TopiaTransactionEvent
 
isNaturalId(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Detecte si un attribut fait partie d'une clef metier.
isNaturalIdMutable(ObjectModelClass) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Detecte si la clef metier d'une classe est mutable ou pas.
isNMAssociationMeta(AssociationMeta<T>) - Method in interface org.nuiton.topia.persistence.csv.in.ImportModelFactory
 
isNotEmpty(ListenerSet<?>) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
isNotEmpty(CategorisedListenerSet<?>, Class<?>) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
isNotNull(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Detecte si un attribut est marqué comme non null.
isNumber() - Method in class org.nuiton.topia.persistence.metadata.ColumnMeta
 
isNumericType(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
 
isolation - Variable in class org.nuiton.topia.framework.TopiaConnectionProvider
Sql isolation level to use in connection.
isPrimitiveType(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
 
isRead(TopiaEntity) - Method in class org.nuiton.topia.event.TopiaTransactionEvent
 
isRead() - Method in class org.nuiton.topia.framework.EntityState
Tells if the #READ state is on.
isSchemaEmpty(TopiaContext) - Static method in class org.nuiton.topia.framework.TopiaUtil
Test if the db associated to the given configuration contaisn any of the dealed entities.
isSchemaExist(Class<?>) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
isSchemaExist(Class<?>) - Method in interface org.nuiton.topia.framework.TopiaContextImplementor
Detect if the table is created on storage for a given persistant class.
isSchemaExist(TopiaContext, Metadata, String) - Static method in class org.nuiton.topia.framework.TopiaUtil
Test si une entite donnee correspondant a une configuration existe en base.
isSchemaExist(TopiaContext, String) - Static method in class org.nuiton.topia.framework.TopiaUtil
Test si une entite donnee correspondant a une configuration existe en base.
isSetNeeded(Collection<ObjectModelOperation>) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
 
isSortAscendant() - Method in class org.nuiton.topia.persistence.pager.TopiaPagerBean
 
isTextType(ObjectModelAttribute) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
 
isTransactionNeeded(ObjectModelInterface) - Method in class org.nuiton.topia.generator.ServiceTransformer
boolean to specify if the method need a transaction or not.
isTransactionNeeded(ObjectModelOperation) - Method in class org.nuiton.topia.generator.ServiceTransformer
boolean to specify if the method need a transaction or not.
isUnwrappableAs(Class) - Method in class org.nuiton.topia.framework.TopiaConnectionProvider
 
isUpdate(TopiaEntity) - Method in class org.nuiton.topia.event.TopiaTransactionEvent
 
isUpdate() - Method in class org.nuiton.topia.framework.EntityState
Tells if the #UPDATE state is on.
isUseNaturalIds() - Method in interface org.nuiton.topia.persistence.TopiaEntityEnum
 
isUseNotNulls() - Method in interface org.nuiton.topia.persistence.TopiaEntityEnum
 
isUserSelectEqualsMainAlias() - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
 
isValidId(String) - Static method in class org.nuiton.topia.persistence.TopiaId
Verifie si l'id passé en paramètre est bien un Id topia, c-a-d si la forme est bien classname#timemillis#random et si le classname est celui d'une classe valide, c-a-d que le systeme arrive a trouver.
iterator() - Method in class org.nuiton.topia.persistence.metadata.DbMeta
 
iterator() - Method in class org.nuiton.topia.persistence.metadata.TableMeta
 
iterator() - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 

L

ListUpdator<P,E> - Interface in org.nuiton.topia.persistence.util
A simple contract to allow you to update some collections of an entity.
load(TopiaEntitiesEvent<E>) - Method in interface org.nuiton.topia.event.TopiaEntitiesVetoable
 
load(TopiaEntityEvent) - Method in interface org.nuiton.topia.event.TopiaEntityListener
 
load(TopiaEntityEvent) - Method in interface org.nuiton.topia.event.TopiaEntityVetoable
 
load(E, E, boolean, String...) - Method in interface org.nuiton.topia.persistence.util.Loador
Bind an entity to another.
load(E, E, boolean, String...) - Method in class org.nuiton.topia.persistence.util.TopiaEntityBinder
 
loadEntityProperty(T, String) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Load a property of type TopiaEntity from an other entity.
Loador<E> - Interface in org.nuiton.topia.persistence.util
A simple contract to load an object from another one.
loadProperties(TopiaEntity) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Load all properties for the entity.
loadProperty(T, String) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Load a property from an entity.
loadServices(Properties) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
log - Static variable in class org.nuiton.topia.persistence.util.DBMapping
log

M

mainAlias - Variable in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
 
mainException - Variable in class org.nuiton.topia.generator.QueryHelperTransformer
 
mappingBeanToDb - Variable in class org.nuiton.topia.persistence.util.DBMapping
 
meta - Variable in class org.nuiton.topia.persistence.csv.in.EntityAssociationImportModel
 
meta - Variable in class org.nuiton.topia.persistence.csv.out.EntityAssociationExportModel
 
meta - Variable in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports.AssociationExportContext
association meta to export.
meta - Variable in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports.EntityExportContext
meta to export.
metadata - Variable in class org.nuiton.topia.framework.TopiaContextImpl
Proprietes de mapping de la base de données.
Metadatas - Class in org.nuiton.topia.persistence.metadata
Useful methods around metadatas.
Metadatas() - Constructor for class org.nuiton.topia.persistence.metadata.Metadatas
 
MetaFilenameAware<T extends TopiaEntityEnum> - Interface in org.nuiton.topia.persistence.metadata
Contract to import or export some metas.
modelName - Variable in class org.nuiton.topia.generator.ServiceTransformer
 

N

name - Variable in class org.nuiton.topia.persistence.metadata.AssociationMeta
Name fo the association.
name - Variable in class org.nuiton.topia.persistence.metadata.ColumnMeta
Name of the column.
name() - Method in interface org.nuiton.topia.persistence.TopiaEntityEnum
This is a convinient method, as entity enum offers this method from Enum.name().
naturalIdsOnNotNullsProperties - Variable in class org.nuiton.topia.persistence.util.EntityOperator
list of property names available on the entity used in a natural ids or marked as not-null.
newAssociation() - Method in class org.nuiton.topia.persistence.metadata.AssociationMeta
 
newAssociationValueFormatter() - Static method in class org.nuiton.topia.persistence.csv.TopiaCsvCommons
 
newDbMeta(TopiaPersistenceHelper<T>, T[], T...) - Static method in class org.nuiton.topia.persistence.metadata.DbMeta
 
newEmptyInstance() - Method in class org.nuiton.topia.persistence.csv.EntityCsvModel
 
newEmptyInstance() - Method in class org.nuiton.topia.persistence.csv.in.EntityAssociationImportModel
 
newEntity() - Method in class org.nuiton.topia.persistence.metadata.AssociationMeta
 
newEntity() - Method in class org.nuiton.topia.persistence.metadata.TableMeta
 
newEntityListUpdator(Class<P>, Class<E>, String) - Static method in class org.nuiton.topia.persistence.util.EntityListUpdator
 
newExportContext(ExportModel<TopiaEntity>, TableMeta<T>, File) - Static method in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports.EntityExportContext
 
newExportModel(char, AssociationMeta<T>) - Static method in class org.nuiton.topia.persistence.csv.out.EntityAssociationExportModel
 
newFile(File) - Method in class org.nuiton.topia.persistence.metadata.AssociationMeta
 
newFile(File) - Method in interface org.nuiton.topia.persistence.metadata.MetaFilenameAware
 
newFile(File) - Method in class org.nuiton.topia.persistence.metadata.TableMeta
 
newForeignKeyColumn(String, String, Class<E>, String, Map<String, E>) - Method in class org.nuiton.topia.persistence.csv.in.AbstractImportModel
 
newForeignKeyColumn(String, Class<E>, String, Map<String, E>) - Method in class org.nuiton.topia.persistence.csv.in.AbstractImportModel
 
newForeignKeyDecoratedValue(Decorator<E>) - Static method in class org.nuiton.topia.persistence.csv.TopiaCsvCommons
 
newForeignKeyValue(Class<E>, String, Map<String, E>) - Static method in class org.nuiton.topia.persistence.csv.TopiaCsvCommons
 
newForeignKeyValueAssociation(Class<E>, String, Map<String, E>) - Static method in class org.nuiton.topia.persistence.csv.TopiaCsvCommons
 
newImportModel(char, AssociationMeta<T>) - Static method in class org.nuiton.topia.persistence.csv.in.EntityAssociationImportModel
 
newInstance() - Method in interface org.nuiton.topia.persistence.TopiaDAO
Create a new instance of managed entity not persisted.
newInstance() - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
newInstance() - Method in class org.nuiton.topia.persistence.util.EntityOperator
 
newMap() - Static method in enum org.nuiton.topia.persistence.util.DiffState
Construit un dictionnaire avec pour tous les états une liste vide.
newMeta(T, T, String) - Static method in class org.nuiton.topia.persistence.metadata.AssociationMeta
 
newMeta(String, Class<?>) - Static method in class org.nuiton.topia.persistence.metadata.ColumnMeta
 
newMeta(T, TopiaPersistenceHelper<T>) - Static method in class org.nuiton.topia.persistence.metadata.TableMeta
 
newMetaBySourcefunction() - Static method in class org.nuiton.topia.persistence.metadata.Metadatas
 
newModel(char, TableMeta<T>) - Static method in class org.nuiton.topia.persistence.csv.EntityCsvModel
 
newModel(char, TableMeta<T>, String) - Static method in class org.nuiton.topia.persistence.csv.EntityCsvModel
 
newPagerBean() - Static method in class org.nuiton.topia.persistence.util.PagerBeanUtil
 
newResult(String, T...) - Static method in class org.nuiton.topia.persistence.csv.in.CsvFileImportResult
 
newResult(T, String, boolean) - Static method in class org.nuiton.topia.persistence.csv.in.CsvImportResult
 
newResult(T, String, boolean, CsvProgressModel) - Static method in class org.nuiton.topia.persistence.csv.in.CsvImportResult
 
newVisitor(TopiaPersistenceHelper<T>, Map<T, TopiaCsvExports.EntityExportContext<T>>) - Static method in class org.nuiton.topia.persistence.csv.out.ExportEntityVisitor
 
newWriter(File) - Method in class org.nuiton.topia.persistence.metadata.AssociationMeta
 
newWriter(File) - Method in interface org.nuiton.topia.persistence.metadata.MetaFilenameAware
 
newWriter(File) - Method in class org.nuiton.topia.persistence.metadata.TableMeta
 
next() - Method in class org.nuiton.topia.persistence.TopiaDAOImpl.FindAllIterator
 
NEXT_VALUE_SEQUENCE_FORMAT - Static variable in class org.nuiton.topia.persistence.util.DBMapping
 
nonEditableTypes - Variable in class org.nuiton.topia.persistence.metadata.DbMeta
All types non editables.
numberCreated - Variable in class org.nuiton.topia.persistence.csv.in.CsvFileImportResult
Count of created entities.
numberCreated - Variable in class org.nuiton.topia.persistence.csv.in.CsvImportResult
Count of created entities.
numberUpdated - Variable in class org.nuiton.topia.persistence.csv.in.CsvFileImportResult
Count of updated entities.
numberUpdated - Variable in class org.nuiton.topia.persistence.csv.in.CsvImportResult
Count of updated entities.

O

OBJECT_MODEL_CLASS_COMPARATOR - Static variable in class org.nuiton.topia.generator.TopiaGeneratorUtil
 
obtainProperties(B, String...) - Method in class org.nuiton.topia.persistence.util.EntityOperator
Obtenir dans un dictionnaire, les valeurs des proprietes donnees.
obtainProperties(E, String...) - Method in interface org.nuiton.topia.persistence.util.Loador
Obtain from an entity all data to bind to another one according the definition of the loador.
onEnded(TopiaEntity, boolean) - Method in class org.nuiton.topia.persistence.util.Collector
 
onEnding(TopiaEntity) - Method in class org.nuiton.topia.persistence.util.Collector
 
onPostDelete(PostDeleteEvent) - Method in class org.nuiton.topia.framework.TopiaFiresSupport.TopiaHibernateEvent
 
onPostInsert(PostInsertEvent) - Method in class org.nuiton.topia.framework.TopiaFiresSupport.TopiaHibernateEvent
 
onPostLoad(PostLoadEvent) - Method in class org.nuiton.topia.framework.TopiaFiresSupport.TopiaHibernateEvent
 
onPostUpdate(PostUpdateEvent) - Method in class org.nuiton.topia.framework.TopiaFiresSupport.TopiaHibernateEvent
 
onPreDelete(PreDeleteEvent) - Method in class org.nuiton.topia.framework.TopiaFiresSupport.TopiaHibernateEvent
 
onPreInsert(PreInsertEvent) - Method in class org.nuiton.topia.framework.TopiaFiresSupport.TopiaHibernateEvent
 
onPreLoad(PreLoadEvent) - Method in class org.nuiton.topia.framework.TopiaFiresSupport.TopiaHibernateEvent
 
onPreUpdate(PreUpdateEvent) - Method in class org.nuiton.topia.framework.TopiaFiresSupport.TopiaHibernateEvent
 
onStarted(TopiaEntity, boolean) - Method in class org.nuiton.topia.persistence.util.Collector
 
onStarting(TopiaEntity) - Method in class org.nuiton.topia.persistence.util.Collector
 
onVisited(TopiaEntity, String, Class<?>, Object, boolean) - Method in class org.nuiton.topia.persistence.util.Collector
 
onVisited(TopiaEntity, String, Class<?>, Class<?>, Object, boolean) - Method in class org.nuiton.topia.persistence.util.Collector
 
onVisited(TopiaEntity, String, Class<?>, Class<?>, int, Object, boolean) - Method in class org.nuiton.topia.persistence.util.Collector
 
onVisiting(TopiaEntity, String, Class<?>, Object) - Method in class org.nuiton.topia.persistence.util.Collector
 
onVisiting(TopiaEntity, String, Class<?>, Class<?>, Object) - Method in class org.nuiton.topia.persistence.util.Collector
 
onVisiting(TopiaEntity, String, Class<?>, Class<?>, int, Object) - Method in class org.nuiton.topia.persistence.util.Collector
 
op - Variable in class org.nuiton.topia.persistence.pager.FilterRule
 
operator - Variable in class org.nuiton.topia.persistence.metadata.AssociationMeta
Operator of the source entity used to get / set associations.
operator - Variable in class org.nuiton.topia.persistence.metadata.TableMeta
Entity operator used in generic algorithms.
orderBy - Variable in class org.nuiton.topia.framework.TopiaFilter
 
orderBys - Variable in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
To keep ORDER BY part of the query filled by user.
org.nuiton.topia - package org.nuiton.topia
TODO-FD20100507 : Need update this javadoc for ToPIA 2.4 ToPIA est un framework de persistence basé sur Hibernate.
org.nuiton.topia.event - package org.nuiton.topia.event
Events used for topia services.
org.nuiton.topia.framework - package org.nuiton.topia.framework
Contains two interfaces, one TopiaContextImplementor for internal manipulations of TopiaContext and one TopiaService for topia services.
org.nuiton.topia.generator - package org.nuiton.topia.generator
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.
org.nuiton.topia.persistence - package org.nuiton.topia.persistence
This package contains interfaces and abstract classes for entities and daos.
org.nuiton.topia.persistence.csv - package org.nuiton.topia.persistence.csv
Base package for csv import and export of entities.
org.nuiton.topia.persistence.csv.in - package org.nuiton.topia.persistence.csv.in
Package for csv import of entities.
org.nuiton.topia.persistence.csv.out - package org.nuiton.topia.persistence.csv.out
Package for csv export of entities.
org.nuiton.topia.persistence.metadata - package org.nuiton.topia.persistence.metadata
Package to define metadatas over TopiaEntity.
org.nuiton.topia.persistence.pager - package org.nuiton.topia.persistence.pager
 
org.nuiton.topia.persistence.util - package org.nuiton.topia.persistence.util
 
outputAbstract - Variable in class org.nuiton.topia.generator.EntityTransformer
 
outputImpl - Variable in class org.nuiton.topia.generator.EntityTransformer
 
outputInterface - Variable in class org.nuiton.topia.generator.EntityTransformer
 

P

pageIndex - Variable in class org.nuiton.topia.persistence.util.PagerBean
Deprecated.
Index of the page.
pager - Variable in class org.nuiton.topia.persistence.TopiaDAOImpl.FindAllIterator
 
PagerBean - Class in org.nuiton.topia.persistence.util
Deprecated.
PagerBean() - Constructor for class org.nuiton.topia.persistence.util.PagerBean
Deprecated.
 
PagerBeanUtil - Class in org.nuiton.topia.persistence.util
Useful method around PagerBean.
PagerBeanUtil() - Constructor for class org.nuiton.topia.persistence.util.PagerBeanUtil
 
pageSize - Variable in class org.nuiton.topia.persistence.util.PagerBean
Deprecated.
Page size, says number of records in a page.
pagesNumber - Variable in class org.nuiton.topia.persistence.util.PagerBean
Deprecated.
Number of pages.
PARAMETER_TRANSACTION - Static variable in class org.nuiton.topia.generator.ServiceTransformer
 
params - Variable in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Params for HQL query.
params - Variable in class org.nuiton.topia.persistence.TopiaDAOImpl.FindAllIterator
 
parentContext - Variable in class org.nuiton.topia.framework.TopiaContextImpl
Le pere de ce context, les contexts initaux n'ont pas de context pere
parse(String) - Method in class org.nuiton.topia.persistence.csv.TopiaCsvCommons.AssociationValueParser
 
parse(String) - Method in class org.nuiton.topia.persistence.csv.TopiaCsvCommons.AssociationValueParserFormatter
 
parse(String) - Method in class org.nuiton.topia.persistence.csv.TopiaCsvCommons.ForeignKeyValue
 
parse(String) - Method in class org.nuiton.topia.persistence.csv.TopiaCsvCommons.ForeignKeyValueForAssociation
 
PERSISTENCE_TYPE_DEFAULT - Static variable in class org.nuiton.topia.generator.TopiaGeneratorUtil
Type de persistence par défaut (si aucun précisé)
PERSISTENCE_TYPE_HIBERNATE - Static variable in class org.nuiton.topia.generator.TopiaGeneratorUtil
Type de persistence Hibernate
PERSISTENCE_TYPE_LDAP - Static variable in class org.nuiton.topia.generator.TopiaGeneratorUtil
Type de persistence LDAP
persistenceClasses - Variable in class org.nuiton.topia.framework.TopiaContextImpl
Liste des classes perssitance
persistenceHelper - Variable in class org.nuiton.topia.persistence.csv.out.ExportEntityVisitor
 
persistenceHelper - Variable in class org.nuiton.topia.persistence.metadata.DbMeta
 
pool - Variable in class org.nuiton.topia.framework.TopiaConnectionProvider
Our pool of connections which are not closed and availables.
poolSize - Variable in class org.nuiton.topia.framework.TopiaConnectionProvider
Size of connection pool.
postCreateSchema(TopiaContextEvent) - Method in class org.nuiton.topia.event.TopiaContextAdapter
 
postCreateSchema(TopiaContextEvent) - Method in interface org.nuiton.topia.event.TopiaContextListener
Called after createSchema call
postInit(TopiaContextImplementor) - Method in interface org.nuiton.topia.framework.TopiaService
Initiliaze the service after create the context.
postInitServices(Map<String, TopiaService>) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
postRestoreSchema(TopiaContextEvent) - Method in class org.nuiton.topia.event.TopiaContextAdapter
 
postRestoreSchema(TopiaContextEvent) - Method in interface org.nuiton.topia.event.TopiaContextListener
Called after updateSchema call
postUpdateSchema(TopiaContextEvent) - Method in class org.nuiton.topia.event.TopiaContextAdapter
 
postUpdateSchema(TopiaContextEvent) - Method in interface org.nuiton.topia.event.TopiaContextListener
Called after updateSchema call
preCreateSchema(TopiaContextEvent) - Method in class org.nuiton.topia.event.TopiaContextAdapter
 
preCreateSchema(TopiaContextEvent) - Method in interface org.nuiton.topia.event.TopiaContextListener
Called before createSchema call
preInit(TopiaContextImplementor) - Method in interface org.nuiton.topia.framework.TopiaService
Initiliaze the service before create the context.
preInitServices(Map<String, TopiaService>) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
prepareCreate(TopiaEntity, String) - Method in class org.nuiton.topia.persistence.metadata.TableMeta
 
prepareData(TableMeta<T>) - Method in interface org.nuiton.topia.persistence.csv.out.PrepareDataForExport
 
prepareData(AssociationMeta<T>) - Method in interface org.nuiton.topia.persistence.csv.out.PrepareDataForExport
 
PrepareDataForExport<T extends TopiaEntityEnum> - Interface in org.nuiton.topia.persistence.csv.out
Prepare data to export.
prepareExport(TableMeta<T>, ExportModelFactory<T>, PrepareDataForExport<T>) - Static method in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports
 
prepareExport(AssociationMeta<T>, ExportModelFactory<T>, PrepareDataForExport<T>) - Static method in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports
 
prepareQuery(Connection) - Method in class org.nuiton.topia.framework.TopiaSQLQuery
Prepare the statement used to do the sql query.
prepareResult(ResultSet) - Method in class org.nuiton.topia.framework.TopiaSQLQuery
given a result set, extract the data.
preRestoreSchema(TopiaContextEvent) - Method in class org.nuiton.topia.event.TopiaContextAdapter
 
preRestoreSchema(TopiaContextEvent) - Method in interface org.nuiton.topia.event.TopiaContextListener
Called after updateSchema call
preUpdateSchema(TopiaContextEvent) - Method in class org.nuiton.topia.event.TopiaContextAdapter
 
preUpdateSchema(TopiaContextEvent) - Method in interface org.nuiton.topia.event.TopiaContextListener
Called before updateSchema call
progressModel - Variable in class org.nuiton.topia.persistence.csv.in.CsvImportResult
 
properties - Variable in class org.nuiton.topia.persistence.util.EntityOperator
list of property names available on the entity.
propertiesToLoad - Variable in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
 
PROPERTY_DEFAULT_PACKAGE - Static variable in class org.nuiton.topia.generator.TopiaGeneratorUtil
Propriété des générateurs indiquant le package par défaut
PROPERTY_END_INDEX - Static variable in interface org.nuiton.topia.framework.EntityFilter
 
PROPERTY_ORDER_BY - Static variable in interface org.nuiton.topia.framework.EntityFilter
 
PROPERTY_REFERENCE_ID - Static variable in interface org.nuiton.topia.framework.EntityFilter
 
PROPERTY_REFERENCE_PROPERTY - Static variable in interface org.nuiton.topia.framework.EntityFilter
 
PROPERTY_START_INDEX - Static variable in interface org.nuiton.topia.framework.EntityFilter
 
propertyChangeListeners - Variable in class org.nuiton.topia.framework.TopiaFiresSupport
 
propertyName - Variable in class org.nuiton.topia.persistence.csv.TopiaCsvCommons.ForeignKeyValue
 
propertyName - Variable in class org.nuiton.topia.persistence.csv.TopiaCsvCommons.ForeignKeyValueForAssociation
 
propertyName - Variable in class org.nuiton.topia.persistence.util.EntityListUpdator
name of the field containing the childs
pushCsvHeaderNames(List<String>) - Method in class org.nuiton.topia.persistence.csv.in.AbstractImportModel
 

Q

QueryHelperTransformer - Class in org.nuiton.topia.generator
Created: 23 juin 2010
QueryHelperTransformer() - Constructor for class org.nuiton.topia.generator.QueryHelperTransformer
 

R

readListeners - Variable in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
readVetoables - Variable in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
recordEndIndex - Variable in class org.nuiton.topia.persistence.util.PagerBean
Deprecated.
Index of the last record in this page.
records - Variable in class org.nuiton.topia.persistence.util.PagerBean
Deprecated.
Number of records (says numbers of rows displayable.
recordStartIndex - Variable in class org.nuiton.topia.persistence.util.PagerBean
Deprecated.
Index of the first record in this page.
referenceId - Variable in class org.nuiton.topia.framework.TopiaFilter
 
referenceProperty - Variable in class org.nuiton.topia.framework.TopiaFilter
 
remove() - Method in class org.nuiton.topia.persistence.TopiaDAOImpl.FindAllIterator
 
removeAll(P) - Method in class org.nuiton.topia.persistence.util.EntityListUpdator
 
removeAll(P) - Method in interface org.nuiton.topia.persistence.util.ListUpdator
Remove all childs of the given parent.
removeAllMethod - Variable in class org.nuiton.topia.persistence.util.EntityListUpdator
 
removeChild(String, B, Object) - Method in class org.nuiton.topia.persistence.util.EntityOperator
Retire une entite d'association.
removeChildContext(TopiaContextImplementor) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
removeChildContext(TopiaContextImplementor) - Method in interface org.nuiton.topia.framework.TopiaContextImplementor
 
removeContext(TopiaContext) - Static method in class org.nuiton.topia.TopiaContextFactory
Used when TopiaContext root is closed
removeEmptyStates(DiffState.DiffStateMap) - Static method in enum org.nuiton.topia.persistence.util.DiffState
Supprime toutes les entrees vides du dictionnaire .
removeFromList(P, E) - Method in class org.nuiton.topia.persistence.util.EntityListUpdator
 
removeFromList(P, E) - Method in interface org.nuiton.topia.persistence.util.ListUpdator
Remove from a prent entity a given child.
removeMethod - Variable in class org.nuiton.topia.persistence.util.EntityListUpdator
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.nuiton.topia.framework.EntityFilter
Remove PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.nuiton.topia.framework.TopiaFilter
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface org.nuiton.topia.persistence.TopiaEntity
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.nuiton.topia.persistence.TopiaEntity
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.nuiton.topia.TopiaContext
 
removePropertyListener(String, PropertyChangeListener) - Method in interface org.nuiton.topia.persistence.TopiaEntity
 
removePropertyListener(PropertyChangeListener) - Method in interface org.nuiton.topia.persistence.TopiaEntity
 
removePropertyListener(String, PropertyChangeListener) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
removePropertyListener(PropertyChangeListener) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
removeTopiaContextListener(TopiaContextListener) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
removeTopiaContextListener(TopiaContextListener) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
removeTopiaContextListener(TopiaContextListener) - Method in interface org.nuiton.topia.TopiaContext
 
removeTopiaEntitiesVetoable(TopiaEntitiesVetoable) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
removeTopiaEntitiesVetoable(TopiaEntitiesVetoable) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
removeTopiaEntitiesVetoable(TopiaEntitiesVetoable) - Method in interface org.nuiton.topia.TopiaContext
 
removeTopiaEntityListener(TopiaEntityListener) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
removeTopiaEntityListener(Class<? extends TopiaEntity>, TopiaEntityListener) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
removeTopiaEntityListener(TopiaEntityListener) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
removeTopiaEntityListener(Class<? extends TopiaEntity>, TopiaEntityListener) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
removeTopiaEntityListener(TopiaEntityListener) - Method in interface org.nuiton.topia.persistence.TopiaDAO
 
removeTopiaEntityListener(TopiaEntityListener) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
removeTopiaEntityListener(TopiaEntityListener) - Method in interface org.nuiton.topia.TopiaContext
 
removeTopiaEntityListener(Class<? extends TopiaEntity>, TopiaEntityListener) - Method in interface org.nuiton.topia.TopiaContext
 
removeTopiaEntityVetoable(TopiaEntityVetoable) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
removeTopiaEntityVetoable(Class<? extends TopiaEntity>, TopiaEntityVetoable) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
removeTopiaEntityVetoable(TopiaEntityVetoable) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
removeTopiaEntityVetoable(Class<? extends TopiaEntity>, TopiaEntityVetoable) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
removeTopiaEntityVetoable(TopiaEntityVetoable) - Method in interface org.nuiton.topia.persistence.TopiaDAO
 
removeTopiaEntityVetoable(TopiaEntityVetoable) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
removeTopiaEntityVetoable(TopiaEntityVetoable) - Method in interface org.nuiton.topia.TopiaContext
 
removeTopiaEntityVetoable(Class<? extends TopiaEntity>, TopiaEntityVetoable) - Method in interface org.nuiton.topia.TopiaContext
 
removeTopiaTransactionListener(TopiaTransactionListener) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
removeTopiaTransactionListener(TopiaTransactionListener) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
removeTopiaTransactionListener(TopiaTransactionListener) - Method in interface org.nuiton.topia.TopiaContext
 
removeTopiaTransactionVetoable(TopiaTransactionVetoable) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
removeTopiaTransactionVetoable(TopiaTransactionVetoable) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
 
removeTopiaTransactionVetoable(TopiaTransactionVetoable) - Method in interface org.nuiton.topia.TopiaContext
 
removeVetoableChangeListener(String, VetoableChangeListener) - Method in interface org.nuiton.topia.persistence.TopiaEntity
 
removeVetoableChangeListener(VetoableChangeListener) - Method in interface org.nuiton.topia.persistence.TopiaEntity
 
removeVetoableChangeListener(String, VetoableChangeListener) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
removeVetoableChangeListener(VetoableChangeListener) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
removeVetoableListener(String, VetoableChangeListener) - Method in interface org.nuiton.topia.persistence.TopiaEntity
 
removeVetoableListener(VetoableChangeListener) - Method in interface org.nuiton.topia.persistence.TopiaEntity
 
removeVetoableListener(String, VetoableChangeListener) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
removeVetoableListener(VetoableChangeListener) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
replicate(TopiaContext, Object...) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
replicate(TopiaContext, Object...) - Method in interface org.nuiton.topia.TopiaContext
Permet de dupliquer de ce context vers un context d'une autre base des données sans modification des entites.
replicate0(TopiaContextImpl, Object...) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
replicateEntities(TopiaContext, List<T>) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
replicateEntities(TopiaContext, List<T>) - Method in interface org.nuiton.topia.TopiaContext
Permet de dupliquer les entités du type donné vers un autre context.
replicateEntity(TopiaContext, T) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
replicateEntity(TopiaContext, T) - Method in interface org.nuiton.topia.TopiaContext
Permet de dupliquer une entité du type donné vers un autre context.
requiresPostCommitHanding(EntityPersister) - Method in class org.nuiton.topia.framework.TopiaFiresSupport.TopiaHibernateEvent
 
resetLimit() - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Remove limits previously set
restore(File) - Method in class org.nuiton.topia.framework.TopiaContextImpl
Read database from gzip compressed file Only work for h2 database
restore(File) - Method in interface org.nuiton.topia.TopiaContext
l'inverse de la methode TopiaContext.backup(File,boolean).
retainContracts(TopiaEntityEnum[], Set<Class<? extends TopiaEntity>>) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
Filtre un ensemble de classes d'entites en ne conservant que les contrats des entites.
retainEntities(List<E>, List<String>) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
Construit une list d'entite dont les ids sont tous dans la liste d'ids donnee.
rollback(TopiaTransactionEvent) - Method in interface org.nuiton.topia.event.TopiaTransactionListener
rollbackTransaction() - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
rollbackTransaction() - Method in interface org.nuiton.topia.TopiaContext
annule les modifications apporté a ce context.
rootContext - Variable in class org.nuiton.topia.framework.TopiaFiresSupport.TopiaHibernateEvent
 

S

saveDB(File, TopiaContext) - Static method in class org.nuiton.topia.persistence.util.TopiaEntityHelper
Save the given database to a gzip file.
schema - Variable in class org.nuiton.topia.persistence.util.DBMapping
 
SCHEMA_FORMAT - Static variable in class org.nuiton.topia.persistence.util.DBMapping
 
searchDirectUsages(ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
 
searchDirectUsages(ObjectModelClass, Map<String, ObjectModelClass>, Map<ObjectModelClass, Set<ObjectModelClass>>) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
 
SearchFields - Annotation Type in org.nuiton.topia.persistence
TODO-fdesbois-20100508 : javadoc : where is it used for ?
SEPARATOR - Static variable in class org.nuiton.topia.persistence.util.TopiaEntityRef
 
SEQUENCE_ATTRIBUTE_PATTERN - Static variable in class org.nuiton.topia.persistence.util.DBMapping
 
sequences - Variable in class org.nuiton.topia.persistence.util.DBMapping
 
serviceEnabled(String) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
serviceEnabled(Class<E>) - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
serviceEnabled(Class<E>) - Method in interface org.nuiton.topia.TopiaContext
Return true if specific service is available.
serviceRegistry - Variable in class org.nuiton.topia.framework.TopiaContextImpl
Service registry bootstrap.
services - Variable in class org.nuiton.topia.framework.TopiaContextImpl
key: service name; value: service instance
ServiceTransformer - Class in org.nuiton.topia.generator
This Template is used to create the skeleton of services for a final application which using Topia.
ServiceTransformer() - Constructor for class org.nuiton.topia.generator.ServiceTransformer
 
ServiceTransformer.Primitive - Enum in org.nuiton.topia.generator
 
set(String, B, Object) - Method in class org.nuiton.topia.persistence.util.EntityOperator
Positionner la valeur donne de la propriete donnee.
setBatchSize(int) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Set a new default batch size.
setBatchSize(int) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
setBuilder(JavaBuilder) - Method in class org.nuiton.topia.generator.QueryHelperTransformer
 
setChilds(TopiaEntity, Collection<TopiaEntity>) - Method in class org.nuiton.topia.persistence.metadata.AssociationMeta
 
setChilds(P, Collection<E>) - Method in class org.nuiton.topia.persistence.util.EntityListUpdator
 
setChilds(P, Collection<E>) - Method in interface org.nuiton.topia.persistence.util.ListUpdator
Set the childs of an entity
setCollector(Collector<?>) - Method in class org.nuiton.topia.persistence.util.Collector.CollectorVisitor
 
setEmpty(E) - Method in class org.nuiton.topia.persistence.util.TopiaEntityBinder
 
setEndIndex(Integer) - Method in interface org.nuiton.topia.framework.EntityFilter
Set the value of endIndex
setEndIndex(Integer) - Method in class org.nuiton.topia.framework.TopiaFilter
 
setFilterOperationGroup(String) - Method in class org.nuiton.topia.persistence.pager.TopiaPagerBeanBuilder
 
setFilterRuleGroup(FilterRuleGroupOperator) - Method in class org.nuiton.topia.persistence.pager.TopiaPagerBeanBuilder
 
setFrom(Class<? extends TopiaEntity>) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Set the mainEntity in the from part of the query.
setFrom(Class<? extends TopiaEntity>, String) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Set the mainEntity in the from part of the query and use an alias for this mainEntity.
setGroupOp(FilterRuleGroupOperator) - Method in class org.nuiton.topia.persistence.pager.TopiaPagerBean
 
setImplementationFQN(String) - Method in interface org.nuiton.topia.persistence.TopiaEntityEnum
Change the implementation class of the entity.
setLimit(int, int) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Limit the result of the query with startIndex and endIndex.
setMaxResults(int) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Set the max results wanted for the query.
setMethods - Variable in class org.nuiton.topia.persistence.util.EntityOperator
cache of setter methods.
setNbSteps(long) - Method in interface org.nuiton.topia.persistence.csv.CsvProgressModel
 
setNull(String, B) - Method in class org.nuiton.topia.persistence.util.EntityOperator
Positionner la valeur nulle de la propriete donnee.
setOrderBy(String) - Method in interface org.nuiton.topia.framework.EntityFilter
Set the value of orderBy
setOrderBy(String) - Method in class org.nuiton.topia.framework.TopiaFilter
 
setPageIndex(int) - Method in class org.nuiton.topia.persistence.util.PagerBean
Deprecated.
 
setPageSize(int) - Method in class org.nuiton.topia.persistence.util.PagerBean
Deprecated.
 
setPagesNumber(long) - Method in class org.nuiton.topia.persistence.util.PagerBean
Deprecated.
 
setProgress(float) - Method in interface org.nuiton.topia.persistence.csv.CsvProgressModel
 
setRecordEndIndex(long) - Method in class org.nuiton.topia.persistence.util.PagerBean
Deprecated.
 
setRecords(long) - Method in class org.nuiton.topia.persistence.util.PagerBean
Deprecated.
 
setRecordStartIndex(long) - Method in class org.nuiton.topia.persistence.util.PagerBean
Deprecated.
 
setReference(Object) - Method in interface org.nuiton.topia.framework.EntityFilter
Set the value of referenceId from entity
setReference(Object) - Method in class org.nuiton.topia.framework.TopiaFilter
 
setReferenceId(String) - Method in interface org.nuiton.topia.framework.EntityFilter
Set the value of referenceId
setReferenceId(String) - Method in class org.nuiton.topia.framework.TopiaFilter
 
setReferenceProperty(String) - Method in interface org.nuiton.topia.framework.EntityFilter
Set the value of referenceProperty
setReferenceProperty(String) - Method in class org.nuiton.topia.framework.TopiaFilter
 
setRules(List<FilterRule>) - Method in class org.nuiton.topia.persistence.pager.TopiaPagerBean
 
setSelect(String...) - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Set the select in the query.
setSortAscendant(boolean) - Method in class org.nuiton.topia.persistence.pager.TopiaPagerBean
 
setSortAscendant(boolean) - Method in class org.nuiton.topia.persistence.pager.TopiaPagerBeanBuilder
 
setSortColumn(String) - Method in class org.nuiton.topia.persistence.pager.TopiaPagerBean
 
setSortcolumn(String) - Method in class org.nuiton.topia.persistence.pager.TopiaPagerBeanBuilder
 
setStartIndex(Integer) - Method in interface org.nuiton.topia.framework.EntityFilter
Set the value of startIndex
setStartIndex(Integer) - Method in class org.nuiton.topia.framework.TopiaFilter
 
setTopiaContext(TopiaContext) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
setTopiaContext(TopiaContext) - Method in interface org.nuiton.topia.persistence.TopiaEntityContextable
Set topia context.
setTopiaCreateDate(Date) - Method in interface org.nuiton.topia.persistence.TopiaEntity
Set the technical creation date of the entity.
setTopiaCreateDate(Date) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
setTopiaId(String) - Method in interface org.nuiton.topia.persistence.TopiaEntity
Set the technical id of the entity.
setTopiaId(String) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
setTopiaVersion(long) - Method in interface org.nuiton.topia.persistence.TopiaEntity
Set the technical version of the entity.
setTopiaVersion(long) - Method in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
setTransaction(TopiaContext) - Method in interface org.nuiton.topia.framework.TopiaTransactionAware
Put in the instance, the given transaction.
setUseFlushMode(boolean) - Method in class org.nuiton.topia.framework.TopiaContextImpl
Change the value of flag TopiaContextImpl.useFlushMode.
setUseFlushMode(boolean) - Method in interface org.nuiton.topia.framework.TopiaContextImplementor
Tells to the context if it has to use a flush mode before each query.
setUseOrdinalForEnum(boolean) - Method in class org.nuiton.topia.persistence.csv.EntityCsvModel
 
shouldBeAbstract(ObjectModelClass) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Indique si la classe specifiee devrait etre abstraite
shouldGenerateDTOTopiaIdTagValue(ObjectModelClassifier, ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Search if the TagValue TopiaTagValues.TAG_GENERATE_TOPIA_ID_IN_DTO has been activated in the model.
shouldGenerateOperatorForDAOHelper(ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Cherche si le tagvalue TopiaTagValues.TAG_GENERATE_OPERATOR_FOR_DAO_HELPER a été activé dans le model.
shouldGenerateStandaloneEnumForDAOHelper(ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Cherche si le tagvalue TopiaTagValues.TAG_GENERATE_OPERATOR_FOR_DAO_HELPER a été activé dans le model.
shouldGnerateStandaloneEnumForDAOHelper(ObjectModelElement, ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
showCreateSchema() - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
showCreateSchema() - Method in interface org.nuiton.topia.TopiaContext
Permet d'afficher les requetes SQL de creation de base.
size(P) - Method in class org.nuiton.topia.persistence.util.EntityListUpdator
 
size(P) - Method in interface org.nuiton.topia.persistence.util.ListUpdator
Obtain the number of childs for the given parent.
sizeChild(String, B) - Method in class org.nuiton.topia.persistence.util.EntityOperator
Retourne le nombre d'entite d'association.
sizeMethod - Variable in class org.nuiton.topia.persistence.util.EntityListUpdator
 
sortAscendant - Variable in class org.nuiton.topia.persistence.pager.TopiaPagerBean
 
sortAttribute(ObjectModelClass, ObjectModel) - Static method in class org.nuiton.topia.generator.TopiaGeneratorUtil
Cherche et renvoie la liste des attributs constituant la clef metier d'une classe.
sortColumn - Variable in class org.nuiton.topia.persistence.pager.TopiaPagerBean
 
source - Variable in class org.nuiton.topia.persistence.metadata.AssociationMeta
Association source entity type.
source - Variable in class org.nuiton.topia.persistence.metadata.TableMeta
Type of the entity.
split(Iterable<M>) - Static method in class org.nuiton.topia.persistence.metadata.Metadatas
 
SQLWork(String) - Constructor for class org.nuiton.topia.framework.TopiaContextImpl.SQLWork
 
stack - Variable in class org.nuiton.topia.persistence.util.Collector.CollectorVisitor
la pile des entites en cours de parcours
stackSize() - Method in class org.nuiton.topia.persistence.util.Collector
 
standardServiceRegistry - Variable in class org.nuiton.topia.framework.TopiaUtil.ConnectionProviderSupplier
StandardServiceRegistry will be used if no SessionFactory is provided
start(TopiaEntity) - Method in class org.nuiton.topia.persistence.csv.out.ExportEntityVisitor
 
start(TopiaEntity) - Method in class org.nuiton.topia.persistence.DepthEntityVisitor
 
start(TopiaEntity) - Method in interface org.nuiton.topia.persistence.EntityVisitor
Start the visit of the given entity.
start(TopiaEntity) - Method in class org.nuiton.topia.persistence.HorizontalEntityVisitor
 
start(TopiaEntity) - Method in class org.nuiton.topia.persistence.util.Collector.CollectorVisitor
 
startIndex - Variable in class org.nuiton.topia.framework.TopiaFilter
 
startIndex - Variable in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
 
state - Variable in class org.nuiton.topia.framework.EntityState
internal representation of all states of entity (use bitwise operation).
STEREOTYPE_ARRAY - Static variable in class org.nuiton.topia.generator.TopiaStereoTypes
Deprecated.
since 2.5 : only BeanTransformer use it and it is a deprecated transformer, will be remove in version 3.0
STEREOTYPE_DAO - Static variable in class org.nuiton.topia.generator.TopiaStereoTypes
Stéréotype pour les interfaces devant être générées sous forme de DAO.
STEREOTYPE_DTO - Static variable in class org.nuiton.topia.generator.TopiaStereoTypes
Stéréotype pour les objets devant être générées sous forme de DTO.
STEREOTYPE_ENTITY - Static variable in class org.nuiton.topia.generator.TopiaStereoTypes
Stéréotype pour les objets devant être générées sous forme d'entités
STEREOTYPE_FACADE - Static variable in class org.nuiton.topia.generator.TopiaStereoTypes
Deprecated.
since 2.5 : nobydy use it, will be remove in version 3.0
STEREOTYPE_INDEXED_COLLECTION - Static variable in class org.nuiton.topia.generator.TopiaStereoTypes
Stéréotype pour utiliser une collectionné indexée sur un attribut.
STEREOTYPE_PRIMARYKAY - Static variable in class org.nuiton.topia.generator.TopiaStereoTypes
Stéréotype pour les attributs étant des clés primaires.
STEREOTYPE_SERVICE - Static variable in class org.nuiton.topia.generator.TopiaStereoTypes
Stéréotype pour les interfaces devant être générées sous forme de services.
STEREOTYPE_UNIQUE - Static variable in class org.nuiton.topia.generator.TopiaStereoTypes
Stéréotype pour les collections avec unicité.
stop() - Method in class org.nuiton.topia.framework.TopiaConnectionProvider
 
store - Variable in class org.nuiton.topia.persistence.util.EntityOperatorStore
le cache d'operateurs
supportsAggressiveRelease() - Method in class org.nuiton.topia.framework.TopiaConnectionProvider
 

T

tableMeta - Variable in class org.nuiton.topia.persistence.csv.EntityCsvModel
 
TableMeta<T extends TopiaEntityEnum> - Class in org.nuiton.topia.persistence.metadata
Define metas of a given db table.
TableMeta(T, TopiaPersistenceHelper<T>) - Constructor for class org.nuiton.topia.persistence.metadata.TableMeta
 
tables - Variable in class org.nuiton.topia.persistence.metadata.DbMeta
All metas of the db.
TAG_ACCESS - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour specfier le type d'acces a un champ.
TAG_ANNOTATION - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour ajouter une annotation à un champ.
TAG_CONTEXTABLE - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour que les entités etendent TopiaEntityContextable et se fasse injecter le TopiaContext par rapport aux autres entités qui ne l'ont pas.
TAG_COPYRIGHT - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Deprecated.
since 2.5 only use in a deprecated method TopiaGeneratorUtil.getCopyright(Model)
TAG_DAO_IMPLEMENTATION - Static variable in class org.nuiton.topia.generator.TopiaTagValues
To specify the abstract dao to use.
TAG_DB_NAME - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour le nom du champ / entité en BD.
TAG_DO_COMMIT - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour specifier si une methode a besoin d'un commit après son exécution.
TAG_DO_NOT_GENERATE_READ_LISTENERS - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag to specify if we want to generate fireOnPreRead and fireOnPostRead method into entity getters.
TAG_EMBED_XML - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Deprecated.
@since 2.5, use nowhere, will be remove soon
TAG_ERROR_ARGS - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour specifier si une methode de service a besoin d'arguments pour le message d'erreur ou non
TAG_EXCEPTION_CLASS - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour specifier l'exception principale de l'application.
TAG_FETCH - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour spécifier la caractère fetch d'une association multiple.
TAG_GENERATE_FOREIGN_KEY_NAMES - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag to generate deterministic foreign key names in hibernate mapping files.
TAG_GENERATE_OPERATOR_FOR_DAO_HELPER - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour specfier si on doit générer la methode getOperator dans les daohelpers.
TAG_GENERATE_STANDALONE_ENUM_FOR_DAO_HELPER - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour spécifier si on doit générer le TopiaEntityEnum en tant qu'inner classe du dao helper ou pas.
TAG_GENERATE_TOPIA_ID_IN_DTO - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag to specify if we want to add an "id" property in DTO generated by EntityDTOTransformer.
TAG_INDEX_FOREIGN_KEYS - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Stéréotype pour les attributs avec multiplicité nécessitant la création d'un index.
TAG_INVERSE - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour permettre de choisir qui contrôle la relation N-N bidirectionnelle.
TAG_LAZY - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour spécifier la caractère lazy d'une association multiple.
TAG_LENGTH - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour la taille du champ en BD.
TAG_MANY_TO_MANY_TABLE_NAME - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag to specify the reverse db name of an attribute in database.
TAG_NATURAL_ID - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour ajouter un attribut dans une clef métier.
TAG_NATURAL_ID_MUTABLE - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour specifier si une clef metier est mutable.
TAG_NO_LOG_IN_SERVICE - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Deprecated.
since 2.5.4, will not be replaced (no log are any longer generated in ServiceTransformer
TAG_NOT_GENERATE_TO_STRING - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour specifier de ne pas generer la methode toString.
TAG_NOT_NULL - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour spécifier la caractère not-null d'un attribut.
TAG_ORDER_BY - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour spécifier la caractère order-by d'une association multiple.
TAG_PERSISTENCE_TYPE - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour le type de persistence.
TAG_PROXY_INTERFACE - Static variable in class org.nuiton.topia.generator.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.generator.TopiaTagValues
Tag to specify the reverse db name of an attribute in database.
TAG_SCHEMA_NAME - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour le nom du schema en BD.
TAG_SECURITY_CREATE - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour spécifier le permissions à la création.
TAG_SECURITY_DELETE - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour spécifier le permissions à la suppression.
TAG_SECURITY_LOAD - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour spécifier le permissions au chargement.
TAG_SECURITY_UPDATE - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour spécifier le permissions à la mise à jour.
TAG_SORT_ATTRIBUTE - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour specifier de trier les attributs par nom lors de la generation.
TAG_SQL_TYPE - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour spécifier le type sql d'une propriété dans le mapping hibernate.
TAG_TRANSACTION - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour specifier si une methode a besoin d'une transaction (TopiaContext) ou non
TAG_TYPE - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag pour spécifier le type d'une propriété dans le mapping hibernate.
TAG_USE_ENUMERATION_NAME - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Tag à placer sur un l'attribut d'une entité.
TAG_USE_LEGACY_DAO - Static variable in class org.nuiton.topia.generator.TopiaTagValues
Deprecated.
since 2.5, prefer use the tag value
target - Variable in class org.nuiton.topia.persistence.metadata.AssociationMeta
Association target entity type.
TIME_LOG - Static variable in class org.nuiton.topia.persistence.csv.out.ExportEntityVisitor
 
TIME_LOG - Static variable in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports
 
toBean() - Method in class org.nuiton.topia.persistence.pager.TopiaPagerBeanBuilder
 
toHql(String, String, Object, Map<String, Object>) - Method in enum org.nuiton.topia.persistence.pager.FilterRuleOperator
 
TOPIA_CONTEXT - Static variable in interface org.nuiton.topia.persistence.TopiaEntityContextable
 
TOPIA_CREATE_DATE - Static variable in interface org.nuiton.topia.persistence.TopiaEntity
 
TOPIA_ID - Static variable in interface org.nuiton.topia.persistence.TopiaEntity
 
TOPIA_PERSISTENCE_CLASSES - Static variable in class org.nuiton.topia.framework.TopiaContextImpl
Deprecated.
TOPIA_PERSISTENCE_CLASSES - Static variable in class org.nuiton.topia.framework.TopiaUtil
Deprecated.
since 2.5.3, use the already present TopiaContextImpl.TOPIA_PERSISTENCE_CLASSES.
TOPIA_PERSISTENCE_DIRECTORIES - Static variable in class org.nuiton.topia.framework.TopiaContextImpl
Deprecated.
TOPIA_PERSISTENCE_PROPERTIES_FILE - Static variable in class org.nuiton.topia.framework.TopiaContextImpl
Deprecated.
TOPIA_VERSION - Static variable in interface org.nuiton.topia.persistence.TopiaEntity
 
TopiaConnectionProvider - Class in org.nuiton.topia.framework
Customized connection provider.
TopiaConnectionProvider() - Constructor for class org.nuiton.topia.framework.TopiaConnectionProvider
 
topiaContext - Variable in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
TopiaContext - Interface in org.nuiton.topia
TODO-FD20100507 : Need javadoc + translate the one on methods.
TopiaContextAdapter - Class in org.nuiton.topia.event
Adapter pattern of TopiaContextListener.
TopiaContextAdapter() - Constructor for class org.nuiton.topia.event.TopiaContextAdapter
 
TopiaContextEvent - Class in org.nuiton.topia.event
TODO-fdesbois-20100507 : Need javadoc.
TopiaContextEvent(Object) - Constructor for class org.nuiton.topia.event.TopiaContextEvent
Constructor
TopiaContextFactory - Class in org.nuiton.topia
TODO-FD20100507 : Need javadoc + translate the one on methods.
TopiaContextFactory() - Constructor for class org.nuiton.topia.TopiaContextFactory
 
TopiaContextImpl - Class in org.nuiton.topia.framework
Le TopiaContextImpl est le point d'entre pour acceder aux donnees.
TopiaContextImpl() - Constructor for class org.nuiton.topia.framework.TopiaContextImpl
Default constructor, useful for tests.
TopiaContextImpl(Properties) - Constructor for class org.nuiton.topia.framework.TopiaContextImpl
Constructor used by TopiaContextFactory to initialize rootContext using config.
TopiaContextImpl(TopiaContextImplementor) - Constructor for class org.nuiton.topia.framework.TopiaContextImpl
Constructor used by TopiaContextImpl.beginTransaction() to instantiate child from parentContext.
TopiaContextImpl.SQLWork - Class in org.nuiton.topia.framework
 
TopiaContextImplementor - Interface in org.nuiton.topia.framework
Technical contract of a TopiaContext.
TopiaContextListener - Interface in org.nuiton.topia.event
Listener for TopiaContext actions.
topiaContextListeners - Variable in class org.nuiton.topia.framework.TopiaFiresSupport
 
topiaCreateDate - Variable in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
TopiaCsvCommons - Class in org.nuiton.topia.persistence.csv
More useful method added to Common.
TopiaCsvCommons() - Constructor for class org.nuiton.topia.persistence.csv.TopiaCsvCommons
 
TopiaCsvCommons.AssociationValueParser - Class in org.nuiton.topia.persistence.csv
 
TopiaCsvCommons.AssociationValueParserFormatter<E extends TopiaEntity> - Class in org.nuiton.topia.persistence.csv
 
TopiaCsvCommons.ForeignKeyDecoratedValue<E> - Class in org.nuiton.topia.persistence.csv
TODO
TopiaCsvCommons.ForeignKeyValue<E extends TopiaEntity> - Class in org.nuiton.topia.persistence.csv
 
TopiaCsvCommons.ForeignKeyValueForAssociation<E extends TopiaEntity> - Class in org.nuiton.topia.persistence.csv
 
TopiaCsvExports - Class in org.nuiton.topia.persistence.csv.out
Helper for csv exports.
TopiaCsvExports() - Constructor for class org.nuiton.topia.persistence.csv.out.TopiaCsvExports
 
TopiaCsvExports.AssociationExportContext<T extends TopiaEntityEnum> - Class in org.nuiton.topia.persistence.csv.out
To export associations as csv files.
TopiaCsvExports.EntityExportContext<T extends TopiaEntityEnum> - Class in org.nuiton.topia.persistence.csv.out
to export entity as csv files.
TopiaCsvImports - Class in org.nuiton.topia.persistence.csv.in
Helper for csv imports.
TopiaCsvImports() - Constructor for class org.nuiton.topia.persistence.csv.in.TopiaCsvImports
 
TopiaDAO<E extends TopiaEntity> - Interface in org.nuiton.topia.persistence
TopiaDAO is used to manipulate entities corresponding to E type : create, delete, update or find entities.
TopiaDAODeprecated<E extends TopiaEntity> - Interface in org.nuiton.topia.persistence
Contains all method that are deprecated from TopiaDAO in version 2.6.12 and then will be removed in next major version (3.0).
TopiaDAOImpl<E extends TopiaEntity> - Class in org.nuiton.topia.persistence
Cette classe permet d'avoir un ensemble de méthode implantée de façon standard et plus spécifiquement pour Hibernate.
TopiaDAOImpl() - Constructor for class org.nuiton.topia.persistence.TopiaDAOImpl
 
TopiaDAOImpl.FindAllIterator<E extends TopiaEntity,R> - Class in org.nuiton.topia.persistence
 
TopiaDAOLegacy<E extends TopiaEntity> - Class in org.nuiton.topia.persistence
Deprecated.
since 2.6.12 Using the hibernate Criteria api is not a good idea as we wants to use in ToPIA next generation (version 3.0) jpa api.
TopiaDAOLegacy() - Constructor for class org.nuiton.topia.persistence.TopiaDAOLegacy
Deprecated.
 
TopiaEntitiesEvent<E extends TopiaEntity> - Class in org.nuiton.topia.event
TODO-fdesbois-20100507 : Need javadoc.
TopiaEntitiesEvent(Object, List<E>) - Constructor for class org.nuiton.topia.event.TopiaEntitiesEvent
 
TopiaEntitiesVetoable - Interface in org.nuiton.topia.event
Permet de lancer des événements liés au récupération des données
TopiaEntity - Interface in org.nuiton.topia.persistence
The TopiaEntity is the main interface for each entities generated with TopiaMetaTransformer.
TopiaEntityAbstract - Class in org.nuiton.topia.persistence
Classe de base de toutes les entités, cela permet de concentrer le code technique dans cette classe.
TopiaEntityAbstract() - Constructor for class org.nuiton.topia.persistence.TopiaEntityAbstract
 
TopiaEntityBinder<E extends TopiaEntity> - Class in org.nuiton.topia.persistence.util
A Binder dedicated to TopiaEntity dealing with technical values.
TopiaEntityBinder() - Constructor for class org.nuiton.topia.persistence.util.TopiaEntityBinder
 
TopiaEntityContextable - Interface in org.nuiton.topia.persistence
TopiaEntity with TopiaContext support (injected by TopiaContext into entities).
TopiaEntityEnum - Interface in org.nuiton.topia.persistence
The contract to be realised by the generated enumeration in any DAOHelper.
TopiaEntityEvent - Class in org.nuiton.topia.event
TODO-fdesbois-20100507 : Need javadoc.
TopiaEntityEvent(Object, TopiaEntity, Object[]) - Constructor for class org.nuiton.topia.event.TopiaEntityEvent
 
TopiaEntityEvent(Object, TopiaEntity, Object[], Object[]) - Constructor for class org.nuiton.topia.event.TopiaEntityEvent
 
TopiaEntityEvent(Object, TopiaEntity, Object[], Object[], int[]) - Constructor for class org.nuiton.topia.event.TopiaEntityEvent
 
TopiaEntityHelper - Class in org.nuiton.topia.persistence.util
Une classe avec des méthodes utiles sur les entités.
TopiaEntityHelper() - Constructor for class org.nuiton.topia.persistence.util.TopiaEntityHelper
 
TopiaEntityIdsMap - Class in org.nuiton.topia.persistence.util
A map of ids of entities grouped by their type.
TopiaEntityIdsMap() - Constructor for class org.nuiton.topia.persistence.util.TopiaEntityIdsMap
 
TopiaEntityListener - Interface in org.nuiton.topia.event
TODO-fdesbois-20100507 : Need javadoc.
TopiaEntityMap<K extends TopiaEntityEnum,V extends TopiaEntity> - Class in org.nuiton.topia.persistence.util
A dictionnary of TopiaEntity associated to a TopiaEntityEnum.
TopiaEntityMap(int, float) - Constructor for class org.nuiton.topia.persistence.util.TopiaEntityMap
 
TopiaEntityMap(int) - Constructor for class org.nuiton.topia.persistence.util.TopiaEntityMap
 
TopiaEntityMap() - Constructor for class org.nuiton.topia.persistence.util.TopiaEntityMap
 
TopiaEntityMap(Map<? extends K, ? extends List<? extends V>>) - Constructor for class org.nuiton.topia.persistence.util.TopiaEntityMap
 
TopiaEntityRef - Class in org.nuiton.topia.persistence.util
Definition of a reference of an entity from a root entity.
TopiaEntityRef(TopiaEntity, TopiaEntity, String, TopiaEntity[]) - Constructor for class org.nuiton.topia.persistence.util.TopiaEntityRef
 
TopiaEntityVetoable - Interface in org.nuiton.topia.event
TODO-fdesbois-20100507 : Need javadoc.
TopiaException - Exception in org.nuiton.topia
Main exception for Topia errors on hibernate manipulations.
TopiaException() - Constructor for exception org.nuiton.topia.TopiaException
Default constructor.
TopiaException(String) - Constructor for exception org.nuiton.topia.TopiaException
Constructor with message.
TopiaException(String, Throwable) - Constructor for exception org.nuiton.topia.TopiaException
Constructor for a wrapped TopiaException over a cause with a message.
TopiaException(Throwable) - Constructor for exception org.nuiton.topia.TopiaException
Constructor for a wrapped TopiaException over a cause.
TopiaFilter - Class in org.nuiton.topia.framework
Filter Created: 23 avr. 2010
TopiaFilter() - Constructor for class org.nuiton.topia.framework.TopiaFilter
 
TopiaFiresSupport - Class in org.nuiton.topia.framework
TODO-fdesbois-20100507 : Need translation of javadoc.
TopiaFiresSupport() - Constructor for class org.nuiton.topia.framework.TopiaFiresSupport
 
TopiaFiresSupport.TopiaHibernateEvent - Class in org.nuiton.topia.framework
Object permettant de faire le lien entre les events hibernate et topia
TopiaGeneratorUtil - Class in org.nuiton.topia.generator
Classe regroupant divers méthodes utiles pour la génération des entités Created: 13 déc. 2005
TopiaGeneratorUtil() - Constructor for class org.nuiton.topia.generator.TopiaGeneratorUtil
 
TopiaHibernateEvent(TopiaContextImplementor) - Constructor for class org.nuiton.topia.framework.TopiaFiresSupport.TopiaHibernateEvent
 
topiaId - Variable in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
TopiaId - Class in org.nuiton.topia.persistence
TODO-fdesbois-20100508 : Need translation of javadoc.
TopiaId() - Constructor for class org.nuiton.topia.persistence.TopiaId
 
TopiaId(String) - Constructor for class org.nuiton.topia.persistence.TopiaId
 
topiaId - Variable in class org.nuiton.topia.persistence.TopiaId
 
TopiaJavaValidator - Class in org.nuiton.topia.generator
Validateur qui valide : - les types des attributs - les nom des attributs - les duplication d'attibuts
TopiaJavaValidator(ObjectModel) - Constructor for class org.nuiton.topia.generator.TopiaJavaValidator
Constructor.
TopiaMetaTransformer - Class in org.nuiton.topia.generator
Created: 20 déc. 2009
TopiaMetaTransformer() - Constructor for class org.nuiton.topia.generator.TopiaMetaTransformer
 
TopiaNotFoundException - Exception in org.nuiton.topia
TODO-FD20100507 : Need javadoc.
TopiaNotFoundException() - Constructor for exception org.nuiton.topia.TopiaNotFoundException
Default constructor.
TopiaNotFoundException(String) - Constructor for exception org.nuiton.topia.TopiaNotFoundException
Constructor with message.
TopiaNotFoundException(String, Throwable) - Constructor for exception org.nuiton.topia.TopiaNotFoundException
Constructor for a wrapped TopiaNotFoundException over a cause with a message.
TopiaNotFoundException(Throwable) - Constructor for exception org.nuiton.topia.TopiaNotFoundException
Constructor for a wrapped TopiaNotFoundException over a cause.
TopiaPagerBean - Class in org.nuiton.topia.persistence.pager
Extension of a PagerBean to add filter and ordering capacities.
TopiaPagerBean() - Constructor for class org.nuiton.topia.persistence.pager.TopiaPagerBean
 
TopiaPagerBeanBuilder - Class in org.nuiton.topia.persistence.pager
To build a TopiaPagerBean from scratch.
TopiaPagerBeanBuilder() - Constructor for class org.nuiton.topia.persistence.pager.TopiaPagerBeanBuilder
 
TopiaPagerBeanBuilder(TopiaPagerBean) - Constructor for class org.nuiton.topia.persistence.pager.TopiaPagerBeanBuilder
 
TopiaPersistenceHelper<T extends TopiaEntityEnum> - Interface in org.nuiton.topia.persistence
Object which helps to wrap some static generated code (dao helper, entityEnum).
TopiaQuery - Class in org.nuiton.topia.framework
Deprecated.
since 2.6.12, TopiaQuery will be removed in version 3.0
TopiaQuery() - Constructor for class org.nuiton.topia.framework.TopiaQuery
Deprecated.
 
TopiaQuery(Class<? extends TopiaEntity>) - Constructor for class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Create a TopiaQuery based on the entityClass.
TopiaQuery(Class<? extends TopiaEntity>, String) - Constructor for class org.nuiton.topia.framework.TopiaQuery
Deprecated.
Create a TopiaQuery based on the entityClass.
TopiaQuery.Op - Enum in org.nuiton.topia.framework
Deprecated.
Enum to simmplify using operation in query.
TopiaRelationValidator - Class in org.nuiton.topia.generator
Validateur pour les relations du modèle.
TopiaRelationValidator(ObjectModel) - Constructor for class org.nuiton.topia.generator.TopiaRelationValidator
Constructeur de TopiaRelationValidator.
TopiaRuntimeException - Exception in org.nuiton.topia
TODO-FD20100507 : Need javadoc.
TopiaRuntimeException() - Constructor for exception org.nuiton.topia.TopiaRuntimeException
Default constructor.
TopiaRuntimeException(String) - Constructor for exception org.nuiton.topia.TopiaRuntimeException
Constructor with message.
TopiaRuntimeException(String, Throwable) - Constructor for exception org.nuiton.topia.TopiaRuntimeException
Constructor for a wrapped TopiaRuntimeException over a cause with a message.
TopiaRuntimeException(Throwable) - Constructor for exception org.nuiton.topia.TopiaRuntimeException
Constructor for a wrapped TopiaRuntimeException over a cause.
TopiaService - Interface in org.nuiton.topia.framework
Used to implement a service for Topia.
TopiaSQLQuery<O> - Class in org.nuiton.topia.framework
An executor of sql query which permits to obtain a single result via the method TopiaSQLQuery.findSingleResult(TopiaContextImplementor) or a multiple result with method TopiaSQLQuery.findMultipleResult(TopiaContextImplementor).
TopiaSQLQuery() - Constructor for class org.nuiton.topia.framework.TopiaSQLQuery
 
TopiaStereoTypes - Class in org.nuiton.topia.generator
All extra stereotypes usable in topia generators.
TopiaStereoTypes() - Constructor for class org.nuiton.topia.generator.TopiaStereoTypes
 
TopiaTagValues - Class in org.nuiton.topia.generator
All extra tag values usable in topia generators.
TopiaTagValues() - Constructor for class org.nuiton.topia.generator.TopiaTagValues
 
TopiaTransactionAware - Interface in org.nuiton.topia.framework
Use this contract on a object which use a TopiaContext as a transaction.
TopiaTransactionEvent - Class in org.nuiton.topia.event
Event fires for TopiaTransactionListener.
TopiaTransactionEvent(TopiaContext) - Constructor for class org.nuiton.topia.event.TopiaTransactionEvent
 
TopiaTransactionEvent(TopiaContext, Map<TopiaEntity, EntityState>) - Constructor for class org.nuiton.topia.event.TopiaTransactionEvent
 
TopiaTransactionListener - Interface in org.nuiton.topia.event
To listen transaction operations as commit and rollback.
TopiaTransactionVetoable - Interface in org.nuiton.topia.event
TODO-fdesbois-20100507 : Need javadoc.
TopiaUtil - Class in org.nuiton.topia.framework
TODO-fdesbois-20100507 : Need javadoc + translations for existing methods.
TopiaUtil() - Constructor for class org.nuiton.topia.framework.TopiaUtil
 
TopiaUtil.ConnectionProviderSupplier - Class in org.nuiton.topia.framework
Hibernate 4.3.x compatible Supplier<ConnectionProvider>.
topiaVersion - Variable in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
TopiaVetoException - Exception in org.nuiton.topia
TODO-FD20100507 : Need javadoc.
TopiaVetoException() - Constructor for exception org.nuiton.topia.TopiaVetoException
Default constructor.
TopiaVetoException(String) - Constructor for exception org.nuiton.topia.TopiaVetoException
Constructor with message.
TopiaVetoException(String, Throwable) - Constructor for exception org.nuiton.topia.TopiaVetoException
Constructor for a wrapped TopiaVetoException over a cause with a message.
TopiaVetoException(Throwable) - Constructor for exception org.nuiton.topia.TopiaVetoException
Constructor for a wrapped TopiaVetoException over a cause.
toString() - Method in class org.nuiton.topia.framework.TopiaFilter
 
toString() - Method in enum org.nuiton.topia.framework.TopiaQuery.Op
Deprecated.
 
toString() - Method in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
 
toString() - Method in class org.nuiton.topia.persistence.metadata.AssociationMeta
 
toString() - Method in class org.nuiton.topia.persistence.metadata.TableMeta
 
toString() - Method in class org.nuiton.topia.persistence.TopiaId
 
toString() - Method in class org.nuiton.topia.persistence.util.EntityOperator
 
toString() - Method in class org.nuiton.topia.persistence.util.PagerBean
Deprecated.
 
toString() - Method in class org.nuiton.topia.persistence.util.TopiaEntityRef
 
toVisitEntities - Variable in class org.nuiton.topia.persistence.HorizontalEntityVisitor
Entity to be visited later.
transactionEntities - Variable in class org.nuiton.topia.framework.TopiaFiresSupport
used to collect entity modification during transaction
transactionListeners - Variable in class org.nuiton.topia.framework.TopiaFiresSupport
 
transactionVetoables - Variable in class org.nuiton.topia.framework.TopiaFiresSupport
 
transformFromClass(ObjectModelClass) - Method in class org.nuiton.topia.generator.DAOAbstractTransformer
Deprecated.
 
transformFromClass(ObjectModelClass) - Method in class org.nuiton.topia.generator.DAOImplTransformer
Deprecated.
 
transformFromClass(ObjectModelClass) - Method in class org.nuiton.topia.generator.DAOTransformer
Deprecated.
 
transformFromClass(ObjectModelClass) - Method in class org.nuiton.topia.generator.DTOTransformer
 
transformFromClass(ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityDAOTransformer
 
transformFromClass(ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityDTOTransformer
 
transformFromClass(ObjectModelClass) - Method in class org.nuiton.topia.generator.EntityTransformer
 
transformFromClassifier(ObjectModelClassifier) - Method in class org.nuiton.topia.generator.QueryHelperTransformer
INNER PROPERTY CLASSES
transformFromInterface(ObjectModelInterface) - Method in class org.nuiton.topia.generator.DAOAbstractTransformer
Deprecated.
 
transformFromInterface(ObjectModelInterface) - Method in class org.nuiton.topia.generator.DAOImplTransformer
Deprecated.
 
transformFromInterface(ObjectModelInterface) - Method in class org.nuiton.topia.generator.EntityDAOTransformer
 
transformFromInterface(ObjectModelInterface) - Method in class org.nuiton.topia.generator.ServiceTransformer
 
transformFromModel(ObjectModel) - Method in class org.nuiton.topia.generator.BinderHelperTransformer
 
transformFromModel(ObjectModel) - Method in class org.nuiton.topia.generator.DAOAbstractTransformer
Deprecated.
 
transformFromModel(ObjectModel) - Method in class org.nuiton.topia.generator.DAOHelperTransformer
 
transformFromModel(ObjectModel) - Method in class org.nuiton.topia.generator.EntityDAOTransformer
 
transformFromModel(ObjectModel) - Method in class org.nuiton.topia.generator.QueryHelperTransformer
MAIN PART OF THE HELPER
transformFromModel(ObjectModel) - Method in class org.nuiton.topia.generator.ServiceTransformer
 
type - Variable in class org.nuiton.topia.persistence.metadata.ColumnMeta
Type of the column.
type - Variable in class org.nuiton.topia.persistence.TopiaDAOImpl.FindAllIterator
 

U

uniqueIndex(Iterable<M>) - Static method in class org.nuiton.topia.persistence.metadata.Metadatas
 
universe - Variable in class org.nuiton.topia.persistence.csv.TopiaCsvCommons.AssociationValueParserFormatter
 
universe - Variable in class org.nuiton.topia.persistence.csv.TopiaCsvCommons.ForeignKeyValue
 
universe - Variable in class org.nuiton.topia.persistence.csv.TopiaCsvCommons.ForeignKeyValueForAssociation
 
unwrap(Class<T>) - Method in class org.nuiton.topia.framework.TopiaConnectionProvider
 
update(TopiaEntityEvent) - Method in interface org.nuiton.topia.event.TopiaEntityListener
 
update(TopiaEntityEvent) - Method in interface org.nuiton.topia.event.TopiaEntityVetoable
 
update(E) - Method in interface org.nuiton.topia.persistence.TopiaDAO
Permet d'ajouter ou de mettre a jour un objet.
update(E) - Method in class org.nuiton.topia.persistence.TopiaDAOImpl
 
update() - Method in interface org.nuiton.topia.persistence.TopiaEntityContextable
Update entity in persistence context.
UPDATE_ASSOCIATION - Static variable in class org.nuiton.topia.persistence.csv.in.TopiaCsvImports
 
UPDATE_SEQUENCE_FORMAT - Static variable in class org.nuiton.topia.persistence.util.DBMapping
 
updateAcceptOperation(ObjectModelAttribute) - Method in class org.nuiton.topia.generator.EntityTransformer
 
updateSchema() - Method in class org.nuiton.topia.framework.TopiaContextImpl
 
updateSchema() - Method in interface org.nuiton.topia.TopiaContext
Permet de mettre à jour le schema de la base de données.
updateSequence(String, TopiaContext) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
updateSequence(Class<? extends TopiaEntity>, String, TopiaContext) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
updateSequence(String, TopiaContext, boolean) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
updateSequences(TopiaContext) - Method in class org.nuiton.topia.persistence.util.DBMapping
 
url - Variable in class org.nuiton.topia.framework.TopiaConnectionProvider
JDBC url of connection.
usages - Variable in class org.nuiton.topia.generator.DAOAbstractTransformer
Deprecated.
TODO
usages - Variable in class org.nuiton.topia.generator.EntityDAOTransformer
map of direct usages (values) for each entity (key).
useFlushMode - Variable in class org.nuiton.topia.framework.TopiaContextImpl
This flag permits to use (or not) the flush mode when doing queries.
useNaturalIdsOrNotNulls - Variable in class org.nuiton.topia.persistence.metadata.TableMeta
 
useOrdinalForEnum - Variable in class org.nuiton.topia.persistence.csv.EntityCsvModel
 
userSelects - Variable in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
To keep SELECT part of the query filled by user.

V

validateAttribute(ObjectModelAttribute) - Method in class org.nuiton.topia.generator.TopiaJavaValidator
 
validateAttribute(ObjectModelAttribute) - Method in class org.nuiton.topia.generator.TopiaRelationValidator
 
validateClass(ObjectModelClass) - Method in class org.nuiton.topia.generator.TopiaJavaValidator
 
validateModel(ObjectModel) - Method in class org.nuiton.topia.generator.TopiaJavaValidator
 
validateModel(ObjectModel) - Method in class org.nuiton.topia.generator.TopiaMetaTransformer
 
value - Variable in enum org.nuiton.topia.framework.TopiaQuery.Op
Deprecated.
 
valueOf(String) - Static method in enum org.nuiton.topia.framework.TopiaQuery.Op
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nuiton.topia.generator.ServiceTransformer.Primitive
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nuiton.topia.persistence.pager.FilterRuleGroupOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nuiton.topia.persistence.pager.FilterRuleOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.nuiton.topia.persistence.util.DiffState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.nuiton.topia.framework.TopiaQuery.Op
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nuiton.topia.generator.ServiceTransformer.Primitive
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nuiton.topia.persistence.pager.FilterRuleGroupOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nuiton.topia.persistence.pager.FilterRuleOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.nuiton.topia.persistence.util.DiffState
Returns an array containing the constants of this enum type, in the order they are declared.
visit(TopiaEntity, String, Class<?>, Object) - Method in class org.nuiton.topia.persistence.csv.out.ExportEntityVisitor
 
visit(TopiaEntity, String, Class<?>, Class<?>, Object) - Method in class org.nuiton.topia.persistence.csv.out.ExportEntityVisitor
 
visit(TopiaEntity, String, Class<?>, Class<?>, int, Object) - Method in class org.nuiton.topia.persistence.csv.out.ExportEntityVisitor
 
visit(TopiaEntity, String, Class<?>, Object) - Method in class org.nuiton.topia.persistence.DepthEntityVisitor
 
visit(TopiaEntity, String, Class<?>, Class<?>, Object) - Method in class org.nuiton.topia.persistence.DepthEntityVisitor
 
visit(TopiaEntity, String, Class<?>, Class<?>, int, Object) - Method in class org.nuiton.topia.persistence.DepthEntityVisitor
 
visit(TopiaEntity, String, Class<?>, Object) - Method in interface org.nuiton.topia.persistence.EntityVisitor
Visit a none indexed property for the given entity.
visit(TopiaEntity, String, Class<?>, Class<?>, Object) - Method in interface org.nuiton.topia.persistence.EntityVisitor
Visit a collection property for the given entity.
visit(TopiaEntity, String, Class<?>, Class<?>, int, Object) - Method in interface org.nuiton.topia.persistence.EntityVisitor
Visit a indexed value from a collection property for the given entity.
visit(TopiaEntity, String, Class<?>, Object) - Method in class org.nuiton.topia.persistence.HorizontalEntityVisitor
 
visit(TopiaEntity, String, Class<?>, Class<?>, Object) - Method in class org.nuiton.topia.persistence.HorizontalEntityVisitor
 
visit(TopiaEntity, String, Class<?>, Class<?>, int, Object) - Method in class org.nuiton.topia.persistence.HorizontalEntityVisitor
 
visit(TopiaEntity, String, Class<?>, Object) - Method in class org.nuiton.topia.persistence.util.Collector.CollectorVisitor
 
visit(TopiaEntity, String, Class<?>, Class<?>, Object) - Method in class org.nuiton.topia.persistence.util.Collector.CollectorVisitor
 
visit(TopiaEntity, String, Class<?>, Class<?>, int, Object) - Method in class org.nuiton.topia.persistence.util.Collector.CollectorVisitor
 
visitEntityCollection(TopiaEntity, String, Class<?>, Class<?>, Collection<?>) - Method in class org.nuiton.topia.persistence.csv.out.ExportEntityVisitor
 
visitor - Variable in class org.nuiton.topia.persistence.util.Collector
le visiteur utiliser pour trouver les types

W

warnOnCreateEntity(TopiaEntity) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
used to register objects created during transaction.
warnOnDeleteEntity(TopiaEntity) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
used to register objects deleted during transaction.
warnOnLoadEntity(TopiaEntity) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
used to register objects loaded during transaction.
warnOnReadEntity(TopiaEntity) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
used to register objects loaded during transaction.
warnOnUpdateEntity(TopiaEntity) - Method in class org.nuiton.topia.framework.TopiaFiresSupport
used to register objects modified during transaction.
wheres - Variable in class org.nuiton.topia.framework.TopiaQuery
Deprecated.
To keep WHERE part of the query filled by user.
write() - Method in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports.AssociationExportContext
 
write(TopiaEntity) - Method in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports.EntityExportContext
 
writeAssociations(TopiaEntity) - Method in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports.EntityExportContext
 
writeListeners - Variable in class org.nuiton.topia.persistence.TopiaEntityAbstract
 
writer - Variable in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports.AssociationExportContext
Where to export datas.
writer - Variable in class org.nuiton.topia.persistence.csv.out.TopiaCsvExports.EntityExportContext
Where to export datas.
writeVetoables - Variable in class org.nuiton.topia.persistence.TopiaEntityAbstract
 

Z

ZERO - Static variable in class org.nuiton.topia.persistence.util.EntityOperator
Deprecated.
ZEROB - Static variable in class org.nuiton.topia.persistence.util.EntityOperator
Deprecated.
ZEROC - Static variable in class org.nuiton.topia.persistence.util.EntityOperator
Deprecated.
ZEROD - Static variable in class org.nuiton.topia.persistence.util.EntityOperator
Deprecated.
ZEROF - Static variable in class org.nuiton.topia.persistence.util.EntityOperator
Deprecated.
ZEROL - Static variable in class org.nuiton.topia.persistence.util.EntityOperator
Deprecated.
A B C D E F G H I L M N O P Q R S T U V W Z 
Skip navigation links

Copyright © 2004–2022 Code Lutin. All rights reserved.