public abstract class

IdentifierCollection

extends Collection
java.lang.Object
   ↳ org.hibernate.mapping.Collection
     ↳ org.hibernate.mapping.IdentifierCollection
Known Direct Subclasses

Class Overview

A collection with a synthetic "identifier" column

Summary

Constants
String DEFAULT_IDENTIFIER_COLUMN_NAME
[Expand]
Inherited Constants
From class org.hibernate.mapping.Collection
Public Constructors
IdentifierCollection(Mappings mappings, PersistentClass owner)
Public Methods
KeyValue getIdentifier()
final boolean isIdentified()
void setIdentifier(KeyValue identifier)
void validate(Mapping mapping)
[Expand]
Inherited Methods
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

Constants

public static final String DEFAULT_IDENTIFIER_COLUMN_NAME

Constant Value: "id"

Public Constructors

public IdentifierCollection (Mappings mappings, PersistentClass owner)

Public Methods

public KeyValue getIdentifier ()

public final boolean isIdentified ()

public void setIdentifier (KeyValue identifier)

public void validate (Mapping mapping)