Uses of Class
org.nuiton.topia.framework.TopiaQuery
Packages that use TopiaQuery
Package
Description
TODO-FD20100507 : Need update this javadoc for ToPIA 2.4
Contains two interfaces, one
TopiaContextImplementor for internal
manipulations of TopiaContext and one TopiaService for topia
services.This package contains interfaces and abstract classes for entities and daos.
-
Uses of TopiaQuery in org.nuiton.topia
Methods in org.nuiton.topia that return TopiaQueryModifier and TypeMethodDescriptionTopiaContext.createQuery(Class<?> entityClass, String alias) Deprecated.Methods in org.nuiton.topia with parameters of type TopiaQueryModifier and TypeMethodDescriptionTopiaContext.findByQuery(TopiaQuery query) Deprecated.since 2.6.12,TopiaQuerywill be removed in version 3.0 -
Uses of TopiaQuery in org.nuiton.topia.framework
Methods in org.nuiton.topia.framework that return TopiaQueryModifier and TypeMethodDescriptionDeprecated.since 2.3.4, useaddWhere(String)insteadDeprecated.since 2.3.4, useaddEquals(String, Object...)insteadTopiaQuery.add(String paramName, TopiaQuery.Op constraint, Object paramValue) Deprecated.since 2.3.4, useaddWhere(String, Op, Object)insteadDeprecated.since 2.3.4 useaddEquals(Map)TopiaQuery.addBetween(String paramName, Object value1, Object value2) Deprecated.Add an element with BETWEEN operation.TopiaQuery.addDistinct()Deprecated.Add the distinct key word in the query.Deprecated.Add an element to the query.Deprecated.Add a map of properties to the where clause of the query.Deprecated.Used to load properties during query execution using FETCH keyword.TopiaQuery.addFilter(EntityFilter filter) Deprecated.Add afilterto the query that contains limit indexes, orderBy condition and referenceId if needed.TopiaQuery.addFilter(EntityFilter filter, String propertyToFilter) Deprecated.Add afilterto the query that contains limit indexes, orderBy condition and referenceId if needed.TopiaQuery.addFrom(Class<? extends TopiaEntity> entityClass) Deprecated.Add an other entity type to the from in the query.TopiaQuery.addFrom(Class<? extends TopiaEntity> entityClass, String alias) Deprecated.Add an other entity type to the from in the query with an alias.Deprecated.since 2.3.4 use correct addFrom or addJoin or addLeftJoinprotected TopiaQueryDeprecated.Add an element to the from in the query.protected TopiaQueryTopiaQuery.addFromJoin(String separator, String property, String alias, boolean fetch) Deprecated.Deprecated.Add an element to the group of the query.TopiaQuery.addInElements(String elementProperty, String containerProperty) Deprecated.Add link constraint between two properties.Deprecated.Add a inner joinpropertyto the query withalias.TopiaQuery.addLeftJoin(String property, String alias, boolean fetch) Deprecated.Add a left joinpropertyto the query withalias.Deprecated.Add a property to load when query is executed.TopiaQuery.addNotNull(String paramName) Deprecated.Add an element to the query with the constraint Not null.Deprecated.Add an element to the query with the constraint null.TopiaQuery.addNullOr(String paramName, TopiaQuery.Op constraint, Object paramValue) Deprecated.Add an element to the query.Deprecated.Add an element to the order in the query.TopiaQuery.addOrderDesc(String order) Deprecated.Deprecated.Add a HQL parameter to the Query.Deprecated.Add muliple paramaters to the Query.Deprecated.Add an element to the select in the query.TopiaQuery.addSubQuery(String queryPart, TopiaQuery subquery) Deprecated.Method used to add a subquery in an existing query.Deprecated.Add a where element to the Query.TopiaQuery.addWhere(String paramName, TopiaQuery.Op operator, Object paramValue) Deprecated.Add an element to the query.TopiaContextImpl.createQuery(Class<?> entityClass, String alias) TopiaQuery.resetLimit()Deprecated.Remove limits previously setTopiaQuery.setFrom(Class<? extends TopiaEntity> mainEntityClass) Deprecated.Set the mainEntity in the from part of the query.TopiaQuery.setFrom(Class<? extends TopiaEntity> mainEntityClass, String alias) Deprecated.Set the mainEntity in the from part of the query and use an alias for this mainEntity.TopiaQuery.setLimit(int start, int end) Deprecated.Limit the result of the query with startIndex and endIndex.TopiaQuery.setMaxResults(int max) Deprecated.Set the max results wanted for the query.Deprecated.Set the select in the query.Methods in org.nuiton.topia.framework with parameters of type TopiaQueryModifier and TypeMethodDescriptionTopiaQuery.addSubQuery(String queryPart, TopiaQuery subquery) Deprecated.Method used to add a subquery in an existing query.List<?>TopiaContextImpl.findByQuery(TopiaQuery query) -
Uses of TopiaQuery in org.nuiton.topia.persistence
Methods in org.nuiton.topia.persistence that return TopiaQueryModifier and TypeMethodDescriptionTopiaDAODeprecated.createQuery()Deprecated.since 2.6.12,TopiaQuerywill be removed in version 3.0TopiaDAODeprecated.createQuery(String entityAlias) Deprecated.since 2.6.12,TopiaQuerywill be removed in version 3.0TopiaDAOImpl.createQuery()TopiaDAOImpl.createQuery(String entityAlias) Methods in org.nuiton.topia.persistence with parameters of type TopiaQueryModifier and TypeMethodDescriptionintTopiaDAODeprecated.countByQuery(TopiaQuery query) Deprecated.since 2.6.12,TopiaQuerywill be removed in version 3.0intTopiaDAOImpl.countByQuery(TopiaQuery query) booleanTopiaDAODeprecated.existByQuery(TopiaQuery query) Deprecated.since 2.6.12,TopiaQuerywill be removed in version 3.0booleanTopiaDAOImpl.existByQuery(TopiaQuery query) TopiaDAODeprecated.findAllByQuery(TopiaQuery query) Deprecated.since 2.6.12,TopiaQuerywill be removed in version 3.0TopiaDAOImpl.findAllByQuery(TopiaQuery query) TopiaDAODeprecated.findAllMappedByQuery(TopiaQuery query) Deprecated.since 2.6.12,TopiaQuerywill be removed in version 3.0TopiaDAODeprecated.findAllMappedByQuery(TopiaQuery query, String keyName, Class<K> keyClass) Deprecated.since 2.6.12,TopiaQuerywill be removed in version 3.0TopiaDAOImpl.findAllMappedByQuery(TopiaQuery query) TopiaDAOImpl.findAllMappedByQuery(TopiaQuery query, String keyName, Class<K> keyClass) TopiaDAODeprecated.findByQuery(TopiaQuery query) Deprecated.since 2.6.12,TopiaQuerywill be removed in version 3.0TopiaDAOImpl.findByQuery(TopiaQuery query)
TopiaQuerywill be removed in version 3.0