Package | Description |
---|---|
org.hibernate.engine.internal |
Support for many of the internal workings of Hibernate.
|
org.hibernate.type |
A Hibernate Type is a strategy for mapping a
Java property type to a JDBC type or types.
|
Modifier and Type | Method and Description |
---|---|
static CascadePoint |
CascadePoint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CascadePoint[] |
CascadePoint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Cascade(CascadingAction action,
CascadePoint cascadePoint,
EventSource eventSource)
Constructs a Cascade
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
ForeignKeyDirection.cascadeNow(CascadePoint cascadePoint)
Should we cascade at this cascade point?
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.