public class

Array

extends List
java.lang.Object
   ↳ org.hibernate.mapping.Collection
     ↳ org.hibernate.mapping.IndexedCollection
       ↳ org.hibernate.mapping.List
         ↳ org.hibernate.mapping.Array
Known Direct Subclasses

Class Overview

An array mapping has a primary key consisting of the key columns + index column.

Summary

[Expand]
Inherited Constants
From class org.hibernate.mapping.IndexedCollection
From class org.hibernate.mapping.Collection
Public Constructors
Array(Mappings mappings, PersistentClass owner)
Public Methods
Object accept(ValueVisitor visitor)
CollectionType getDefaultCollectionType()
Class getElementClass()
String getElementClassName()
boolean isArray()
void setElementClassName(String elementClassName)
[Expand]
Inherited Methods
From class org.hibernate.mapping.List
From class org.hibernate.mapping.IndexedCollection
From class org.hibernate.mapping.Collection
From class java.lang.Object
From interface org.hibernate.mapping.Fetchable
From interface org.hibernate.mapping.Filterable
From interface org.hibernate.mapping.Value

Public Constructors

public Array (Mappings mappings, PersistentClass owner)

Public Methods

public Object accept (ValueVisitor visitor)

public CollectionType getDefaultCollectionType ()

public Class getElementClass ()

public String getElementClassName ()

Returns
  • Returns the elementClassName.

public boolean isArray ()

public void setElementClassName (String elementClassName)

Parameters
elementClassName The elementClassName to set.