Uses of Class
com.hades.model.type.EntityType
Packages that use EntityType
Package
Description
-
Uses of EntityType in com.hades.builder.sqlCommand
Classes in com.hades.builder.sqlCommand with type parameters of type EntityTypeModifier and TypeInterfaceDescriptioninterfaceSQLCommands<E extends EntityType>classSQLUtilities<E extends EntityType>interfaceSQLUtils<E extends EntityType>utilities of relational databasesinterfaceSQLValidationUtils<E extends EntityType>interfaceUtils<E extends EntityType> -
Uses of EntityType in com.hades.builder.sqlCommand.clauseBuilder
Classes in com.hades.builder.sqlCommand.clauseBuilder with type parameters of type EntityType -
Uses of EntityType in com.hades.builder.sqlCommand.clauseBuilder.aggregate
Classes in com.hades.builder.sqlCommand.clauseBuilder.aggregate with type parameters of type EntityTypeModifier and TypeClassDescriptionclassAggregateClause<E extends EntityType>interfaceSQLAggregateClause<E extends EntityType>all aggregate functions in sql such as SUM,AVG,COUNT,... -
Uses of EntityType in com.hades.builder.sqlCommand.clauseBuilder.filter
Classes in com.hades.builder.sqlCommand.clauseBuilder.filter with type parameters of type EntityTypeModifier and TypeClassDescriptionclassFilterClause<E extends EntityType>there is 2 way to create an object ofFilterClausecreate object with constructor ->FilterClause(Class)in which developer must passClassobject of entity type create Object with constructor ->FilterClause()()} in which developer must createClassinstance by callingFilterClause.createInstance(EntityType)interfaceSQLFilterClause<E extends EntityType>operation in where clause will be handled in this interface -
Uses of EntityType in com.hades.builder.sqlCommand.clauseBuilder.join
Classes in com.hades.builder.sqlCommand.clauseBuilder.join with type parameters of type EntityTypeModifier and TypeClassDescriptionclassJoinClause<E extends EntityType>interfaceSQLJoinClause<E extends EntityType>Method parameters in com.hades.builder.sqlCommand.clauseBuilder.join with type arguments of type EntityTypeModifier and TypeMethodDescriptionJoinClause.join(Class<? extends EntityType> referencedClass, String entityKey, String referencedKey, JoinTypes joinTypes) JoinClause.join(Class<? extends EntityType> referencedClass, String entityKey, String referencedKey, JoinTypes joinTypes, SQLFilterClause<E> filterClause) SQLJoinClause.join(Class<? extends EntityType> referencedClass, String entityKey, String referencedKey, JoinTypes joinTypes) create join clause with passed referenced class.SQLJoinClause.join(Class<? extends EntityType> referencedClass, String entityKey, String referencedKey, JoinTypes joinTypes, SQLFilterClause<E> filterClause) create join clause with passed referenced class. -
Uses of EntityType in com.hades.builder.sqlCommand.clauseBuilder.order
Classes in com.hades.builder.sqlCommand.clauseBuilder.order with type parameters of type EntityTypeModifier and TypeClassDescriptionclassOrderClause<E extends EntityType>interfaceSQLOrderClause<E extends EntityType> -
Uses of EntityType in com.hades.builder.sqlCommand.impl
Classes in com.hades.builder.sqlCommand.impl with type parameters of type EntityType -
Uses of EntityType in com.hades.builder.sqlCommand.rules
Classes in com.hades.builder.sqlCommand.rules with type parameters of type EntityTypeModifier and TypeInterfaceDescriptioninterfaceSQL_DQL<E extends EntityType>Data Query Language queries will be generated by this interface -
Uses of EntityType in com.hades.services
Classes in com.hades.services with type parameters of type EntityType