Uses of Interface
org.hibernate.sql.model.jdbc.JdbcValueDescriptor
-
Packages that use JdbcValueDescriptor Package Description org.hibernate.engine.jdbc.mutation.internal org.hibernate.engine.jdbc.mutation.spi org.hibernate.sql.model Package contains specialized SQL AST nodes and builders for table mutations of model parts originating from normal persistence-context events.org.hibernate.sql.model.jdbc Extensions toJdbcOperationfor model mutations. -
-
Uses of JdbcValueDescriptor in org.hibernate.engine.jdbc.mutation.internal
Classes in org.hibernate.engine.jdbc.mutation.internal that implement JdbcValueDescriptor Modifier and Type Class Description classJdbcValueDescriptorImplStandard JdbcValueDescriptor implementationMethods in org.hibernate.engine.jdbc.mutation.internal that return JdbcValueDescriptor Modifier and Type Method Description JdbcValueDescriptorAbstractSingleMutationExecutor. resolveValueDescriptor(String tableName, String columnName, ParameterUsage usage)JdbcValueDescriptorJdbcValueBindingsImpl.JdbcValueDescriptorAccess. resolveValueDescriptor(String tableName, String columnName, ParameterUsage usage)JdbcValueDescriptorMutationExecutorPostInsert. resolveValueDescriptor(String tableName, String columnName, ParameterUsage usage)JdbcValueDescriptorMutationExecutorPostInsertSingleTable. resolveValueDescriptor(String tableName, String columnName, ParameterUsage usage)JdbcValueDescriptorMutationExecutorSingleSelfExecuting. resolveValueDescriptor(String tableName, String columnName, ParameterUsage usage)JdbcValueDescriptorMutationExecutorStandard. resolveValueDescriptor(String tableName, String columnName, ParameterUsage usage) -
Uses of JdbcValueDescriptor in org.hibernate.engine.jdbc.mutation.spi
Methods in org.hibernate.engine.jdbc.mutation.spi that return JdbcValueDescriptor Modifier and Type Method Description JdbcValueDescriptorBinding. getValueDescriptor()Methods in org.hibernate.engine.jdbc.mutation.spi with parameters of type JdbcValueDescriptor Modifier and Type Method Description voidBindingGroup. bindValue(String columnName, Object value, JdbcValueDescriptor valueDescriptor)Create a bindingConstructors in org.hibernate.engine.jdbc.mutation.spi with parameters of type JdbcValueDescriptor Constructor Description Binding(String columnName, Object value, JdbcValueDescriptor valueDescriptor) -
Uses of JdbcValueDescriptor in org.hibernate.sql.model
Methods in org.hibernate.sql.model that return JdbcValueDescriptor Modifier and Type Method Description JdbcValueDescriptorMutationOperation. findValueDescriptor(String columnName, ParameterUsage usage)Find the JDBC parameter to be used for the specified column.default JdbcValueDescriptorMutationOperation. getJdbcValueDescriptor(String columnName, ParameterUsage usage)Form ofMutationOperation.findValueDescriptor(java.lang.String, org.hibernate.engine.jdbc.mutation.ParameterUsage), throwing an exception if not found as opposed to simply returning null -
Uses of JdbcValueDescriptor in org.hibernate.sql.model.jdbc
Methods in org.hibernate.sql.model.jdbc that return JdbcValueDescriptor Modifier and Type Method Description JdbcValueDescriptorAbstractJdbcMutation. findValueDescriptor(String columnName, ParameterUsage usage)JdbcValueDescriptorDeleteOrUpsertOperation. findValueDescriptor(String columnName, ParameterUsage usage)JdbcValueDescriptorOptionalTableUpdateOperation. findValueDescriptor(String columnName, ParameterUsage usage)
-