Package com.hades.services
Class RelationalServices<E extends EntityType>
java.lang.Object
com.hades.services.RelationalServices<E>
- All Implemented Interfaces:
SQLCommands<E>
- Author:
- alireza_bayat created on 10/12/21
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfind(E e, ClauseBuilder<E> clauseBuilder) find(E e, ClauseBuilder<E> clauseBuilder, String... fieldsName) findAll(E e, ClauseBuilder<E> clauseBuilder) findAll(E e, ClauseBuilder<E> clauseBuilder, String... fieldsName)
-
Constructor Details
-
RelationalServices
public RelationalServices()
-
-
Method Details
-
findAll
- Specified by:
findAllin interfaceSQLCommands<E extends EntityType>
-
findAll
- Specified by:
findAllin interfaceSQLCommands<E extends EntityType>
-
findAll
- Specified by:
findAllin interfaceSQLCommands<E extends EntityType>
-
findAll
- Specified by:
findAllin interfaceSQLCommands<E extends EntityType>
-
findAll
- Specified by:
findAllin interfaceSQLCommands<E extends EntityType>
-
find
- Specified by:
findin interfaceSQLCommands<E extends EntityType>
-
find
- Specified by:
findin interfaceSQLCommands<E extends EntityType>
-