Modifier and Type | Optional Element and Description |
---|---|
boolean |
force
"Forces" Hibernate to specify the allowed discriminator values, even when retrieving all instances of
the root class.
|
boolean |
insert
Set this to
false if your discriminator column is also part of a mapped composite identifier. |
public abstract boolean force
true
indicates that the discriminator value should be forced; Default is
false
.public abstract boolean insert
false
if your discriminator column is also part of a mapped composite identifier.
It tells Hibernate not to include the column in SQL INSERTs. Default is true
.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.