Uses of Class
org.hibernate.engine.spi.TypedValue
-
Packages that use TypedValue Package Description org.hibernate.criterion org.hibernate.engine.spi org.hibernate.loader org.hibernate.loader.criteria org.hibernate.query.spi -
-
Uses of TypedValue in org.hibernate.criterion
Methods in org.hibernate.criterion that return TypedValue Modifier and Type Method Description default TypedValueCriteriaQuery. getForeignKeyTypeValue(Criteria criteria, String associationPropertyName, Object value)TypedValueCriteriaQuery. getTypedIdentifierValue(Criteria criteria, Object value)Build a TypedValue for the given identifier value.TypedValueCriteriaQuery. getTypedValue(Criteria criteria, String propertyPath, Object value)Build a typed-value for the property/value combo.TypedValue[]AbstractEmptinessExpression. getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)TypedValue[]BetweenExpression. getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)TypedValue[]Criterion. getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)Return typed values for all parameters in the rendered SQL fragmentTypedValue[]Example. getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)TypedValue[]ForeignKeyExpression. getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)TypedValue[]ForeignKeyNullExpression. getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)TypedValue[]IdentifierEqExpression. getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)TypedValue[]IlikeExpression. getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)Deprecated.TypedValue[]InExpression. getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)TypedValue[]Junction. getTypedValues(Criteria crit, CriteriaQuery criteriaQuery)TypedValue[]LikeExpression. getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)TypedValue[]LogicalExpression. getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)TypedValue[]NaturalIdentifier. getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)TypedValue[]NotExpression. getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)TypedValue[]NotNullExpression. getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)TypedValue[]NullExpression. getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)TypedValue[]PropertyExpression. getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)TypedValue[]SimpleExpression. getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)TypedValue[]SimpleSubqueryExpression. getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)TypedValue[]SizeExpression. getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)TypedValue[]SQLCriterion. getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)TypedValue[]SubqueryExpression. getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery)Method parameters in org.hibernate.criterion with type arguments of type TypedValue Modifier and Type Method Description protected voidExample. addComponentTypedValues(String path, Object component, CompositeType type, List<TypedValue> list, Criteria criteria, CriteriaQuery criteriaQuery)protected voidExample. addPropertyTypedValue(Object value, Type type, List<TypedValue> list) -
Uses of TypedValue in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return types with arguments of type TypedValue Modifier and Type Method Description Map<String,TypedValue>QueryParameters. getNamedParameters()Method parameters in org.hibernate.engine.spi with type arguments of type TypedValue Modifier and Type Method Description voidQueryParameters. setNamedParameters(Map<String,TypedValue> map)Constructor parameters in org.hibernate.engine.spi with type arguments of type TypedValue Constructor Description QueryParameters(Type[] positionalParameterTypes, Object[] positionalParameterValues, Map<String,TypedValue> namedParameters, Serializable[] collectionKeys)QueryParameters(Type[] positionalParameterTypes, Object[] positionalParameterValues, Map<String,TypedValue> namedParameters, LockOptions lockOptions, RowSelection rowSelection, boolean isReadOnlyInitialized, boolean readOnly, boolean cacheable, String cacheRegion, String comment, List<String> queryHints, Serializable[] collectionKeys, Object optionalObject, String optionalEntityName, Serializable optionalId, ResultTransformer transformer)QueryParameters(Type[] positionalParameterTypes, Object[] positionalParameterValues, Map<String,TypedValue> namedParameters, LockOptions lockOptions, RowSelection rowSelection, boolean isReadOnlyInitialized, boolean readOnly, boolean cacheable, String cacheRegion, String comment, List<String> queryHints, Serializable[] collectionKeys, ResultTransformer transformer) -
Uses of TypedValue in org.hibernate.loader
Method parameters in org.hibernate.loader with type arguments of type TypedValue Modifier and Type Method Description protected intLoader. bindNamedParameters(PreparedStatement statement, Map<String,TypedValue> namedParams, int startIndex, SharedSessionContractImplementor session)Bind named parameters to the JDBC prepared statement.protected voidLoader. loadCollectionSubselect(SharedSessionContractImplementor session, Serializable[] ids, Object[] parameterValues, Type[] parameterTypes, Map<String,TypedValue> namedParameters, Type type)Called by subclasses that batch initialize collections -
Uses of TypedValue in org.hibernate.loader.criteria
Methods in org.hibernate.loader.criteria that return TypedValue Modifier and Type Method Description TypedValueCriteriaQueryTranslator. getForeignKeyTypeValue(Criteria criteria, String associationPropertyName, Object value)TypedValueCriteriaQueryTranslator. getTypedIdentifierValue(Criteria criteria, Object value)TypedValueCriteriaQueryTranslator. getTypedValue(Criteria subcriteria, String propertyName, Object value)Get the typed value for the given property value. -
Uses of TypedValue in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return types with arguments of type TypedValue Modifier and Type Method Description Map<String,TypedValue>QueryParameterBindings. collectNamedParameterBindings()
-