A B C D E F G H I L N O P Q R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- absenceOf(String, SelectManyStepSupplier<R>, Duration) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- absenceOf(String, SelectOneStepSupplier<R>, Duration) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- absenceOfOrThrow(String, SelectManyStepSupplier<R>, Duration) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- absenceOfOrThrow(String, SelectOneStepSupplier<R>, Duration) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- all(Class<R>) - Static method in class ru.tinkoff.qa.neptune.hibernate.select.common.CommonSelectStepFactory
- allByCriteria(Class<R>, CriteriaQuery<R>) - Static method in class ru.tinkoff.qa.neptune.hibernate.select.common.CommonSelectStepFactory
- allByOrder(Class<R>, List<Order>) - Static method in class ru.tinkoff.qa.neptune.hibernate.select.common.CommonSelectStepFactory
- allByOrder(Class<R>, Order...) - Static method in class ru.tinkoff.qa.neptune.hibernate.select.common.CommonSelectStepFactory
- allByPredicate(Class<R>, EntityPath<?>, Predicate) - Static method in class ru.tinkoff.qa.neptune.hibernate.select.querydsl.QueryDSLSelectStepFactory
- allByQuery(Class<R>, String, Object...) - Static method in class ru.tinkoff.qa.neptune.hibernate.select.common.CommonSelectStepFactory
- allOrdered(Class<R>, EntityPath<?>, Order, Expression<C>) - Static method in class ru.tinkoff.qa.neptune.hibernate.select.querydsl.QueryDSLSelectStepFactory
- allOrdered(Class<R>, EntityPath<?>, Order, Expression<C>, OrderSpecifier.NullHandling) - Static method in class ru.tinkoff.qa.neptune.hibernate.select.querydsl.QueryDSLSelectStepFactory
- allOrdered(Class<R>, EntityPath<?>, OrderSpecifier<?>) - Static method in class ru.tinkoff.qa.neptune.hibernate.select.querydsl.QueryDSLSelectStepFactory
- apply(HibernateContext) - Method in class ru.tinkoff.qa.neptune.hibernate.select.common.by.SelectAll
- apply(HibernateContext) - Method in class ru.tinkoff.qa.neptune.hibernate.select.common.by.SelectionAsPage
- apply(HibernateContext) - Method in class ru.tinkoff.qa.neptune.hibernate.select.common.by.SelectionByOrder
- apply(HibernateContext) - Method in class ru.tinkoff.qa.neptune.hibernate.select.querydsl.by.SelectByOrderedFunction
- apply(HibernateContext) - Method in class ru.tinkoff.qa.neptune.hibernate.select.querydsl.by.SelectByPredicateFunction.SelectManyByPredicate
- apply(HibernateContext) - Method in class ru.tinkoff.qa.neptune.hibernate.select.querydsl.by.SelectByPredicateFunction.SelectManyByPredicateAndPagination
- apply(HibernateContext) - Method in class ru.tinkoff.qa.neptune.hibernate.select.querydsl.by.SelectByPredicateFunction.SelectOneByPredicate
- asAPage(Class<R>) - Static method in class ru.tinkoff.qa.neptune.hibernate.select.common.CommonSelectStepFactory
- asAPageByPredicate(Class<R>, EntityPath<?>, Predicate) - Static method in class ru.tinkoff.qa.neptune.hibernate.select.querydsl.QueryDSLSelectStepFactory
B
- byCriteria(Class<R>, CriteriaQuery<R>) - Static method in class ru.tinkoff.qa.neptune.hibernate.select.common.CommonSelectStepFactory
- byId(Class<R>, ID) - Static method in class ru.tinkoff.qa.neptune.hibernate.select.common.CommonSelectStepFactory
- byIds(Class<R>, ID...) - Static method in class ru.tinkoff.qa.neptune.hibernate.select.common.CommonSelectStepFactory
- byPredicate(Class<R>, EntityPath<?>, Predicate) - Static method in class ru.tinkoff.qa.neptune.hibernate.select.querydsl.QueryDSLSelectStepFactory
- byQuery(Class<R>, String, Object...) - Static method in class ru.tinkoff.qa.neptune.hibernate.select.common.CommonSelectStepFactory
C
- changeDescription(String) - Method in interface ru.tinkoff.qa.neptune.hibernate.select.SetsDescription
- CommonSelectStepFactory - Class in ru.tinkoff.qa.neptune.hibernate.select.common
- ConnectionConfig - Enum in ru.tinkoff.qa.neptune.hibernate.properties
D
- DefaultSessionFactorySource - Class in ru.tinkoff.qa.neptune.hibernate.session.factory
- DefaultSessionFactorySource() - Constructor for class ru.tinkoff.qa.neptune.hibernate.session.factory.DefaultSessionFactorySource
- delete(String, Iterable<R>) - Static method in class ru.tinkoff.qa.neptune.hibernate.delete.DeleteByQueryStepSupplier
- delete(String, Iterable<R>) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- delete(String, R) - Static method in class ru.tinkoff.qa.neptune.hibernate.delete.DeleteByQueryStepSupplier
- delete(String, R...) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- delete(String, SelectManyStepSupplier<R>) - Static method in class ru.tinkoff.qa.neptune.hibernate.delete.DeleteByQueryStepSupplier
- delete(String, SelectManyStepSupplier<R>) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- delete(String, SelectOneStepSupplier<R>) - Static method in class ru.tinkoff.qa.neptune.hibernate.delete.DeleteByQueryStepSupplier
- delete(String, SelectOneStepSupplier<R>) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- delete(Q) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- DeleteByQueryStepSupplier<R> - Class in ru.tinkoff.qa.neptune.hibernate.delete
E
- entity - Variable in class ru.tinkoff.qa.neptune.hibernate.HibernateFunction
F
- f - Variable in class ru.tinkoff.qa.neptune.hibernate.delete.DeleteByQueryStepSupplier
- f - Variable in class ru.tinkoff.qa.neptune.hibernate.save.SaveStepSupplier
- fillSessionFactories(Set<SessionFactory>) - Method in class ru.tinkoff.qa.neptune.hibernate.session.factory.DefaultSessionFactorySource
- fillSessionFactories(Set<SessionFactory>) - Method in class ru.tinkoff.qa.neptune.hibernate.session.factory.SessionFactorySource
-
Adds instantiated
SessionFactory
to provided set - formQuery(Session) - Method in class ru.tinkoff.qa.neptune.hibernate.select.common.by.SelectionByQuery
G
- GetArrayFromEntity<T,M> - Class in ru.tinkoff.qa.neptune.hibernate.select
-
Gets some
Iterable
from selected entity. - GetArrayFromEntity.GetArrayFromEntityImpl<T,M> - Class in ru.tinkoff.qa.neptune.hibernate.select
- getCriteriaBuilder(Class<?>) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- getCriteriaQuery(Class<R>) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- GetItemOfArrayFromEntity<T,M> - Class in ru.tinkoff.qa.neptune.hibernate.select
-
Gets some
Iterable
from selected entity. - GetItemOfArrayFromEntity.GetItemOfArrayFromEntityImpl<T,M> - Class in ru.tinkoff.qa.neptune.hibernate.select
- GetItemOfIterableFromEntity<T,I extends Iterable<T>,M> - Class in ru.tinkoff.qa.neptune.hibernate.select
-
Gets some
Iterable
from selected entity. - GetItemOfIterableFromEntity.GetItemOfIterableFromEntityImpl<T,I extends Iterable<T>,M> - Class in ru.tinkoff.qa.neptune.hibernate.select
- getIterableByCriteria(Class<R>, CriteriaQuery<R>) - Static method in class ru.tinkoff.qa.neptune.hibernate.select.common.by.SelectionByCriteria
- getIterableByIds(Class<R>, ID...) - Static method in class ru.tinkoff.qa.neptune.hibernate.select.common.by.SelectionByIds
- getIterableByQuery(Class<R>, String, Object...) - Static method in class ru.tinkoff.qa.neptune.hibernate.select.common.by.SelectionByQuery
- GetIterableFromEntities<T,M> - Class in ru.tinkoff.qa.neptune.hibernate.select
-
Gets some
Iterable
from selected entity. - GetIterableFromEntities.GetIterableFromEntitiesImpl<T,M> - Class in ru.tinkoff.qa.neptune.hibernate.select
- GetIterableFromEntity<T,I extends Iterable<T>,M> - Class in ru.tinkoff.qa.neptune.hibernate.select
-
Gets some
Iterable
from selected entity. - GetIterableFromEntity.GetIterableFromEntityImpl<T,I extends Iterable<T>,M> - Class in ru.tinkoff.qa.neptune.hibernate.select
- GetIterableItemFromEntities<T,M> - Class in ru.tinkoff.qa.neptune.hibernate.select
-
Gets some
Iterable
from selected entity. - GetIterableItemFromEntities(Function<M, T>) - Constructor for class ru.tinkoff.qa.neptune.hibernate.select.GetIterableItemFromEntities
- GetIterableItemFromEntities.GetIterableItemFromEntitiesImpl<T,M> - Class in ru.tinkoff.qa.neptune.hibernate.select
- GetListFromEntities<T,M> - Class in ru.tinkoff.qa.neptune.hibernate.select
- GetListFromEntities.GetListFromEntitiesImpl<T,M> - Class in ru.tinkoff.qa.neptune.hibernate.select
- GetListFromEntity<T,I extends Iterable<T>,M> - Class in ru.tinkoff.qa.neptune.hibernate.select
- GetListFromEntity.GetListFromEntityImpl<T,I extends Iterable<T>,M> - Class in ru.tinkoff.qa.neptune.hibernate.select
- GetObjectFromEntity<T,M> - Class in ru.tinkoff.qa.neptune.hibernate.select
-
Gets some object from selected entity.
- GetObjectFromEntity.GetObjectFromEntityImpl<T,M> - Class in ru.tinkoff.qa.neptune.hibernate.select
- getParameters() - Method in class ru.tinkoff.qa.neptune.hibernate.save.SaveStepSupplier
- getParameters() - Method in class ru.tinkoff.qa.neptune.hibernate.select.querydsl.SelectManyByOrderSpecifiersSupplier
- getPredicate() - Method in class ru.tinkoff.qa.neptune.hibernate.select.querydsl.by.SelectByPredicateFunction
- getSessionFactories() - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- getSessionFactoryByEntity(Class<?>) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- getSetOfSessionFactories() - Method in class ru.tinkoff.qa.neptune.hibernate.session.factory.DefaultSessionFactorySource
- getSetOfSessionFactories() - Method in class ru.tinkoff.qa.neptune.hibernate.session.factory.SessionFactorySource
-
Creates or gets a set of
SessionFactory
- getSingleByCriteria(Class<R>, CriteriaQuery<R>) - Static method in class ru.tinkoff.qa.neptune.hibernate.select.common.by.SelectionByCriteria
- getSingleById(Class<R>, ID) - Static method in class ru.tinkoff.qa.neptune.hibernate.select.common.by.SelectionByIds
- getSingleByQuery(Class<R>, String, Object...) - Static method in class ru.tinkoff.qa.neptune.hibernate.select.common.by.SelectionByQuery
H
- hibernate() - Static method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- HIBERNATE_CONFIG_FILENAMES - ru.tinkoff.qa.neptune.hibernate.properties.ConnectionConfig
- HIBERNATE_SLEEPING_TIME - Static variable in class ru.tinkoff.qa.neptune.hibernate.properties.HibernateWaitingSelectedResultDuration
-
Reads properties
'HIBERNATE_SLEEPING_TIME_UNIT'
and'HIBERNATE_SLEEPING_TIME_VALUE'
and builds an instance ofDuration
. - HIBERNATE_SLEEPING_TIME_UNIT - ru.tinkoff.qa.neptune.hibernate.properties.HibernateWaitingSelectedResultDuration.HibernateSelectTimeUnitProperties
- HIBERNATE_SLEEPING_TIME_VALUE - ru.tinkoff.qa.neptune.hibernate.properties.HibernateWaitingSelectedResultDuration.HibernateSelectTimeValueProperties
- HIBERNATE_WAITING_FOR_SELECTION_RESULT_TIME - Static variable in class ru.tinkoff.qa.neptune.hibernate.properties.HibernateWaitingSelectedResultDuration
-
Reads properties
'HIBERNATE_WAITING_FOR_SELECTION_RESULT_TIME_UNIT'
and'HIBERNATE_WAITING_FOR_SELECTION_RESULT_TIME_VALUE'
and builds an instance ofDuration
. - HIBERNATE_WAITING_FOR_SELECTION_RESULT_TIME_UNIT - ru.tinkoff.qa.neptune.hibernate.properties.HibernateWaitingSelectedResultDuration.HibernateSelectTimeUnitProperties
- HIBERNATE_WAITING_FOR_SELECTION_RESULT_TIME_VALUE - ru.tinkoff.qa.neptune.hibernate.properties.HibernateWaitingSelectedResultDuration.HibernateSelectTimeValueProperties
- HibernateConfigurationException - Exception in ru.tinkoff.qa.neptune.hibernate.exception
- HibernateConfigurationException(String) - Constructor for exception ru.tinkoff.qa.neptune.hibernate.exception.HibernateConfigurationException
- HibernateContext - Class in ru.tinkoff.qa.neptune.hibernate
- HibernateContext() - Constructor for class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- HibernateFunction<INPUT,RESULT> - Class in ru.tinkoff.qa.neptune.hibernate
- HibernateFunction(Class<INPUT>) - Constructor for class ru.tinkoff.qa.neptune.hibernate.HibernateFunction
- HibernatePartition - Class in ru.tinkoff.qa.neptune.hibernate.localization
- HibernatePartition() - Constructor for class ru.tinkoff.qa.neptune.hibernate.localization.HibernatePartition
- HibernateWaitingSelectedResultDuration - Class in ru.tinkoff.qa.neptune.hibernate.properties
- HibernateWaitingSelectedResultDuration.HibernateSelectTimeUnitProperties - Enum in ru.tinkoff.qa.neptune.hibernate.properties
- HibernateWaitingSelectedResultDuration.HibernateSelectTimeValueProperties - Enum in ru.tinkoff.qa.neptune.hibernate.properties
I
- insert(Q) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
L
- limit(int) - Method in class ru.tinkoff.qa.neptune.hibernate.select.common.SelectAsPageStepSupplier
- limit(int) - Method in class ru.tinkoff.qa.neptune.hibernate.select.querydsl.SelectManyByOrderSpecifiersSupplier.SelectManyByPredicateAndPageableSupplier
N
- NO_DESC_ERROR_TEXT - Static variable in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
O
- offset(int) - Method in class ru.tinkoff.qa.neptune.hibernate.select.common.SelectAsPageStepSupplier
- offset(int) - Method in class ru.tinkoff.qa.neptune.hibernate.select.querydsl.SelectManyByOrderSpecifiersSupplier.SelectManyByPredicateAndPageableSupplier
- onStart(R) - Method in class ru.tinkoff.qa.neptune.hibernate.delete.DeleteByQueryStepSupplier
- onStart(HibernateContext) - Method in class ru.tinkoff.qa.neptune.hibernate.select.common.SelectAsPageStepSupplier
- onStart(HibernateContext) - Method in class ru.tinkoff.qa.neptune.hibernate.select.querydsl.SelectManyByOrderSpecifiersSupplier.SelectManyByPredicateAndOrderSpecifiersSupplier
- onStart(HibernateContext) - Method in class ru.tinkoff.qa.neptune.hibernate.select.querydsl.SelectManyByOrderSpecifiersSupplier.SelectManyByPredicateAndPageableSupplier
- order(List<Order>) - Method in class ru.tinkoff.qa.neptune.hibernate.select.common.SelectAsPageStepSupplier
- order(Order...) - Method in class ru.tinkoff.qa.neptune.hibernate.select.common.SelectAsPageStepSupplier
- orderSpecifier(Order, Expression<C>) - Method in class ru.tinkoff.qa.neptune.hibernate.select.querydsl.SelectManyByOrderSpecifiersSupplier
- orderSpecifier(Order, Expression<C>, OrderSpecifier.NullHandling) - Method in class ru.tinkoff.qa.neptune.hibernate.select.querydsl.SelectManyByOrderSpecifiersSupplier
- orderSpecifier(OrderSpecifier<?>) - Method in class ru.tinkoff.qa.neptune.hibernate.select.querydsl.SelectManyByOrderSpecifiersSupplier
P
- parse(String) - Method in enum ru.tinkoff.qa.neptune.hibernate.properties.ConnectionConfig
- PERSISTENCE_UNITS - ru.tinkoff.qa.neptune.hibernate.properties.ConnectionConfig
- pollingInterval(Duration) - Method in class ru.tinkoff.qa.neptune.hibernate.select.SelectManyStepSupplier
- pollingInterval(Duration) - Method in class ru.tinkoff.qa.neptune.hibernate.select.SelectOneStepSupplier
- predicate(Predicate) - Method in class ru.tinkoff.qa.neptune.hibernate.select.querydsl.SelectManyByOrderSpecifiersSupplier.SelectManyByPredicateAndOrderSpecifiersSupplier
- presenceOf(String, SelectManyStepSupplier<R>, Class<? extends Throwable>...) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- presenceOf(String, SelectOneStepSupplier<R>, Class<? extends Throwable>...) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- presenceOfOrThrow(String, SelectManyStepSupplier<R>, Class<? extends Throwable>...) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- presenceOfOrThrow(String, SelectOneStepSupplier<R>, Class<? extends Throwable>...) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
Q
R
- ru.tinkoff.qa.neptune.hibernate - package ru.tinkoff.qa.neptune.hibernate
- ru.tinkoff.qa.neptune.hibernate.delete - package ru.tinkoff.qa.neptune.hibernate.delete
- ru.tinkoff.qa.neptune.hibernate.exception - package ru.tinkoff.qa.neptune.hibernate.exception
- ru.tinkoff.qa.neptune.hibernate.localization - package ru.tinkoff.qa.neptune.hibernate.localization
- ru.tinkoff.qa.neptune.hibernate.properties - package ru.tinkoff.qa.neptune.hibernate.properties
- ru.tinkoff.qa.neptune.hibernate.save - package ru.tinkoff.qa.neptune.hibernate.save
- ru.tinkoff.qa.neptune.hibernate.select - package ru.tinkoff.qa.neptune.hibernate.select
- ru.tinkoff.qa.neptune.hibernate.select.common - package ru.tinkoff.qa.neptune.hibernate.select.common
- ru.tinkoff.qa.neptune.hibernate.select.common.by - package ru.tinkoff.qa.neptune.hibernate.select.common.by
- ru.tinkoff.qa.neptune.hibernate.select.querydsl - package ru.tinkoff.qa.neptune.hibernate.select.querydsl
- ru.tinkoff.qa.neptune.hibernate.select.querydsl.by - package ru.tinkoff.qa.neptune.hibernate.select.querydsl.by
- ru.tinkoff.qa.neptune.hibernate.session.factory - package ru.tinkoff.qa.neptune.hibernate.session.factory
S
- save(String, Iterable<R>) - Static method in class ru.tinkoff.qa.neptune.hibernate.save.SaveStepSupplier
- save(String, R) - Static method in class ru.tinkoff.qa.neptune.hibernate.save.SaveStepSupplier
- save(String, SelectManyStepSupplier<R>) - Static method in class ru.tinkoff.qa.neptune.hibernate.save.SaveStepSupplier
- save(String, SelectOneStepSupplier<R>) - Static method in class ru.tinkoff.qa.neptune.hibernate.save.SaveStepSupplier
- saveAll(String, Iterable<R>) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- saveAll(String, Iterable<R>, UpdateAction<R>...) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- saveAll(String, R...) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- saveAllByQuery(String, SelectManyStepSupplier<R>, UpdateAction<R>...) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- saveByQuery(String, SelectOneStepSupplier<R>, UpdateAction<R>...) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- SaveFunction<R,RESULT> - Class in ru.tinkoff.qa.neptune.hibernate.save
- saveObjects(Iterable<Object>) - Method in class ru.tinkoff.qa.neptune.hibernate.save.SaveFunction
- saveOne(String, R) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- saveOne(String, R, UpdateAction<R>...) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- SaveStepSupplier<INPUT,RESULT,R> - Class in ru.tinkoff.qa.neptune.hibernate.save
- SaveStepSupplier(SaveFunction<INPUT, RESULT>) - Constructor for class ru.tinkoff.qa.neptune.hibernate.save.SaveStepSupplier
- select(String, GetArrayFromEntity<ITEM, R>) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- select(String, GetItemOfArrayFromEntity<ITEM, R>) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- select(String, GetItemOfIterableFromEntity<ITEM, ? extends Iterable<ITEM>, R>) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- select(String, GetIterableFromEntities<ITEM, R>) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- select(String, GetIterableFromEntity<ITEM, S, R>) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- select(String, GetIterableItemFromEntities<ITEM, R>) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- select(String, GetListFromEntities<ITEM, R>) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- select(String, GetListFromEntity<ITEM, S, R>) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- select(String, GetObjectFromEntity<S, R>) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- select(String, SelectManyStepSupplier<R>) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- select(String, SelectOneStepSupplier<R>) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- select(Q) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- SelectAll<R> - Class in ru.tinkoff.qa.neptune.hibernate.select.common.by
- SelectAll(Class<R>) - Constructor for class ru.tinkoff.qa.neptune.hibernate.select.common.by.SelectAll
- SelectAsPageStepSupplier<R> - Class in ru.tinkoff.qa.neptune.hibernate.select.common
- SelectAsPageStepSupplier(SelectionAsPage<R>) - Constructor for class ru.tinkoff.qa.neptune.hibernate.select.common.SelectAsPageStepSupplier
- SelectByOrderedFunction<R> - Class in ru.tinkoff.qa.neptune.hibernate.select.querydsl.by
- SelectByOrderedFunction(Class<R>, EntityPath<?>) - Constructor for class ru.tinkoff.qa.neptune.hibernate.select.querydsl.by.SelectByOrderedFunction
- SelectByPredicateFunction<R,RESULT> - Class in ru.tinkoff.qa.neptune.hibernate.select.querydsl.by
- SelectByPredicateFunction(Class<R>, EntityPath<?>, Predicate) - Constructor for class ru.tinkoff.qa.neptune.hibernate.select.querydsl.by.SelectByPredicateFunction
- SelectByPredicateFunction.SelectManyByPredicate<R> - Class in ru.tinkoff.qa.neptune.hibernate.select.querydsl.by
- SelectByPredicateFunction.SelectManyByPredicateAndPagination<R> - Class in ru.tinkoff.qa.neptune.hibernate.select.querydsl.by
- SelectByPredicateFunction.SelectOneByPredicate<R> - Class in ru.tinkoff.qa.neptune.hibernate.select.querydsl.by
- SelectionAsPage<R> - Class in ru.tinkoff.qa.neptune.hibernate.select.common.by
- SelectionAsPage(Class<R>) - Constructor for class ru.tinkoff.qa.neptune.hibernate.select.common.by.SelectionAsPage
- SelectionByCriteria<R,RESULT> - Class in ru.tinkoff.qa.neptune.hibernate.select.common.by
- SelectionByCriteria(Class<R>, CriteriaQuery<R>) - Constructor for class ru.tinkoff.qa.neptune.hibernate.select.common.by.SelectionByCriteria
- SelectionByIds<R,ID extends Serializable,RESULT> - Class in ru.tinkoff.qa.neptune.hibernate.select.common.by
- SelectionByOrder<R> - Class in ru.tinkoff.qa.neptune.hibernate.select.common.by
- SelectionByOrder(Class<R>, List<Order>) - Constructor for class ru.tinkoff.qa.neptune.hibernate.select.common.by.SelectionByOrder
- SelectionByQuery<R,RESULT> - Class in ru.tinkoff.qa.neptune.hibernate.select.common.by
- SelectionByQuery(Class<R>, String, Object...) - Constructor for class ru.tinkoff.qa.neptune.hibernate.select.common.by.SelectionByQuery
- SelectManyByOrderSpecifiersSupplier<R,S extends SelectManyByOrderSpecifiersSupplier<R,S>> - Class in ru.tinkoff.qa.neptune.hibernate.select.querydsl
- SelectManyByOrderSpecifiersSupplier(Function<HibernateContext, Iterable<R>>) - Constructor for class ru.tinkoff.qa.neptune.hibernate.select.querydsl.SelectManyByOrderSpecifiersSupplier
- SelectManyByOrderSpecifiersSupplier.SelectManyByPredicateAndOrderSpecifiersSupplier<R> - Class in ru.tinkoff.qa.neptune.hibernate.select.querydsl
- SelectManyByOrderSpecifiersSupplier.SelectManyByPredicateAndPageableSupplier<R> - Class in ru.tinkoff.qa.neptune.hibernate.select.querydsl
- SelectManyByPredicate(Class<R>, EntityPath<?>, Predicate) - Constructor for class ru.tinkoff.qa.neptune.hibernate.select.querydsl.by.SelectByPredicateFunction.SelectManyByPredicate
- SelectManyByPredicateAndOrderSpecifiersSupplier(SelectByOrderedFunction<R>) - Constructor for class ru.tinkoff.qa.neptune.hibernate.select.querydsl.SelectManyByOrderSpecifiersSupplier.SelectManyByPredicateAndOrderSpecifiersSupplier
- SelectManyByPredicateAndPageableSupplier(SelectByPredicateFunction.SelectManyByPredicateAndPagination<R>) - Constructor for class ru.tinkoff.qa.neptune.hibernate.select.querydsl.SelectManyByOrderSpecifiersSupplier.SelectManyByPredicateAndPageableSupplier
- SelectManyByPredicateAndPagination(Class<R>, EntityPath<?>, Predicate) - Constructor for class ru.tinkoff.qa.neptune.hibernate.select.querydsl.by.SelectByPredicateFunction.SelectManyByPredicateAndPagination
- SelectManyStepSupplier<R> - Class in ru.tinkoff.qa.neptune.hibernate.select
- SelectManyStepSupplier(Function<HibernateContext, Iterable<R>>) - Constructor for class ru.tinkoff.qa.neptune.hibernate.select.SelectManyStepSupplier
- SelectOneByPredicate(Class<R>, EntityPath<?>, Predicate) - Constructor for class ru.tinkoff.qa.neptune.hibernate.select.querydsl.by.SelectByPredicateFunction.SelectOneByPredicate
- SelectOneStepSupplier<R> - Class in ru.tinkoff.qa.neptune.hibernate.select
- SelectOneStepSupplier(Function<HibernateContext, R>) - Constructor for class ru.tinkoff.qa.neptune.hibernate.select.SelectOneStepSupplier
- SESSION_FACTORY_SOURCE_PROPERTY - Static variable in class ru.tinkoff.qa.neptune.hibernate.properties.SessionFactorySourceProperty
- SessionFactorySource - Class in ru.tinkoff.qa.neptune.hibernate.session.factory
-
Instantiates or gets
SessionFactory
- SessionFactorySource() - Constructor for class ru.tinkoff.qa.neptune.hibernate.session.factory.SessionFactorySource
- SessionFactorySourceProperty - Class in ru.tinkoff.qa.neptune.hibernate.properties
- setDescription(String) - Method in class ru.tinkoff.qa.neptune.hibernate.select.GetArrayFromEntity.GetArrayFromEntityImpl
- setDescription(String) - Method in class ru.tinkoff.qa.neptune.hibernate.select.GetItemOfArrayFromEntity.GetItemOfArrayFromEntityImpl
- setDescription(String) - Method in class ru.tinkoff.qa.neptune.hibernate.select.GetItemOfIterableFromEntity.GetItemOfIterableFromEntityImpl
- setDescription(String) - Method in class ru.tinkoff.qa.neptune.hibernate.select.GetIterableFromEntities.GetIterableFromEntitiesImpl
- setDescription(String) - Method in class ru.tinkoff.qa.neptune.hibernate.select.GetIterableFromEntity.GetIterableFromEntityImpl
- setDescription(String) - Method in class ru.tinkoff.qa.neptune.hibernate.select.GetIterableItemFromEntities.GetIterableItemFromEntitiesImpl
- setDescription(String) - Method in class ru.tinkoff.qa.neptune.hibernate.select.GetListFromEntities.GetListFromEntitiesImpl
- setDescription(String) - Method in class ru.tinkoff.qa.neptune.hibernate.select.GetListFromEntity.GetListFromEntityImpl
- setDescription(String) - Method in class ru.tinkoff.qa.neptune.hibernate.select.GetObjectFromEntity.GetObjectFromEntityImpl
- setDescription(String) - Method in class ru.tinkoff.qa.neptune.hibernate.select.SelectManyStepSupplier
- setDescription(String) - Method in class ru.tinkoff.qa.neptune.hibernate.select.SelectOneStepSupplier
- setLimitOffset(int, int) - Method in class ru.tinkoff.qa.neptune.hibernate.select.common.by.SelectionAsPage
- setLimitOffset(int, int) - Method in class ru.tinkoff.qa.neptune.hibernate.select.querydsl.by.SelectByPredicateFunction.SelectManyByPredicateAndPagination
- setLimitOffset(int, int, List<Order>) - Method in class ru.tinkoff.qa.neptune.hibernate.select.common.by.SelectionAsPage
- setOrderSpecifiers(OrderSpecifier<?>...) - Method in class ru.tinkoff.qa.neptune.hibernate.select.querydsl.by.SelectByOrderedFunction
- setPredicate(Predicate) - Method in class ru.tinkoff.qa.neptune.hibernate.select.querydsl.by.SelectByOrderedFunction
- SetsDescription - Interface in ru.tinkoff.qa.neptune.hibernate.select
- setUpdates(UpdateAction<R>...) - Method in class ru.tinkoff.qa.neptune.hibernate.save.SaveStepSupplier
- stop() - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
T
- thenGetArray(Function<R, S[]>) - Method in class ru.tinkoff.qa.neptune.hibernate.select.SelectOneStepSupplier
- thenGetArrayItem(Function<R, S[]>) - Method in class ru.tinkoff.qa.neptune.hibernate.select.SelectOneStepSupplier
- thenGetIterable(Function<R, ITEM>) - Method in class ru.tinkoff.qa.neptune.hibernate.select.SelectManyStepSupplier
- thenGetIterable(Function<R, S>) - Method in class ru.tinkoff.qa.neptune.hibernate.select.SelectOneStepSupplier
- thenGetIterableItem(Function<R, ITEM>) - Method in class ru.tinkoff.qa.neptune.hibernate.select.SelectManyStepSupplier
- thenGetIterableItem(Function<R, S>) - Method in class ru.tinkoff.qa.neptune.hibernate.select.SelectOneStepSupplier
- thenGetList(Function<R, ITEM>) - Method in class ru.tinkoff.qa.neptune.hibernate.select.SelectManyStepSupplier
- thenGetList(Function<R, S>) - Method in class ru.tinkoff.qa.neptune.hibernate.select.SelectOneStepSupplier
- thenGetObject(Function<R, S>) - Method in class ru.tinkoff.qa.neptune.hibernate.select.SelectOneStepSupplier
- timeOut(Duration) - Method in class ru.tinkoff.qa.neptune.hibernate.select.SelectManyStepSupplier
- timeOut(Duration) - Method in class ru.tinkoff.qa.neptune.hibernate.select.SelectOneStepSupplier
U
- update(Q, UpdateAction<R>...) - Method in class ru.tinkoff.qa.neptune.hibernate.HibernateContext
- USE_JPA_CONFIG - Static variable in class ru.tinkoff.qa.neptune.hibernate.properties.UseJpaConfig
- UseJpaConfig - Class in ru.tinkoff.qa.neptune.hibernate.properties
V
- valueOf(String) - Static method in enum ru.tinkoff.qa.neptune.hibernate.properties.ConnectionConfig
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ru.tinkoff.qa.neptune.hibernate.properties.HibernateWaitingSelectedResultDuration.HibernateSelectTimeUnitProperties
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ru.tinkoff.qa.neptune.hibernate.properties.HibernateWaitingSelectedResultDuration.HibernateSelectTimeValueProperties
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ru.tinkoff.qa.neptune.hibernate.properties.ConnectionConfig
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ru.tinkoff.qa.neptune.hibernate.properties.HibernateWaitingSelectedResultDuration.HibernateSelectTimeUnitProperties
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ru.tinkoff.qa.neptune.hibernate.properties.HibernateWaitingSelectedResultDuration.HibernateSelectTimeValueProperties
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages