Package org.hibernate.dialect
Class StructAttributeValues
java.lang.Object
org.hibernate.dialect.StructAttributeValues
- All Implemented Interfaces:
ValueAccess
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject[]
The complete set of values.void
setAttributeValue
(int index, Object value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.metamodel.spi.ValueAccess
getOwner, getValue
-
Constructor Details
-
StructAttributeValues
-
-
Method Details
-
getValues
Description copied from interface:ValueAccess
The complete set of values.- Specified by:
getValues
in interfaceValueAccess
-
setAttributeValue
-
getDiscriminator
-