Serialized Form
-
Package org.hibernate.criterion
-
Class org.hibernate.criterion.AbstractEmptinessExpression extends Object implements Serializable
-
Serialized Fields
-
propertyName
String propertyName
-
-
-
Class org.hibernate.criterion.AggregateProjection extends org.hibernate.criterion.SimpleProjection implements Serializable
-
Class org.hibernate.criterion.AliasedProjection extends Object implements Serializable
-
Serialized Fields
-
alias
String alias
-
projection
org.hibernate.criterion.Projection projection
-
-
-
Class org.hibernate.criterion.AvgProjection extends org.hibernate.criterion.AggregateProjection implements Serializable
-
Class org.hibernate.criterion.BetweenExpression extends Object implements Serializable
-
Class org.hibernate.criterion.Conjunction extends org.hibernate.criterion.Junction implements Serializable
-
Class org.hibernate.criterion.CountProjection extends org.hibernate.criterion.AggregateProjection implements Serializable
-
Serialized Fields
-
distinct
boolean distinct
-
-
-
Class org.hibernate.criterion.DetachedCriteria extends Object implements Serializable
-
Serialized Fields
-
criteria
org.hibernate.Criteria criteria
-
impl
org.hibernate.internal.CriteriaImpl impl
-
-
-
Class org.hibernate.criterion.Disjunction extends org.hibernate.criterion.Junction implements Serializable
-
Class org.hibernate.criterion.Distinct extends Object implements Serializable
-
Serialized Fields
-
wrappedProjection
org.hibernate.criterion.Projection wrappedProjection
-
-
-
Class org.hibernate.criterion.EmptyExpression extends org.hibernate.criterion.AbstractEmptinessExpression implements Serializable
-
Class org.hibernate.criterion.Example extends Object implements Serializable
-
Serialized Fields
-
escapeCharacter
Character escapeCharacter
-
exampleEntity
Object exampleEntity
-
excludedProperties
Set<String> excludedProperties
-
isIgnoreCaseEnabled
boolean isIgnoreCaseEnabled
-
isLikeEnabled
boolean isLikeEnabled
-
matchMode
org.hibernate.criterion.MatchMode matchMode
-
selector
org.hibernate.criterion.Example.PropertySelector selector
-
-
-
Class org.hibernate.criterion.Example.AllPropertySelector extends Object implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
-
Class org.hibernate.criterion.Example.NotNullOrZeroPropertySelector extends Object implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
-
Class org.hibernate.criterion.Example.NotNullPropertySelector extends Object implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
-
Class org.hibernate.criterion.ExistsSubqueryExpression extends org.hibernate.criterion.SubqueryExpression implements Serializable
-
Class org.hibernate.criterion.IdentifierEqExpression extends Object implements Serializable
-
Serialized Fields
-
value
Object value
-
-
-
Class org.hibernate.criterion.IdentifierProjection extends org.hibernate.criterion.SimpleProjection implements Serializable
-
Serialized Fields
-
grouped
boolean grouped
-
-
-
Class org.hibernate.criterion.IlikeExpression extends Object implements Serializable
-
Class org.hibernate.criterion.InExpression extends Object implements Serializable
-
Class org.hibernate.criterion.Junction extends Object implements Serializable
-
Serialized Fields
-
conditions
List<org.hibernate.criterion.Criterion> conditions
-
nature
org.hibernate.criterion.Junction.Nature nature
-
-
-
Class org.hibernate.criterion.LikeExpression extends Object implements Serializable
-
Class org.hibernate.criterion.LogicalExpression extends Object implements Serializable
-
Serialized Fields
-
lhs
org.hibernate.criterion.Criterion lhs
-
op
String op
-
rhs
org.hibernate.criterion.Criterion rhs
-
-
-
Class org.hibernate.criterion.NaturalIdentifier extends Object implements Serializable
-
Serialized Fields
-
conjunction
org.hibernate.criterion.Conjunction conjunction
-
-
-
Class org.hibernate.criterion.NotEmptyExpression extends org.hibernate.criterion.AbstractEmptinessExpression implements Serializable
-
Class org.hibernate.criterion.NotExpression extends Object implements Serializable
-
Serialized Fields
-
criterion
org.hibernate.criterion.Criterion criterion
-
-
-
Class org.hibernate.criterion.NotNullExpression extends Object implements Serializable
-
Serialized Fields
-
propertyName
String propertyName
-
-
-
Class org.hibernate.criterion.NullExpression extends Object implements Serializable
-
Serialized Fields
-
propertyName
String propertyName
-
-
-
Class org.hibernate.criterion.Order extends Object implements Serializable
-
Serialized Fields
-
ascending
boolean ascending
-
ignoreCase
boolean ignoreCase
-
nullPrecedence
org.hibernate.NullPrecedence nullPrecedence
-
propertyName
String propertyName
-
-
-
Class org.hibernate.criterion.ProjectionList extends Object implements Serializable
-
Serialized Fields
-
elements
List<org.hibernate.criterion.Projection> elements
-
-
-
Class org.hibernate.criterion.PropertiesSubqueryExpression extends org.hibernate.criterion.SubqueryExpression implements Serializable
-
Serialized Fields
-
propertyNames
String[] propertyNames
-
-
-
Class org.hibernate.criterion.Property extends org.hibernate.criterion.PropertyProjection implements Serializable
-
Class org.hibernate.criterion.PropertyExpression extends Object implements Serializable
-
Class org.hibernate.criterion.PropertyProjection extends org.hibernate.criterion.SimpleProjection implements Serializable
-
Serialized Fields
-
grouped
boolean grouped
-
propertyName
String propertyName
-
-
-
Class org.hibernate.criterion.PropertySubqueryExpression extends org.hibernate.criterion.SubqueryExpression implements Serializable
-
Serialized Fields
-
propertyName
String propertyName
-
-
-
Class org.hibernate.criterion.RowCountProjection extends org.hibernate.criterion.SimpleProjection implements Serializable
-
Class org.hibernate.criterion.SimpleExpression extends Object implements Serializable
-
Class org.hibernate.criterion.SimpleProjection extends Object implements Serializable
-
Class org.hibernate.criterion.SimpleSubqueryExpression extends org.hibernate.criterion.SubqueryExpression implements Serializable
-
Serialized Fields
-
value
Object value
-
-
-
Class org.hibernate.criterion.SizeExpression extends Object implements Serializable
-
Class org.hibernate.criterion.SQLCriterion extends Object implements Serializable
-
Serialized Fields
-
sql
String sql
-
typedValues
org.hibernate.engine.spi.TypedValue[] typedValues
-
-
-
Class org.hibernate.criterion.SQLProjection extends Object implements Serializable
-
Class org.hibernate.criterion.SubqueryExpression extends Object implements Serializable
-
-
Package org.n52.sensorweb.server.db.query
-
Class org.n52.sensorweb.server.db.query.IntersectsPredicate extends org.hibernate.query.criteria.internal.predicate.AbstractSimplePredicate implements Serializable
- serialVersionUID:
- -5467642277075037085L
-
Serialized Fields
-
entityManager
javax.persistence.EntityManager entityManager
-
matchExpression
javax.persistence.criteria.Expression<org.locationtech.jts.geom.Geometry> matchExpression
-
matchingExprssion
javax.persistence.criteria.Expression<org.locationtech.jts.geom.Geometry> matchingExprssion
-
-