Package org.cyclos.entities.system
Class QIpGeolocationConfiguration
- java.lang.Object
-
- com.querydsl.core.types.dsl.DslExpression<T>
-
- com.querydsl.core.types.dsl.SimpleExpression<T>
-
- com.querydsl.core.types.dsl.BeanPath<IpGeolocationConfiguration>
-
- org.cyclos.entities.system.QIpGeolocationConfiguration
-
- All Implemented Interfaces:
com.querydsl.core.types.Expression<IpGeolocationConfiguration>,com.querydsl.core.types.Path<IpGeolocationConfiguration>,Serializable
@Generated("com.querydsl.codegen.EmbeddableSerializer") public class QIpGeolocationConfiguration extends com.querydsl.core.types.dsl.BeanPath<IpGeolocationConfiguration>QIpGeolocationConfiguration is a Querydsl query type for IpGeolocationConfiguration- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected QTimeIntervalexpirationstatic QIpGeolocationConfigurationipGeolocationConfigurationprotected QCustomScriptscriptcom.querydsl.core.types.dsl.StringPathscriptParameters
-
Constructor Summary
Constructors Constructor Description QIpGeolocationConfiguration(com.querydsl.core.types.Path<? extends IpGeolocationConfiguration> path)QIpGeolocationConfiguration(com.querydsl.core.types.PathMetadata metadata)QIpGeolocationConfiguration(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QIpGeolocationConfiguration(Class<? extends IpGeolocationConfiguration> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QIpGeolocationConfiguration(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QTimeIntervalexpiration()QCustomScriptscript()-
Methods inherited from class com.querydsl.core.types.dsl.BeanPath
accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny
-
Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression
as, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
-
Methods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toString
-
-
-
-
Field Detail
-
ipGeolocationConfiguration
public static final QIpGeolocationConfiguration ipGeolocationConfiguration
-
expiration
protected QTimeInterval expiration
-
script
protected QCustomScript script
-
scriptParameters
public final com.querydsl.core.types.dsl.StringPath scriptParameters
-
-
Constructor Detail
-
QIpGeolocationConfiguration
public QIpGeolocationConfiguration(String variable)
-
QIpGeolocationConfiguration
public QIpGeolocationConfiguration(com.querydsl.core.types.Path<? extends IpGeolocationConfiguration> path)
-
QIpGeolocationConfiguration
public QIpGeolocationConfiguration(com.querydsl.core.types.PathMetadata metadata)
-
QIpGeolocationConfiguration
public QIpGeolocationConfiguration(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QIpGeolocationConfiguration
public QIpGeolocationConfiguration(Class<? extends IpGeolocationConfiguration> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
expiration
public QTimeInterval expiration()
-
script
public QCustomScript script()
-
-