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.
|
Modifier and Type | Method and Description |
---|---|
static void |
Cascade.cascade(CascadingAction action,
CascadePoint cascadePoint,
EventSource eventSource,
EntityPersister persister,
Object parent)
Cascade an action from the parent entity instance to all its children.
|
static void |
Cascade.cascade(CascadingAction action,
CascadePoint cascadePoint,
EventSource eventSource,
EntityPersister persister,
Object parent,
Object anything)
Cascade an action from the parent entity instance to all its children.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
ForeignKeyDirection.cascadeNow(CascadePoint cascadePoint)
Should we cascade at this cascade point?
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.