Uses of Interface
de.espirit.or.query.Select
Package
Description
-
Uses of Select in de.espirit.firstspirit.access.store.sitestore
Modifier and TypeMethodDescription@NotNull Select
Provides the select statement for the given language to request records.Modifier and TypeMethodDescriptionstatic void
ContentMultiPageParams.adjustTime
(Select select, Date time) Adjusts the time constraint.ModifierConstructorDescriptionContentMultiPageParams
(@NotNull Session session, @NotNull Select select, int entitiesPerPage, int maxPageCount, @Nullable Date time) Constructor based on some restrictions. -
Uses of Select in de.espirit.firstspirit.access.store.templatestore
Modifier and TypeMethodDescription@Nullable Select
Query.getSelectStatement()
Returns the select object for this query ornull
if there isn't one defined yet.Modifier and TypeMethodDescriptionvoid
Query.setSelectStatement
(Select statement) Defines the select statement to be used for this query. -
Uses of Select in de.espirit.or
Modifier and TypeMethodDescription@NotNull Select
Session.createSelect
(@NotNull String name) Create a select for the entity type with the providedname
.@NotNull Select
Session.xml2Select
(@NotNull String queryXml) Construct a select from the xml documentqueryXml
.Modifier and TypeMethodDescription@NotNull EntityList
Session.executeQuery
(@NotNull Select select) Execute the provided query and returns the matching entities.long
Session.getLastChangeTime
(@NotNull Select select) Get the timestamp of the last change of the result set of the specified select.long
Session.getLastChangeTime
(@NotNull Select select, long after) Get the timestamp of the last change of the result set of the specified select after the specified timestamp. -
Uses of Select in de.espirit.or.query
Modifier and TypeMethodDescriptionSelect.applyLanguage
(@NotNull String languageAbbreviation) Make a clone of this select and replace all place holders%lang%
contained in constaints with the givenlanguageAbbreviation