public class

PrimitiveArray

extends Array
java.lang.Object
   ↳ org.hibernate.mapping.Collection
     ↳ org.hibernate.mapping.IndexedCollection
       ↳ org.hibernate.mapping.List
         ↳ org.hibernate.mapping.Array
           ↳ org.hibernate.mapping.PrimitiveArray

Class Overview

A primitive array 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
PrimitiveArray(Mappings mappings, PersistentClass owner)
Public Methods
Object accept(ValueVisitor visitor)
boolean isPrimitiveArray()
[Expand]
Inherited Methods
From class org.hibernate.mapping.Array
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 PrimitiveArray (Mappings mappings, PersistentClass owner)

Public Methods

public Object accept (ValueVisitor visitor)

public boolean isPrimitiveArray ()