Modifier and Type | Optional Element and Description |
---|---|
String |
column
Name of the column for the discriminator
|
Column[] |
columns
The column(s) making up the discriminator.
|
String |
customStrategy
Custom strategy to use for the discriminator.
|
String |
indexed
Whether the discriminator is indexed.
|
DiscriminatorStrategy |
strategy
Strategy to use for the discriminator.
|
String |
value
The value for the discriminator for objects of this class
when using "value-map" strategy.
|
public abstract DiscriminatorStrategy strategy
public abstract String customStrategy
public abstract String indexed
public abstract String column
public abstract String value
public abstract Column[] columns
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.