Uses of Class
org.hibernate.dialect.StructAttributeValues
-
Packages that use StructAttributeValues Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate. -
-
Uses of StructAttributeValues in org.hibernate.dialect
Methods in org.hibernate.dialect that return StructAttributeValues Modifier and Type Method Description static StructAttributeValues
StructHelper. getAttributeValues(EmbeddableMappingType embeddableMappingType, Object[] rawJdbcValues, WrapperOptions options)
Methods in org.hibernate.dialect with parameters of type StructAttributeValues Modifier and Type Method Description static Object
StructHelper. instantiate(EmbeddableMappingType embeddableMappingType, StructAttributeValues attributeValues, SessionFactoryImplementor sessionFactory)
-