Uses of Interface
org.hibernate.type.Type
-
-
Uses of Type in org.hibernate
Methods in org.hibernate that return Type Modifier and Type Method Description TypeTypeHelper. any(Type metaType, Type identifierType)Retrieve the type representing an ANY mapping.TypeTypeHelper. custom(java.lang.Class userTypeClass)Retrieve the type for the given user-type class (UserTypeorCompositeUserType).TypeTypeHelper. custom(java.lang.Class userTypeClass, java.util.Properties properties)Retrieve the type for the given user-type class (UserTypeorCompositeUserType).TypeQuery. determineProperBooleanType(int position, java.lang.Object value, Type defaultType)Deprecated.added only to allow default method definition for deprecated methods here.TypeQuery. determineProperBooleanType(java.lang.String name, java.lang.Object value, Type defaultType)Deprecated.added only to allow default method definition for deprecated methods here.TypeTypeHelper. entity(java.lang.Class entityClass)Retrieve a type representing the given entity.TypeTypeHelper. entity(java.lang.String entityName)Retrieve a type representing the given entity.Type[]BasicQueryContract. getReturnTypes()Deprecated.(since 5.2) with no replacement; to be removed in 6.0Type[]Query. getReturnTypes()Deprecated.(since 5.2) with no replacement; to be removed in 6.0TypeCustomEntityDirtinessStrategy.AttributeInformation. getType()Get the mapping type of this attribute.TypeScrollableResults. getType(int i)Get the type of the ith column of results.TypeTypeHelper. heuristicType(java.lang.String name)Uses heuristics to deduce the properTypegiven a string naming the type or Java class.Methods in org.hibernate with parameters of type Type Modifier and Type Method Description SQLQuery<T>SQLQuery. addScalar(java.lang.String columnAlias, Type type)Deprecated.Declare a scalar query result.TypeTypeHelper. any(Type metaType, Type identifierType)Retrieve the type representing an ANY mapping.TypeQuery. determineProperBooleanType(int position, java.lang.Object value, Type defaultType)Deprecated.added only to allow default method definition for deprecated methods here.TypeQuery. determineProperBooleanType(java.lang.String name, java.lang.Object value, Type defaultType)Deprecated.added only to allow default method definition for deprecated methods here.int[]EmptyInterceptor. findDirty(java.lang.Object entity, java.io.Serializable id, java.lang.Object[] currentState, java.lang.Object[] previousState, java.lang.String[] propertyNames, Type[] types)int[]Interceptor. findDirty(java.lang.Object entity, java.io.Serializable id, java.lang.Object[] currentState, java.lang.Object[] previousState, java.lang.String[] propertyNames, Type[] types)Called from flush().voidEmptyInterceptor. onDelete(java.lang.Object entity, java.io.Serializable id, java.lang.Object[] state, java.lang.String[] propertyNames, Type[] types)voidInterceptor. onDelete(java.lang.Object entity, java.io.Serializable id, java.lang.Object[] state, java.lang.String[] propertyNames, Type[] types)Called before an object is deleted.booleanEmptyInterceptor. onFlushDirty(java.lang.Object entity, java.io.Serializable id, java.lang.Object[] currentState, java.lang.Object[] previousState, java.lang.String[] propertyNames, Type[] types)booleanInterceptor. onFlushDirty(java.lang.Object entity, java.io.Serializable id, java.lang.Object[] currentState, java.lang.Object[] previousState, java.lang.String[] propertyNames, Type[] types)Called when an object is detected to be dirty, during a flush.booleanEmptyInterceptor. onLoad(java.lang.Object entity, java.io.Serializable id, java.lang.Object[] state, java.lang.String[] propertyNames, Type[] types)booleanInterceptor. onLoad(java.lang.Object entity, java.io.Serializable id, java.lang.Object[] state, java.lang.String[] propertyNames, Type[] types)Called just before an object is initialized.booleanEmptyInterceptor. onSave(java.lang.Object entity, java.io.Serializable id, java.lang.Object[] state, java.lang.String[] propertyNames, Type[] types)booleanInterceptor. onSave(java.lang.Object entity, java.io.Serializable id, java.lang.Object[] state, java.lang.String[] propertyNames, Type[] types)Called before an object is saved.Query<R>Query. setParameter(int position, java.lang.Object val, Type type)Deprecated.Bind a value to a JDBC-style query parameter.Query<R>Query. setParameter(java.lang.String name, java.lang.Object val, Type type)Deprecated.Bind a named query parameter using the supplied Type<P> Query<R>Query. setParameter(QueryParameter<P> parameter, P val, Type type)Deprecated.Bind a query parameter using the supplied TypeNativeQuery<T>SQLQuery. setParameter(int position, java.lang.Object val, Type type)Deprecated.NativeQuery<T>SQLQuery. setParameter(java.lang.String name, java.lang.Object val, Type type)Deprecated.<P> NativeQuery<T>SQLQuery. setParameter(QueryParameter<P> parameter, P val, Type type)Deprecated.Query<R>Query. setParameterList(int position, java.lang.Object[] values, Type type)Deprecated.Query<R>Query. setParameterList(int position, java.util.Collection values, Type type)Deprecated.Query<R>Query. setParameterList(java.lang.String name, java.lang.Object[] values, Type type)Deprecated.Bind multiple values to a named query parameter.Query<R>Query. setParameterList(java.lang.String name, java.util.Collection values, Type type)Deprecated.Bind multiple values to a named query parameter.NativeQuery<T>SQLQuery. setParameterList(java.lang.String name, java.lang.Object[] values, Type type)Deprecated.NativeQuery<T>SQLQuery. setParameterList(java.lang.String name, java.util.Collection values, Type type)Deprecated.default Query<R>Query. setParameters(java.lang.Object[] values, Type[] types)Deprecated.(since 5.2) Bind values individually -
Uses of Type in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return Type Modifier and Type Method Description TypeAbstractDelegatingMetadata. getIdentifierType(java.lang.String className)TypeAbstractDelegatingMetadata. getReferencedPropertyType(java.lang.String className, java.lang.String propertyName) -
Uses of Type in org.hibernate.bytecode.enhance.spi.interceptor
Methods in org.hibernate.bytecode.enhance.spi.interceptor that return Type Modifier and Type Method Description TypeLazyAttributeDescriptor. getType()Access to the attribute's type -
Uses of Type in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi with parameters of type Type Modifier and Type Method Description java.util.ListQueryCache. get(QueryKey key, Type[] returnTypes, boolean isNaturalKeyLookup, java.util.Set<java.io.Serializable> spaces, SharedSessionContractImplementor session)Deprecated.Get results from the cache.java.util.ListQueryResultsCache. get(QueryKey key, java.lang.String[] spaces, Type[] returnTypes, SharedSessionContractImplementor session)Get results from the cache.java.util.ListQueryResultsCache. get(QueryKey key, java.util.Set<java.io.Serializable> spaces, Type[] returnTypes, SharedSessionContractImplementor session)Get results from the cache.default java.util.ListQueryResultsCache. get(QueryKey key, Type[] returnTypes, boolean isNaturalKeyLookup, java.util.Set<java.io.Serializable> spaces, SharedSessionContractImplementor session)booleanQueryCache. put(QueryKey key, Type[] returnTypes, java.util.List result, boolean isNaturalKeyLookup, SharedSessionContractImplementor session)Deprecated.Put a result into the query cache.booleanQueryResultsCache. put(QueryKey key, java.util.List result, Type[] returnTypes, SharedSessionContractImplementor session)Put a result into the query cache.default booleanQueryResultsCache. put(QueryKey key, Type[] returnTypes, java.util.List result, boolean isNaturalKeyLookup, SharedSessionContractImplementor session) -
Uses of Type in org.hibernate.collection.spi
Methods in org.hibernate.collection.spi with parameters of type Type Modifier and Type Method Description booleanPersistentCollection. needsInserting(java.lang.Object entry, int i, Type elemType)Do we need to insert this element?booleanPersistentCollection. needsUpdating(java.lang.Object entry, int i, Type elemType)Do we need to update this element? -
Uses of Type in org.hibernate.criterion
Methods in org.hibernate.criterion that return Type Modifier and Type Method Description default TypeCriteriaQuery. getForeignKeyType(Criteria criteria, java.lang.String associationPropertyName)TypeCriteriaQuery. getIdentifierType(Criteria criteria)Get the identifier type of this entityTypeCriteriaQuery. getType(Criteria criteria, java.lang.String propertyPath)Get the type of a property path.Type[]AggregateProjection. getTypes(Criteria criteria, CriteriaQuery criteriaQuery)Type[]AliasedProjection. getTypes(java.lang.String alias, Criteria criteria, CriteriaQuery criteriaQuery)Type[]AliasedProjection. getTypes(Criteria criteria, CriteriaQuery criteriaQuery)Type[]Distinct. getTypes(java.lang.String alias, Criteria criteria, CriteriaQuery criteriaQuery)Type[]Distinct. getTypes(Criteria criteria, CriteriaQuery criteriaQuery)Type[]ForeingKeyProjection. getTypes(Criteria criteria, CriteriaQuery criteriaQuery)Type[]IdentifierProjection. getTypes(Criteria criteria, CriteriaQuery criteriaQuery)Type[]Projection. getTypes(java.lang.String alias, Criteria criteria, CriteriaQuery criteriaQuery)Get the return types for a particular user-visible alias.Type[]Projection. getTypes(Criteria criteria, CriteriaQuery criteriaQuery)Types returned by the rendered SQLfragment.Type[]ProjectionList. getTypes(java.lang.String alias, Criteria criteria, CriteriaQuery criteriaQuery)Type[]ProjectionList. getTypes(Criteria criteria, CriteriaQuery criteriaQuery)Type[]PropertyProjection. getTypes(Criteria criteria, CriteriaQuery criteriaQuery)Type[]RowCountProjection. getTypes(Criteria criteria, CriteriaQuery criteriaQuery)Type[]SimpleProjection. getTypes(java.lang.String alias, Criteria criteria, CriteriaQuery criteriaQuery)Type[]SQLProjection. getTypes(java.lang.String alias, Criteria crit, CriteriaQuery criteriaQuery)Type[]SQLProjection. getTypes(Criteria crit, CriteriaQuery criteriaQuery)protected Type[]SubqueryExpression. getTypes()TypeCriteriaQuery. getTypeUsingProjection(Criteria criteria, java.lang.String propertyPath)Get the type of a property path.Methods in org.hibernate.criterion with parameters of type Type Modifier and Type Method Description voidParameterInfoCollector. addNamedParameter(java.lang.String name, Type type)voidParameterInfoCollector. addPositionalParameter(int label, Type type)protected voidExample. addPropertyTypedValue(java.lang.Object value, Type type, java.util.List<TypedValue> list)booleanExample.AllPropertySelector. include(java.lang.Object object, java.lang.String propertyName, Type type)booleanExample.NotNullOrZeroPropertySelector. include(java.lang.Object object, java.lang.String propertyName, Type type)booleanExample.NotNullPropertySelector. include(java.lang.Object object, java.lang.String propertyName, Type type)booleanExample.PropertySelector. include(java.lang.Object propertyValue, java.lang.String propertyName, Type type)Determine whether the given property should be used in the criteria.static CriterionExpression. sql(java.lang.String sql, java.lang.Object[] values, Type[] types)Deprecated.static CriterionExpression. sql(java.lang.String sql, java.lang.Object value, Type type)Deprecated.static ProjectionProjections. sqlGroupProjection(java.lang.String sql, java.lang.String groupBy, java.lang.String[] columnAliases, Type[] types)A grouping SQL projection, specifying both select clause and group by clause fragmentsstatic ProjectionProjections. sqlProjection(java.lang.String sql, java.lang.String[] columnAliases, Type[] types)A SQL projection, a typed select clause fragmentstatic CriterionRestrictions. sqlRestriction(java.lang.String sql, java.lang.Object[] values, Type[] types)Create a restriction expressed in SQL with JDBC parameters.static CriterionRestrictions. sqlRestriction(java.lang.String sql, java.lang.Object value, Type type)Create a restriction expressed in SQL with one JDBC parameter.Constructors in org.hibernate.criterion with parameters of type Type Constructor Description SQLCriterion(java.lang.String sql, java.lang.Object[] values, Type[] types)SQLCriterion(java.lang.String sql, java.lang.Object value, Type type)SQLProjection(java.lang.String sql, java.lang.String[] columnAliases, Type[] types)SQLProjection(java.lang.String sql, java.lang.String groupBy, java.lang.String[] columnAliases, Type[] types) -
Uses of Type in org.hibernate.dialect.function
Methods in org.hibernate.dialect.function that return Type Modifier and Type Method Description TypeAbstractAnsiTrimEmulationFunction. getReturnType(Type argumentType, Mapping mapping)TypeCastFunction. getReturnType(Type columnType, Mapping mapping)TypeCharIndexFunction. getReturnType(Type columnType, Mapping mapping)TypeConvertFunction. getReturnType(Type firstArgumentType, Mapping mapping)TypeDerbyConcatFunction. getReturnType(Type argumentType, Mapping mapping)The return type of the function.TypeNoArgSQLFunction. getReturnType(Type argumentType, Mapping mapping)TypeNvlFunction. getReturnType(Type argumentType, Mapping mapping)TypePositionSubstringFunction. getReturnType(Type firstArgumentType, Mapping mapping)TypeSQLFunction. getReturnType(Type firstArgumentType, Mapping mapping)The return type of the function.TypeSQLFunctionTemplate. getReturnType(Type argumentType, Mapping mapping)TypeStandardAnsiSqlAggregationFunctions.SumFunction. getReturnType(Type firstArgumentType, Mapping mapping)TypeStandardSQLFunction. getReturnType(Type firstArgumentType, Mapping mapping)TypeTrimFunctionTemplate. getReturnType(Type firstArgument, Mapping mapping)TypeVarArgsSQLFunction. getReturnType(Type firstArgumentType, Mapping mapping)TypeStandardSQLFunction. getType()Function static return type accessor.Methods in org.hibernate.dialect.function with parameters of type Type Modifier and Type Method Description protected intStandardAnsiSqlAggregationFunctions.AvgFunction. determineJdbcTypeCode(Type firstArgumentType, SessionFactoryImplementor factory)protected intStandardAnsiSqlAggregationFunctions.SumFunction. determineJdbcTypeCode(Type type, Mapping mapping)TypeAbstractAnsiTrimEmulationFunction. getReturnType(Type argumentType, Mapping mapping)TypeCastFunction. getReturnType(Type columnType, Mapping mapping)TypeCharIndexFunction. getReturnType(Type columnType, Mapping mapping)TypeConvertFunction. getReturnType(Type firstArgumentType, Mapping mapping)TypeDerbyConcatFunction. getReturnType(Type argumentType, Mapping mapping)The return type of the function.TypeNoArgSQLFunction. getReturnType(Type argumentType, Mapping mapping)TypeNvlFunction. getReturnType(Type argumentType, Mapping mapping)TypePositionSubstringFunction. getReturnType(Type firstArgumentType, Mapping mapping)TypeSQLFunction. getReturnType(Type firstArgumentType, Mapping mapping)The return type of the function.TypeSQLFunctionTemplate. getReturnType(Type argumentType, Mapping mapping)TypeStandardAnsiSqlAggregationFunctions.SumFunction. getReturnType(Type firstArgumentType, Mapping mapping)TypeStandardSQLFunction. getReturnType(Type firstArgumentType, Mapping mapping)TypeTrimFunctionTemplate. getReturnType(Type firstArgument, Mapping mapping)TypeVarArgsSQLFunction. getReturnType(Type firstArgumentType, Mapping mapping)java.lang.StringAbstractAnsiTrimEmulationFunction. render(Type argumentType, java.util.List args, SessionFactoryImplementor factory)java.lang.StringCastFunction. render(Type columnType, java.util.List args, SessionFactoryImplementor factory)java.lang.StringCharIndexFunction. render(Type columnType, java.util.List args, SessionFactoryImplementor factory)java.lang.StringConditionalParenthesisFunction. render(Type firstArgumentType, java.util.List arguments, SessionFactoryImplementor sessionFactory)java.lang.StringConvertFunction. render(Type firstArgumentType, java.util.List args, SessionFactoryImplementor factory)java.lang.StringDerbyConcatFunction. render(Type argumentType, java.util.List args, SessionFactoryImplementor factory)Render the function call as SQL fragment.java.lang.StringNoArgSQLFunction. render(Type argumentType, java.util.List args, SessionFactoryImplementor factory)java.lang.StringNvlFunction. render(Type argumentType, java.util.List args, SessionFactoryImplementor factory)java.lang.StringPositionSubstringFunction. render(Type firstArgumentType, java.util.List args, SessionFactoryImplementor factory)java.lang.StringSQLFunction. render(Type firstArgumentType, java.util.List arguments, SessionFactoryImplementor factory)Render the function call as SQL fragment.java.lang.StringSQLFunctionTemplate. render(Type argumentType, java.util.List args, SessionFactoryImplementor factory)java.lang.StringStandardAnsiSqlAggregationFunctions.AvgFunction. render(Type firstArgumentType, java.util.List arguments, SessionFactoryImplementor factory)java.lang.StringStandardAnsiSqlAggregationFunctions.CountFunction. render(Type firstArgumentType, java.util.List arguments, SessionFactoryImplementor factory)java.lang.StringStandardJDBCEscapeFunction. render(Type argumentType, java.util.List args, SessionFactoryImplementor factory)java.lang.StringStandardSQLFunction. render(Type firstArgumentType, java.util.List arguments, SessionFactoryImplementor sessionFactory)java.lang.StringStaticPrecisionFspTimestampFunction. render(Type argumentType, java.util.List args, SessionFactoryImplementor factory)java.lang.StringTrimFunctionTemplate. render(Type firstArgument, java.util.List args, SessionFactoryImplementor factory)java.lang.StringVarArgsSQLFunction. render(Type firstArgumentType, java.util.List arguments, SessionFactoryImplementor factory)Constructors in org.hibernate.dialect.function with parameters of type Type Constructor Description ConditionalParenthesisFunction(java.lang.String name, Type type)Constructs a ConditionalParenthesisFunction with the given nameNoArgSQLFunction(java.lang.String name, Type returnType)Constructs a NoArgSQLFunctionNoArgSQLFunction(java.lang.String name, Type returnType, boolean hasParenthesesIfNoArguments)Constructs a NoArgSQLFunctionSQLFunctionTemplate(Type type, java.lang.String template)Constructs a SQLFunctionTemplateSQLFunctionTemplate(Type type, java.lang.String template, boolean hasParenthesesIfNoArgs)Constructs a SQLFunctionTemplateStandardJDBCEscapeFunction(java.lang.String name, Type typeValue)Constructs a StandardJDBCEscapeFunctionStandardSQLFunction(java.lang.String name, Type registeredType)Construct a standard SQL function definition with a static return type.VarArgsSQLFunction(Type registeredType, java.lang.String begin, java.lang.String sep, java.lang.String end)Constructs a VarArgsSQLFunction instance with a 'static' return type. -
Uses of Type in org.hibernate.engine.query.spi
Methods in org.hibernate.engine.query.spi that return Type Modifier and Type Method Description TypeAbstractParameterDescriptor. getExpectedType()TypeAbstractParameterDescriptor. getHibernateType()Type[]ReturnMetadata. getReturnTypes()Methods in org.hibernate.engine.query.spi with parameters of type Type Modifier and Type Method Description voidAbstractParameterDescriptor. resetExpectedType(Type expectedType)Constructors in org.hibernate.engine.query.spi with parameters of type Type Constructor Description AbstractParameterDescriptor(int[] sourceLocations, Type expectedType)NamedParameterDescriptor(java.lang.String name, Type expectedType, int[] sourceLocations)Constructs a NamedParameterDescriptorOrdinalParameterDescriptor(int label, int valuePosition, Type expectedType, int[] sourceLocations)Constructs an ordinal parameter descriptor. -
Uses of Type in org.hibernate.engine.query.spi.sql
Methods in org.hibernate.engine.query.spi.sql that return Type Modifier and Type Method Description TypeNativeSQLQueryScalarReturn. getType()Constructors in org.hibernate.engine.query.spi.sql with parameters of type Type Constructor Description NativeSQLQueryScalarReturn(java.lang.String alias, Type type) -
Uses of Type in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return Type Modifier and Type Method Description Type[]QueryParameters. getFilteredPositionalParameterTypes()TypeLoadQueryInfluencers. getFilterParameterType(java.lang.String filterParameterName)TypeMapping. getIdentifierType(java.lang.String className)TypeSessionFactoryDelegatingImpl. getIdentifierType(java.lang.String className)TypeFilterDefinition. getParameterType(java.lang.String parameterName)Retrieve the type of the named parameter defined for this filter.Type[]QueryParameters. getPositionalParameterTypes()TypeMapping. getReferencedPropertyType(java.lang.String className, java.lang.String propertyName)TypeSessionFactoryDelegatingImpl. getReferencedPropertyType(java.lang.String className, java.lang.String propertyName)Type[]SessionFactoryDelegatingImpl. getReturnTypes(java.lang.String queryString)default Type[]SessionFactoryImplementor. getReturnTypes(java.lang.String queryString)Deprecated.No replacement.TypeTypedValue. getType()TypeSessionFactoryDelegatingImpl. resolveParameterBindType(java.lang.Class clazz)TypeSessionFactoryDelegatingImpl. resolveParameterBindType(java.lang.Object bindValue)Methods in org.hibernate.engine.spi that return types with arguments of type Type Modifier and Type Method Description java.util.Map<java.lang.String,Type>FilterDefinition. getParameterTypes()Methods in org.hibernate.engine.spi with parameters of type Type Modifier and Type Method Description voidQueryParameters. bindDynamicParameter(Type paramType, java.lang.Object paramValue)voidCascadingAction. noCascade(EventSource session, java.lang.Object parent, EntityPersister persister, Type propertyType, int propertyIndex)Called (in the case ofCascadingAction.requiresNoCascadeChecking()returning true) to validate that no cascade on the given property is considered a valid semantic.voidCascadingActions.BaseCascadingAction. noCascade(EventSource session, java.lang.Object parent, EntityPersister persister, Type propertyType, int propertyIndex)voidQueryParameters. setPositionalParameterTypes(Type[] types)Constructors in org.hibernate.engine.spi with parameters of type Type Constructor Description EntityUniqueKey(java.lang.String entityName, java.lang.String uniqueKeyName, java.lang.Object semiResolvedKey, Type keyType, EntityMode entityMode, SessionFactoryImplementor factory)QueryParameters(Type[] positionalParameterTypes, java.lang.Object[] positionalParameterValues)QueryParameters(Type[] positionalParameterTypes, java.lang.Object[] positionalParameterValues, java.io.Serializable[] collectionKeys)QueryParameters(Type[] positionalParameterTypes, java.lang.Object[] positionalParameterValues, java.lang.Object optionalObject, java.lang.String optionalEntityName, java.io.Serializable optionalObjectId)QueryParameters(Type[] positionalParameterTypes, java.lang.Object[] positionalParameterValues, java.util.Map<java.lang.String,TypedValue> namedParameters, java.io.Serializable[] collectionKeys)QueryParameters(Type[] positionalParameterTypes, java.lang.Object[] positionalParameterValues, java.util.Map<java.lang.String,TypedValue> namedParameters, LockOptions lockOptions, RowSelection rowSelection, boolean isReadOnlyInitialized, boolean readOnly, boolean cacheable, java.lang.String cacheRegion, java.lang.String comment, java.util.List<java.lang.String> queryHints, java.io.Serializable[] collectionKeys, java.lang.Object optionalObject, java.lang.String optionalEntityName, java.io.Serializable optionalId, ResultTransformer transformer)QueryParameters(Type[] positionalParameterTypes, java.lang.Object[] positionalParameterValues, java.util.Map<java.lang.String,TypedValue> namedParameters, LockOptions lockOptions, RowSelection rowSelection, boolean isReadOnlyInitialized, boolean readOnly, boolean cacheable, java.lang.String cacheRegion, java.lang.String comment, java.util.List<java.lang.String> queryHints, java.io.Serializable[] collectionKeys, ResultTransformer transformer)QueryParameters(Type[] positionalParameterTypes, java.lang.Object[] positionalParameterValues, LockOptions lockOptions, RowSelection rowSelection, boolean isReadOnlyInitialized, boolean readOnly, boolean cacheable, java.lang.String cacheRegion, java.lang.String comment, java.util.List<java.lang.String> queryHints, boolean isLookupByNaturalKey, ResultTransformer transformer)QueryParameters(Type type, java.lang.Object value)TypedValue(Type type, java.lang.Object value)TypedValue(Type type, java.lang.Object value, EntityMode entityMode)Deprecated.explicit entity mode support is deprecatedConstructor parameters in org.hibernate.engine.spi with type arguments of type Type Constructor Description FilterDefinition(java.lang.String name, java.lang.String defaultCondition, java.util.Map<java.lang.String,Type> parameterTypes)Construct a new FilterDefinition instance. -
Uses of Type in org.hibernate.hql.spi
Methods in org.hibernate.hql.spi that return Type Modifier and Type Method Description TypeParameterInformation. getExpectedType()Type[]QueryTranslator. getReturnTypes()Returns an array of Types represented in the query result.Methods in org.hibernate.hql.spi with parameters of type Type Modifier and Type Method Description voidParameterInformation. setExpectedType(Type expectedType) -
Uses of Type in org.hibernate.hql.spi.id.inline
Methods in org.hibernate.hql.spi.id.inline that return Type Modifier and Type Method Description TypeIdsClauseBuilder. getIdentifierType()Constructors in org.hibernate.hql.spi.id.inline with parameters of type Type Constructor Description IdsClauseBuilder(Dialect dialect, Type identifierType, TypeConfiguration typeConfiguration, java.lang.String[] columns, java.util.List<java.lang.Object[]> ids)IdsClauseBuilder(Dialect dialect, Type identifierType, TypeResolver typeResolver, java.lang.String[] columns, java.util.List<java.lang.Object[]> ids)Deprecated.InlineIdsInClauseBuilder(Dialect dialect, Type identifierType, TypeResolver typeResolver, java.lang.String[] columns, java.util.List<java.lang.Object[]> ids)InlineIdsOrClauseBuilder(Dialect dialect, Type identifierType, TypeResolver typeResolver, java.lang.String[] columns, java.util.List<java.lang.Object[]> ids)InlineIdsSubSelectValuesListBuilder(Dialect dialect, Type identifierType, TypeResolver typeResolver, java.lang.String[] columns, java.util.List<java.lang.Object[]> ids) -
Uses of Type in org.hibernate.id
Methods in org.hibernate.id that return Type Modifier and Type Method Description protected TypeSequenceGenerator. getIdentifierType()Deprecated.TypeExportableColumn.ValueImpl. getType()Methods in org.hibernate.id with parameters of type Type Modifier and Type Method Description voidAssigned. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)voidConfigurable. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)Deprecated.Configure this instance, given the value of parameters specified by the user as <param> elements.voidForeignGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)default voidIdentifierGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)Configure this instance, given the value of parameters specified by the user as <param> elements.voidIncrementGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)voidMultipleHiLoPerTableGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)Deprecated.voidSelectGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)voidSequenceGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)Deprecated.voidSequenceHiLoGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)Deprecated.voidSequenceIdentityGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)Deprecated.voidUUIDGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)voidUUIDHexGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)static java.io.SerializableIdentifierGeneratorHelper. get(java.sql.ResultSet rs, java.lang.String identifier, Type type, Dialect dialect)Extract the value from the result set (which is assumed to already have been positioned to the appropriate row) and wrp it in the appropriate Java numeric type.static java.io.SerializableIdentifierGeneratorHelper. getGeneratedIdentity(java.sql.ResultSet rs, java.lang.String identifier, Type type, Dialect dialect)Get the generated identifier when using identity columns -
Uses of Type in org.hibernate.id.enhanced
Methods in org.hibernate.id.enhanced that return Type Modifier and Type Method Description TypeSequenceStyleGenerator. getIdentifierType()Getter for property 'identifierType'.TypeTableGenerator. getIdentifierType()Type mapping for the identifier.Methods in org.hibernate.id.enhanced with parameters of type Type Modifier and Type Method Description protected DatabaseStructureSequenceStyleGenerator. buildDatabaseStructure(Type type, java.util.Properties params, JdbcEnvironment jdbcEnvironment, boolean forceTableUse, QualifiedName sequenceName, int initialValue, int incrementSize)Build the database structure.protected DatabaseStructureSequenceStyleGenerator. buildSequenceStructure(Type type, java.util.Properties params, JdbcEnvironment jdbcEnvironment, QualifiedName sequenceName, int initialValue, int incrementSize)protected DatabaseStructureSequenceStyleGenerator. buildTableStructure(Type type, java.util.Properties params, JdbcEnvironment jdbcEnvironment, QualifiedName sequenceName, int initialValue, int incrementSize)voidSequenceStyleGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)voidTableGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry) -
Uses of Type in org.hibernate.id.factory
Methods in org.hibernate.id.factory with parameters of type Type Modifier and Type Method Description IdentifierGeneratorIdentifierGeneratorFactory. createIdentifierGenerator(java.lang.String strategy, Type type, java.util.Properties config)Given a strategy, retrieve the appropriate identifier generator instance. -
Uses of Type in org.hibernate.jpa
Methods in org.hibernate.jpa that return Type Modifier and Type Method Description TypeTypedParameterValue. getType()The specific Hibernate type to use to bind the value.Constructors in org.hibernate.jpa with parameters of type Type Constructor Description TypedParameterValue(Type type, java.lang.Object value) -
Uses of Type in org.hibernate.jpa.spi
Methods in org.hibernate.jpa.spi that return Type Modifier and Type Method Description TypeTupleBuilderTransformer.HqlTupleElementImpl. getHibernateType()Methods in org.hibernate.jpa.spi with parameters of type Type Modifier and Type Method Description voidHibernateEntityManagerImplementor.QueryOptions.ResultMetadataValidator. validate(Type[] returnTypes)Constructors in org.hibernate.jpa.spi with parameters of type Type Constructor Description HqlTupleElementImpl(int position, java.lang.String alias, Type hibernateType) -
Uses of Type in org.hibernate.loader
Methods in org.hibernate.loader with parameters of type Type Modifier and Type Method Description protected java.util.ListLoader. getResultFromQueryCache(SharedSessionContractImplementor session, QueryParameters queryParameters, java.util.Set<java.io.Serializable> querySpaces, Type[] resultTypes, QueryResultsCache queryCache, QueryKey key)protected java.util.ListLoader. list(SharedSessionContractImplementor session, QueryParameters queryParameters, java.util.Set<java.io.Serializable> querySpaces, Type[] resultTypes)Return the query results, using the query cache, called by subclasses that implement cacheable queriesvoidLoader. loadCollection(SharedSessionContractImplementor session, java.io.Serializable id, Type type)Called by subclasses that initialize collectionsvoidLoader. loadCollectionBatch(SharedSessionContractImplementor session, java.io.Serializable[] ids, Type type)Called by wrappers that batch initialize collectionsprotected voidLoader. loadCollectionSubselect(SharedSessionContractImplementor session, java.io.Serializable[] ids, java.lang.Object[] parameterValues, Type[] parameterTypes, java.util.Map<java.lang.String,TypedValue> namedParameters, Type type)Called by subclasses that batch initialize collectionsprotected java.util.ListLoader. loadEntity(SharedSessionContractImplementor session, java.lang.Object key, java.lang.Object index, Type keyType, Type indexType, EntityPersister persister)Called by subclasses that load entitiesprotected java.util.ListLoader. loadEntity(SharedSessionContractImplementor session, java.lang.Object id, Type identifierType, java.lang.Object optionalObject, java.lang.String optionalEntityName, java.io.Serializable optionalIdentifier, EntityPersister persister, LockOptions lockOptions, java.lang.Boolean readOnly)Called by subclasses that load entitiesjava.util.ListLoader. loadEntityBatch(SharedSessionContractImplementor session, java.io.Serializable[] ids, Type idType, java.lang.Object optionalObject, java.lang.String optionalEntityName, java.io.Serializable optionalId, EntityPersister persister, LockOptions lockOptions)Called by wrappers that batch load entitiesjava.util.ListLoader. loadEntityBatch(SharedSessionContractImplementor session, java.io.Serializable[] ids, Type idType, java.lang.Object optionalObject, java.lang.String optionalEntityName, java.io.Serializable optionalId, EntityPersister persister, LockOptions lockOptions, java.lang.Boolean readOnly)Called by wrappers that batch load entitiesprotected voidLoader. putResultInQueryCache(SharedSessionContractImplementor session, QueryParameters queryParameters, Type[] resultTypes, QueryResultsCache queryCache, QueryKey key, java.util.List result)protected ScrollableResultsImplementorLoader. scroll(QueryParameters queryParameters, Type[] returnTypes, org.hibernate.hql.internal.HolderInstantiator holderInstantiator, SharedSessionContractImplementor session)Return the query results, as an instance of ScrollableResults -
Uses of Type in org.hibernate.loader.collection
Methods in org.hibernate.loader.collection that return Type Modifier and Type Method Description protected TypeCollectionLoader. getKeyType() -
Uses of Type in org.hibernate.loader.collection.plan
Methods in org.hibernate.loader.collection.plan that return Type Modifier and Type Method Description protected TypeCollectionLoader. getKeyType() -
Uses of Type in org.hibernate.loader.criteria
Methods in org.hibernate.loader.criteria that return Type Modifier and Type Method Description TypeCriteriaQueryTranslator. getForeignKeyType(Criteria criteria, java.lang.String associationPropertyName)TypeCriteriaQueryTranslator. getIdentifierType(Criteria criteria)Type[]CriteriaQueryTranslator. getProjectedTypes()Type[]CriteriaJoinWalker. getResultTypes()TypeCriteriaQueryTranslator. getType(Criteria subcriteria, java.lang.String propertyName)TypeCriteriaQueryTranslator. getTypeUsingProjection(Criteria subcriteria, java.lang.String propertyName) -
Uses of Type in org.hibernate.loader.custom
Methods in org.hibernate.loader.custom that return Type Modifier and Type Method Description TypeScalarReturn. getType()Methods in org.hibernate.loader.custom with parameters of type Type Modifier and Type Method Description protected voidCustomLoader. putResultInQueryCache(SharedSessionContractImplementor session, QueryParameters queryParameters, Type[] resultTypes, QueryResultsCache queryCache, QueryKey key, java.util.List result)CustomLoader.resultTypescan be overridden byCustomLoader.autoDiscoverTypes(ResultSet), *after*CustomLoader.list(SharedSessionContractImplementor, QueryParameters)has already been called.Method parameters in org.hibernate.loader.custom with type arguments of type Type Modifier and Type Method Description voidConstructorResultColumnProcessor. performDiscovery(org.hibernate.loader.custom.JdbcResultMetadata metadata, java.util.List<Type> types, java.util.List<java.lang.String> aliases)voidNonScalarResultColumnProcessor. performDiscovery(org.hibernate.loader.custom.JdbcResultMetadata metadata, java.util.List<Type> types, java.util.List<java.lang.String> aliases)voidScalarResultColumnProcessor. performDiscovery(org.hibernate.loader.custom.JdbcResultMetadata metadata, java.util.List<Type> types, java.util.List<java.lang.String> aliases)Constructors in org.hibernate.loader.custom with parameters of type Type Constructor Description ScalarResultColumnProcessor(java.lang.String alias, Type type)ScalarReturn(Type type, java.lang.String columnAlias) -
Uses of Type in org.hibernate.loader.entity
Classes in org.hibernate.loader.entity that implement Type Modifier and Type Class Description classNaturalIdTypeWorkaround for the fact that we don't have a well-defined Hibernate type when loading by multipleNaturalIdproperties.Fields in org.hibernate.loader.entity declared as Type Modifier and Type Field Description protected TypeAbstractEntityLoader. uniqueKeyTypeConstructors in org.hibernate.loader.entity with parameters of type Type Constructor Description AbstractEntityLoader(OuterJoinLoadable persister, Type uniqueKeyType, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)EntityLoader(OuterJoinLoadable persister, java.lang.String[] uniqueKey, Type uniqueKeyType, int batchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)EntityLoader(OuterJoinLoadable persister, java.lang.String[] uniqueKey, Type uniqueKeyType, int batchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers) -
Uses of Type in org.hibernate.loader.entity.plan
Methods in org.hibernate.loader.entity.plan with parameters of type Type Modifier and Type Method Description EntityLoaderEntityLoader.Builder. byUniqueKey(java.lang.String[] keyColumnNames, Type keyType)java.util.ListAbstractLoadPlanBasedEntityLoader. loadEntityBatch(SharedSessionContractImplementor session, java.io.Serializable[] ids, Type idType, java.lang.Object optionalObject, java.lang.String optionalEntityName, java.io.Serializable optionalId, EntityPersister persister, LockOptions lockOptions)Called by wrappers that batch load entitiesjava.util.ListAbstractLoadPlanBasedEntityLoader. loadEntityBatch(SharedSessionContractImplementor session, java.io.Serializable[] ids, Type idType, java.lang.Object optionalObject, java.lang.String optionalEntityName, java.io.Serializable optionalId, EntityPersister persister, LockOptions lockOptions, java.lang.Boolean readOnly)Constructors in org.hibernate.loader.entity.plan with parameters of type Type Constructor Description AbstractLoadPlanBasedEntityLoader(OuterJoinLoadable entityPersister, SessionFactoryImplementor factory, java.lang.String[] uniqueKeyColumnNames, Type uniqueKeyType, QueryBuildingParameters buildingParameters)AbstractLoadPlanBasedEntityLoader(OuterJoinLoadable entityPersister, SessionFactoryImplementor factory, java.lang.String[] uniqueKeyColumnNames, Type uniqueKeyType, QueryBuildingParameters buildingParameters, ResultSetProcessorResolver resultSetProcessorResolver)AbstractLoadPlanBasedEntityLoader(OuterJoinLoadable entityPersister, SessionFactoryImplementor factory, org.hibernate.loader.plan.exec.internal.EntityLoadQueryDetails entityLoaderQueryDetailsTemplate, Type uniqueKeyType, QueryBuildingParameters buildingParameters)AbstractLoadPlanBasedEntityLoader(OuterJoinLoadable entityPersister, SessionFactoryImplementor factory, org.hibernate.loader.plan.exec.internal.EntityLoadQueryDetails entityLoaderQueryDetailsTemplate, Type uniqueKeyType, QueryBuildingParameters buildingParameters, ResultSetProcessorResolver resultSetProcessorResolver) -
Uses of Type in org.hibernate.loader.plan.spi
Methods in org.hibernate.loader.plan.spi that return Type Modifier and Type Method Description TypeFetch. getFetchedType()Get the Hibernate Type that describes the fetched attributeTypeJoinDefinedByMetadata. getJoinedPropertyType()Get the property type of the joined property.TypeScalarReturn. getType()Gets the type of the scalar return. -
Uses of Type in org.hibernate.mapping
Methods in org.hibernate.mapping that return Type Modifier and Type Method Description TypeAny. getType()TypeCollection. getType()TypeComponent. getType()TypeDependantValue. getType()TypeManyToOne. getType()TypeOneToMany. getType()TypeOneToOne. getType()TypeProperty. getType()TypeSimpleValue. getType()abstract TypeToOne. getType()TypeValue. getType() -
Uses of Type in org.hibernate.metadata
Methods in org.hibernate.metadata that return Type Modifier and Type Method Description TypeCollectionMetadata. getElementType()The collection element typeTypeClassMetadata. getIdentifierType()Get the identifier Hibernate typeTypeCollectionMetadata. getIndexType()The collection index type (or null if the collection has no index)TypeCollectionMetadata. getKeyType()The collection key typeTypeClassMetadata. getPropertyType(java.lang.String propertyName)Get the type of a particular (named) propertyType[]ClassMetadata. getPropertyTypes()Get the Hibernate types of the class properties -
Uses of Type in org.hibernate.param
Methods in org.hibernate.param that return Type Modifier and Type Method Description TypeAbstractExplicitParameterSpecification. getExpectedType()TypeCollectionFilterKeyParameterSpecification. getExpectedType()TypeDynamicFilterParameterSpecification. getExpectedType()TypeParameterSpecification. getExpectedType()Get the type which we are expecting for a bind into this parameter based on translated contextual information.TypeVersionTypeSeedParameterSpecification. getExpectedType()Methods in org.hibernate.param with parameters of type Type Modifier and Type Method Description voidAbstractExplicitParameterSpecification. setExpectedType(Type expectedType)voidCollectionFilterKeyParameterSpecification. setExpectedType(Type expectedType)voidDynamicFilterParameterSpecification. setExpectedType(Type expectedType)voidParameterSpecification. setExpectedType(Type expectedType)Injects the expected type.voidVersionTypeSeedParameterSpecification. setExpectedType(Type expectedType)Constructors in org.hibernate.param with parameters of type Type Constructor Description CollectionFilterKeyParameterSpecification(java.lang.String collectionRole, Type keyType)Creates a specialized collection-filter collection-key parameter spec.DynamicFilterParameterSpecification(java.lang.String filterName, java.lang.String parameterName, Type definedParameterType)Constructs a parameter specification for a particular filter parameter. -
Uses of Type in org.hibernate.persister.collection
Fields in org.hibernate.persister.collection declared as Type Modifier and Type Field Description protected TypeAbstractCollectionPersister. elementTypeMethods in org.hibernate.persister.collection that return Type Modifier and Type Method Description TypeAbstractCollectionPersister. getElementType()TypeCollectionPersister. getElementType()Get the "element" typeTypeAbstractCollectionPersister. getIdentifierType()TypeCollectionPersister. getIdentifierType()Get the type of the surrogate keyTypeAbstractCollectionPersister. getIndexType()TypeCollectionPersister. getIndexType()Get the "index" type for a list or map (optional operation)TypeAbstractCollectionPersister. getKeyType()TypeCollectionPersister. getKeyType()Get the "key" type (the type of the foreign key)TypeAbstractCollectionPersister. getType()TypeCollectionPropertyMapping. getType()TypeCompositeElementPropertyMapping. getType()TypeElementPropertyMapping. getType()TypeAbstractCollectionPersister. toType(java.lang.String propertyName)TypeCollectionPropertyMapping. toType(java.lang.String propertyName)TypeElementPropertyMapping. toType(java.lang.String propertyName)Constructors in org.hibernate.persister.collection with parameters of type Type Constructor Description ElementPropertyMapping(java.lang.String[] elementColumns, Type type) -
Uses of Type in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement Type Modifier and Type Class Description classDiscriminatorTypeTODO : javadocMethods in org.hibernate.persister.entity that return Type Modifier and Type Method Description TypeJoinedSubclassEntityPersister. getDiscriminatorType()TypeLoadable. getDiscriminatorType()Get the discriminator typeTypeSingleTableEntityPersister. getDiscriminatorType()TypeUnionSubclassEntityPersister. getDiscriminatorType()TypeAbstractEntityPersister. getIdentifierType()TypeEntityPersister. getIdentifierType()Get the identifier typeprotected Type[]AbstractEntityPersister. getLazyPropertyTypes()TypeAbstractEntityPersister. getPropertyType(java.lang.String propertyName)Get the type of a particular property by name.TypeEntityPersister. getPropertyType(java.lang.String propertyName)Get the type of a particular property by name.Type[]AbstractEntityPersister. getPropertyTypes()Type[]EntityPersister. getPropertyTypes()Get the Hibernate types of the class propertiesTypeDiscriminatorMetadata. getResolutionType()Get the type used to resolve the actual discriminator value resulting fromDiscriminatorMetadata.getSqlFragment(java.lang.String)back into aClassreference.TypeAbstractEntityPersister. getSubclassPropertyType(int i)TypeOuterJoinLoadable. getSubclassPropertyType(int i)Get the type of the numbered property of the class or a subclass.protected Type[]AbstractEntityPersister. getSubclassPropertyTypeClosure()TypeAbstractEntityPersister. getType()TypeBasicEntityPropertyMapping. getType()TypePropertyMapping. getType()Get the type of the thing containing the propertiesTypeSQLLoadable. getType()Get the typeTypeAbstractEntityPersister. toType(java.lang.String propertyName)Given a component path expression, get the type of the propertyTypeAbstractPropertyMapping. toType(java.lang.String propertyName)TypePropertyMapping. toType(java.lang.String propertyName)Given a component path expression, get the type of the propertyMethods in org.hibernate.persister.entity with parameters of type Type Modifier and Type Method Description protected voidAbstractPropertyMapping. addPropertyPath(java.lang.String path, Type type, java.lang.String[] columns, java.lang.String[] columnReaders, java.lang.String[] columnReaderTemplates, java.lang.String[] formulaTemplates)protected voidAbstractPropertyMapping. addPropertyPath(java.lang.String path, Type type, java.lang.String[] columns, java.lang.String[] columnReaders, java.lang.String[] columnReaderTemplates, java.lang.String[] formulaTemplates, Mapping factory)protected UniqueEntityLoaderAbstractEntityPersister. createUniqueKeyLoader(Type uniqueKeyType, java.lang.String[] columns, LoadQueryInfluencers loadQueryInfluencers)protected voidAbstractPropertyMapping. initPropertyPaths(java.lang.String path, Type type, java.lang.String[] columns, java.lang.String[] columnReaders, java.lang.String[] columnReaderTemplates, java.lang.String[] formulaTemplates, Mapping factory)Constructors in org.hibernate.persister.entity with parameters of type Type Constructor Description DiscriminatorType(Type underlyingType, Loadable persister) -
Uses of Type in org.hibernate.persister.walking.spi
Methods in org.hibernate.persister.walking.spi that return Type Modifier and Type Method Description TypeNonEncapsulatedEntityIdentifierDefinition. getCompositeType()TypeAnyMappingDefinition. getDiscriminatorType()Access to the type of the value that makes up the discriminator portion of the AnyType.TypeAnyMappingDefinition. getIdentifierType()Access to the type of the value that makes up the identifier portion of the AnyType.TypeAttributeDefinition. getType()TypeCollectionElementDefinition. getType()Returns the collection element type.TypeCollectionIndexDefinition. getType()Returns the collection index type. -
Uses of Type in org.hibernate.pretty
Methods in org.hibernate.pretty with parameters of type Type Modifier and Type Method Description static java.lang.StringMessageHelper. infoString(EntityPersister persister, java.lang.Object id, Type identifierType, SessionFactoryImplementor factory)Generate an info message string relating to a particular entity,. -
Uses of Type in org.hibernate.procedure
Methods in org.hibernate.procedure with parameters of type Type Modifier and Type Method Description voidParameterRegistration. setHibernateType(Type type)Set the Hibernate mapping type for this parameter. -
Uses of Type in org.hibernate.procedure.spi
Methods in org.hibernate.procedure.spi that return Type Modifier and Type Method Description TypeParameterRegistrationImplementor. getHibernateType()Access to the Hibernate type for this parameter registration -
Uses of Type in org.hibernate.query
Methods in org.hibernate.query that return Type Modifier and Type Method Description TypeQueryParameter. getHibernateType()Get the Hibernate Type associated with this parameter.Methods in org.hibernate.query with parameters of type Type Modifier and Type Method Description NativeQuery<T>NativeQuery. addScalar(java.lang.String columnAlias, Type type)NativeQuery<T>NativeQuery. setParameter(int position, java.lang.Object val, Type type)NativeQuery<T>NativeQuery. setParameter(java.lang.String name, java.lang.Object val, Type type)<P> NativeQuery<T>NativeQuery. setParameter(QueryParameter<P> parameter, P val, Type type)Query<R>Query. setParameter(int position, java.lang.Object val, Type type)Query<R>Query. setParameter(java.lang.String name, java.lang.Object val, Type type)<P> Query<R>Query. setParameter(QueryParameter<P> parameter, P val, Type type)NativeQuery<T>NativeQuery. setParameterList(java.lang.String name, java.lang.Object[] values, Type type)NativeQuery<T>NativeQuery. setParameterList(java.lang.String name, java.util.Collection values, Type type)Query<R>Query. setParameterList(java.lang.String name, java.lang.Object[] values, Type type)Query<R>Query. setParameterList(java.lang.String name, java.util.Collection values, Type type)default Query<R>Query. setParameters(java.lang.Object[] values, Type[] types)Deprecated.(since 5.2) Bind values individually -
Uses of Type in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return Type Modifier and Type Method Description Type[]QueryParameterBindings. collectPositionalBindTypes()TypeQueryParameterBinding. getBindType()Get the Type currently associated with this binding.TypeQueryParameterListBinding. getBindType()Get the Type currently associated with this binding.TypeQueryParameterBindingTypeResolver. resolveParameterBindType(java.lang.Class clazz)TypeQueryParameterBindingTypeResolver. resolveParameterBindType(java.lang.Object bindValue)Methods in org.hibernate.query.spi with parameters of type Type Modifier and Type Method Description NativeQueryImplementor<T>NativeQueryImplementor. addScalar(java.lang.String columnAlias, Type type)voidQueryParameterBinding. setBindValue(T value, Type clarifiedType)Sets the parameter binding value using the explicit Type.voidQueryParameterListBinding. setBindValues(java.util.Collection<T> values, Type clarifiedType)Sets the parameter binding values using the explicit Type in regards to the individual values.NativeQueryImplementor<T>NativeQueryImplementor. setParameter(int position, java.lang.Object val, Type type)NativeQueryImplementor<T>NativeQueryImplementor. setParameter(java.lang.String name, java.lang.Object val, Type type)<P> NativeQueryImplementor<T>NativeQueryImplementor. setParameter(QueryParameter<P> parameter, P val, Type type)NativeQueryImplementor<T>NativeQueryImplementor. setParameterList(java.lang.String name, java.lang.Object[] values, Type type)NativeQueryImplementor<T>NativeQueryImplementor. setParameterList(java.lang.String name, java.util.Collection values, Type type)<P> voidQueryParameterBindingValidator. validate(Type paramType, java.lang.Object bind)<P> voidQueryParameterBindingValidator. validate(Type paramType, java.lang.Object bind, TemporalType temporalType) -
Uses of Type in org.hibernate.transform
Methods in org.hibernate.transform that return Type Modifier and Type Method Description Type[]CacheableResultTransformer. getCachedResultTypes(Type[] tupleResultTypes)Methods in org.hibernate.transform with parameters of type Type Modifier and Type Method Description Type[]CacheableResultTransformer. getCachedResultTypes(Type[] tupleResultTypes) -
Uses of Type in org.hibernate.tuple
Methods in org.hibernate.tuple that return Type Modifier and Type Method Description TypeAbstractAttribute. getType()TypeAttribute. getType()Constructors in org.hibernate.tuple with parameters of type Type Constructor Description AbstractAttribute(java.lang.String attributeName, Type attributeType)AbstractNonIdentifierAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int attributeNumber, java.lang.String attributeName, Type attributeType, BaselineAttributeInformation attributeInformation)IdentifierProperty(java.lang.String name, Type type, boolean embedded, IdentifierValue unsavedValue, IdentifierGenerator identifierGenerator)Construct a non-virtual identifier property.IdentifierProperty(Type type, boolean embedded, boolean hasIdentifierMapper, IdentifierValue unsavedValue, IdentifierGenerator identifierGenerator)Construct a virtual IdentifierProperty.StandardProperty(java.lang.String name, Type type, boolean lazy, boolean insertable, boolean updateable, ValueGeneration valueGenerationStrategy, boolean nullable, boolean checkable, boolean versionable, CascadeStyle cascadeStyle, FetchMode fetchMode)Deprecated.Constructs NonIdentifierProperty instances. -
Uses of Type in org.hibernate.tuple.component
Constructors in org.hibernate.tuple.component with parameters of type Type Constructor Description CompositeBasedBasicAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int attributeNumber, java.lang.String attributeName, Type attributeType, BaselineAttributeInformation baselineInfo) -
Uses of Type in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return Type Modifier and Type Method Description TypeAbstractEntityTuplizer. getIdentifierMapperType()Type[]EntityMetamodel. getPropertyTypes()Constructors in org.hibernate.tuple.entity with parameters of type Type Constructor Description AbstractEntityBasedAttribute(EntityPersister source, SessionFactoryImplementor sessionFactory, int attributeNumber, java.lang.String attributeName, Type attributeType, BaselineAttributeInformation attributeInformation)EntityBasedBasicAttribute(EntityPersister source, SessionFactoryImplementor factory, int attributeNumber, java.lang.String attributeName, Type attributeType, BaselineAttributeInformation baselineInfo)VersionProperty(EntityPersister source, SessionFactoryImplementor sessionFactory, int attributeNumber, java.lang.String attributeName, Type attributeType, BaselineAttributeInformation attributeInformation, VersionValue unsavedValue)Constructs VersionProperty instances. -
Uses of Type in org.hibernate.type
Subinterfaces of Type in org.hibernate.type Modifier and Type Interface Description interfaceAssociationTypeA type that represents some kind of association between entities.interfaceBasicTypeMarker interface for basic types.interfaceCompositeTypeContract for value types to hold collections and have cascades, etc.interfaceDiscriminatorType<T>Additional contract for aTypemay be used for a discriminator.interfaceIdentifierType<T>Additional contract for aTypemay be used for a discriminator.interfaceSingleColumnType<T>Provide convenient methods for binding and extracting values for use withBasicType.interfaceVersionType<T>Additional contract for types which may be used to version (and optimistic lock) data.Classes in org.hibernate.type that implement Type Modifier and Type Class Description classAbstractSingleColumnStandardBasicType<T>TODO : javadocclassAbstractStandardBasicType<T>Convenience base class forBasicTypeimplementationsclassAbstractTypeAbstract superclass of the built in Type hierarchy.classAdaptedImmutableType<T>Optimize a mutable type, if the user promises not to mutable the instances.classAnyTypeHandles "any" mappingsclassArrayTypeA type for persistent arrays.classBagTypeclassBigDecimalTypeA type that maps between aNUMERICandBigDecimal.classBigIntegerTypeA type that maps between aNUMERICandBigInteger.classBinaryTypeA type that maps between aVARBINARYandbyte[]Implementation of theVersionTypeinterface should be considered deprecated.classBlobTypeA type that maps betweenBLOBandBlobclassBooleanTypeA type that maps betweenBOOLEANandBooleanclassByteTypeA type that maps betweenTINYINTandByteclassCalendarDateTypeA type mappingDATEandCalendarclassCalendarTimeTypeA type mappingTIMEandCalendar.classCalendarTypeA type that maps betweenTIMESTAMPandCalendarclassCharacterArrayClobTypeA type that maps betweenCLOBandCharacter[]classCharacterArrayNClobTypeA type that maps betweenNCLOBandCharacter[]classCharacterArrayTypeA type that maps betweenVARCHARandCharacter[]classCharacterNCharTypeA type that maps betweenNCHAR(1)andCharacterclassCharacterTypeA type that maps betweenCHAR(1)andCharacterclassCharArrayTypeA type that maps betweenVARCHARandchar[]classClassTypeA type that maps betweenVARCHARandClassclassClobTypeA type that maps betweenCLOBandClobclassCollectionTypeA type that handles Hibernate PersistentCollections (including arrays).classComponentTypeHandles "component" mappingsclassCompositeCustomTypeAdaptsCompositeUserTypeto theTypeinterfaceclassCurrencyTypeA type that maps betweenVARCHARandCurrencyclassCustomCollectionTypeA custom type for mapping user-written classes that implement PersistentCollectionclassCustomTypeclassDateTypeA type that maps betweenDATEandDateclassDbTimestampTypedbtimestamp: An extension ofTimestampTypewhich maps to the database's current timestamp, rather than the jvm's current timestamp.classDoubleTypeA type that maps betweenDOUBLEandDoubleclassDurationTypeclassEmbeddedComponentTypeclassEntityTypeBase for types which map associations to persistent entities.classFloatTypeA type that maps betweenFLOATandFloatclassIdentifierBagTypeclassImageTypeA type that maps betweenLONGVARBINARYandbyte[]classInstantTypeA type that maps betweenTIMESTAMPandLocalDateTime.classIntegerTypeA type that maps betweenINTEGERand @link Integer}classListTypeclassLocalDateTimeTypeA type that maps betweenTIMESTAMPandLocalDateTime.classLocalDateTypeclassLocaleTypeA type that maps betweenVARCHARand @link Locale}classLocalTimeTypeA type that maps betweenTIMESTAMPandLocalDateTime.classLongTypeA type that maps betweenBIGINTandLongclassManyToOneTypeA many-to-one association to an entity.classMapTypeclassMaterializedBlobTypeA type that maps betweenBLOBandbyte[]classMaterializedClobTypeA type that maps betweenCLOBandStringclassMaterializedNClobTypeA type that maps betweenCLOBandStringclassMetaTypeclassNClobTypeA type that maps betweenNCLOBandNClobclassNTextTypeA type that maps betweenLONGNVARCHARandStringclassNumericBooleanTypeA type that maps betweenINTEGERandBoolean(using 1 and 0)classObjectTypeSpecific adaptation of the "any" type to the old deprecated "object" typeclassOffsetDateTimeTypeclassOffsetTimeTypeclassOneToOneTypeA one-to-one association to an entityclassOrderedMapTypeA specialization of the map type, with (resultset-based) ordering.classOrderedSetTypeA specialization of the set type, with (resultset-based) ordering.classPostgresUUIDTypeSpecialized type mapping forUUIDand the Postgres UUID data type (which is mapped as OTHER in its JDBC driver).classPrimitiveCharacterArrayClobTypeMap a char[] to a ClobclassPrimitiveCharacterArrayNClobTypeMap a char[] to a NClobclassRowVersionTypeA type that maps between aVARBINARYandbyte[]specifically for entity versions/timestamps.classSerializableToBlobType<T extends java.io.Serializable>classSerializableType<T extends java.io.Serializable>A type that maps between aVARBINARYandSerializableclasses.classSetTypeclassShortTypeA type that maps betweenSMALLINTandShortclassSortedMapTypeclassSortedSetTypeclassSpecialOneToOneTypeA one-to-one association that maps to specific formula(s) instead of the primary key column of the owning entity.classStandardBasicTypeTemplate<J>A BasicType adapter targeting partial portability to 6.0's type system changes.classStringNVarcharTypeA type that maps betweenVARCHARandStringclassStringTypeA type that maps betweenVARCHARandStringclassTextTypeA type that maps betweenLONGVARCHARandStringclassTimestampTypeA type that maps betweenTIMESTAMPandTimestampclassTimeTypeA type that maps betweenTIMEandTimeclassTimeZoneTypeA type mappingVARCHARandTimeZoneclassTrueFalseTypeA type that maps betweenCHAR(1)andBoolean(using 'T' and 'F')classUrlTypeA type that maps betweenVARCHARandURLclassUUIDBinaryTypeA type mappingTypes.BINARYandUUIDclassUUIDCharTypeA type mappingTypes.CHAR(orTypes.VARCHAR) andUUIDclassWrappedMaterializedBlobTypeA type that maps JDBCBLOBandByte[].classWrapperBinaryTypeA type mappingVARBINARYandByte[]classYesNoTypeA type that maps betweenCHAR(1)andBoolean(using 'Y' and 'N')classZonedDateTimeTypeMethods in org.hibernate.type that return Type Modifier and Type Method Description TypeTypeFactory. any(Type metaType, Type identifierType)Deprecated.useTypeFactory.any(Type, Type, boolean)insteadTypeTypeFactory. any(Type metaType, Type identifierType, boolean lazy)Deprecated.Get the AnyType with the specified parameters.TypeTypeFactory. byClass(java.lang.Class clazz, java.util.Properties parameters)Deprecated.TypeAnyType. getDiscriminatorType()TypeCollectionType. getElementType(SessionFactoryImplementor factory)Get the Hibernate type of the collection elementsTypeEntityType. getIdentifierOrUniqueKeyType(Mapping factory)Determine the type of either (1) the identifier if we reference the associated entity's PK or (2) the unique key to which we refer (i.e.TypeAnyType. getIdentifierType()TypeAbstractStandardBasicType. getSemiResolvedType(SessionFactoryImplementor factory)TypeAbstractType. getSemiResolvedType(SessionFactoryImplementor factory)TypeEntityType. getSemiResolvedType(SessionFactoryImplementor factory)TypeType. getSemiResolvedType(SessionFactoryImplementor factory)As part of 2-phase loading, when we perform resolving what is the resolved type for this type? Generally speaking the type and its semi-resolved type will be the same.Type[]AnyType. getSubtypes()Type[]ComponentType. getSubtypes()Type[]CompositeCustomType. getSubtypes()Type[]CompositeType. getSubtypes()Get the types of the component propertiesTypeTypeResolver. heuristicType(java.lang.String typeName)Deprecated.TypeTypeResolver. heuristicType(java.lang.String typeName, java.util.Properties parameters)Deprecated.Uses heuristics to deduce the properTypegiven a string naming the type or Java class.protected TypeEntityType. requireIdentifierOrUniqueKeyType(Mapping mapping)TypeTypeFactory. type(java.lang.Class<Type> typeClass, java.util.Properties parameters)Deprecated.Methods in org.hibernate.type with parameters of type Type Modifier and Type Method Description TypeTypeFactory. any(Type metaType, Type identifierType)Deprecated.useTypeFactory.any(Type, Type, boolean)insteadTypeTypeFactory. any(Type metaType, Type identifierType, boolean lazy)Deprecated.Get the AnyType with the specified parameters.static java.lang.Object[]TypeHelper. assemble(java.io.Serializable[] row, Type[] types, SharedSessionContractImplementor session, java.lang.Object owner)Deprecated.Apply theassemble(java.io.Serializable, org.hibernate.engine.spi.SharedSessionContractImplementor, java.lang.Object)operation across a series of values.static voidTypeHelper. beforeAssemble(java.io.Serializable[] row, Type[] types, SharedSessionContractImplementor session)Deprecated.Apply thebeforeAssemble(java.io.Serializable, org.hibernate.engine.spi.SharedSessionContractImplementor)operation across a series of values.static voidTypeHelper. deepCopy(java.lang.Object[] values, Type[] types, boolean[] copy, java.lang.Object[] target, SharedSessionContractImplementor session)Deprecated.Deep copy a series of values from one array to another...static java.io.Serializable[]TypeHelper. disassemble(java.lang.Object[] row, Type[] types, boolean[] nonCacheable, SharedSessionContractImplementor session, java.lang.Object owner)Deprecated.Apply thedisassemble(java.lang.Object, org.hibernate.engine.spi.SharedSessionContractImplementor, java.lang.Object)operation across a series of values.static java.lang.Object[]TypeHelper. replace(java.lang.Object[] original, java.lang.Object[] target, Type[] types, SharedSessionContractImplementor session, java.lang.Object owner, java.util.Map copyCache)Deprecated.Apply thereplace(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SharedSessionContractImplementor, java.lang.Object, java.util.Map)operation across a series of values.static java.lang.Object[]TypeHelper. replace(java.lang.Object[] original, java.lang.Object[] target, Type[] types, SharedSessionContractImplementor session, java.lang.Object owner, java.util.Map copyCache, ForeignKeyDirection foreignKeyDirection)Deprecated.Apply thereplace(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SharedSessionContractImplementor, java.lang.Object, java.util.Map)operation across a series of values.static java.lang.Object[]TypeHelper. replaceAssociations(java.lang.Object[] original, java.lang.Object[] target, Type[] types, SharedSessionContractImplementor session, java.lang.Object owner, java.util.Map copyCache, ForeignKeyDirection foreignKeyDirection)Deprecated.Apply thereplace(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SharedSessionContractImplementor, java.lang.Object, java.util.Map)operation across a series of values, as long as the correspondingTypeis an association.Method parameters in org.hibernate.type with type arguments of type Type Modifier and Type Method Description TypeTypeFactory. type(java.lang.Class<Type> typeClass, java.util.Properties parameters)Deprecated.Constructors in org.hibernate.type with parameters of type Type Constructor Description AnyType(TypeFactory.TypeScope scope, Type discriminatorType, Type identifierType, boolean lazy)AnyType(Type discriminatorType, Type identifierType)Intended for use only from legacyObjectTypetype definitionMetaType(java.util.Map<java.lang.Object,java.lang.String> discriminatorValuesToEntityNameMap, Type baseType) -
Uses of Type in org.hibernate.type.descriptor.converter
Classes in org.hibernate.type.descriptor.converter that implement Type Modifier and Type Class Description classAttributeConverterTypeAdapter<T>Adapts the Hibernate Type contract to incorporate JPA AttributeConverter calls. -
Uses of Type in org.hibernate.usertype
Methods in org.hibernate.usertype that return Type Modifier and Type Method Description Type[]CompositeUserType. getPropertyTypes()Get the corresponding "property types".
-