类的使用
org.hibernate.engine.internal.CascadePoint
-
使用CascadePoint的程序包 程序包 说明 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. -
-
org.hibernate.engine.internal中CascadePoint的使用
返回CascadePoint的org.hibernate.engine.internal中的方法 修饰符和类型 方法 说明 static CascadePointCascadePoint. valueOf(String name)返回带有指定名称的该类型的枚举常量。static CascadePoint[]CascadePoint. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为CascadePoint的org.hibernate.engine.internal中的方法 修饰符和类型 方法 说明 static voidCascade. cascade(CascadingAction action, CascadePoint cascadePoint, EventSource eventSource, EntityPersister persister, Object parent)Cascade an action from the parent entity instance to all its children.static voidCascade. 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. -
org.hibernate.type中CascadePoint的使用
参数类型为CascadePoint的org.hibernate.type中的方法 修饰符和类型 方法 说明 abstract booleanForeignKeyDirection. cascadeNow(CascadePoint cascadePoint)Should we cascade at this cascade point?
-