public final enum

PolymorphismType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.hibernate.annotations.PolymorphismType

Class Overview

Type of available polymorphism for a particular entity

Summary

Enum Values
PolymorphismType  EXPLICIT  this entity is retrieved only if explicitly asked  
PolymorphismType  IMPLICIT  default, this entity is retrieved if any of its super entity is asked  
Public Methods
static PolymorphismType valueOf(String name)
final static PolymorphismType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PolymorphismType EXPLICIT

this entity is retrieved only if explicitly asked

public static final PolymorphismType IMPLICIT

default, this entity is retrieved if any of its super entity is asked

Public Methods

public static PolymorphismType valueOf (String name)

public static final PolymorphismType[] values ()