Package org.hibernate.dialect
Class StructAttributeValues
- java.lang.Object
-
- org.hibernate.dialect.StructAttributeValues
-
- All Implemented Interfaces:
ValueAccess
public class StructAttributeValues extends Object implements ValueAccess
-
-
Constructor Summary
Constructors Constructor Description StructAttributeValues(int size, Object[] rawJdbcValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getDiscriminator()
Object[]
getValues()
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 Detail
-
StructAttributeValues
public StructAttributeValues(int size, Object[] rawJdbcValues)
-
-
Method Detail
-
getValues
public Object[] getValues()
Description copied from interface:ValueAccess
The complete set of values.- Specified by:
getValues
in interfaceValueAccess
-
setAttributeValue
public void setAttributeValue(int index, Object value)
-
getDiscriminator
public Object getDiscriminator()
-
-