类的使用
org.hibernate.event.spi.PreInsertEvent
-
使用PreInsertEvent的程序包 程序包 说明 org.hibernate.cfg.beanvalidation org.hibernate.event.spi org.hibernate.secure.internal -
-
org.hibernate.cfg.beanvalidation中PreInsertEvent的使用
参数类型为PreInsertEvent的org.hibernate.cfg.beanvalidation中的方法 修饰符和类型 方法 说明 booleanBeanValidationEventListener. onPreInsert(PreInsertEvent event) -
org.hibernate.event.spi中PreInsertEvent的使用
参数类型为PreInsertEvent的org.hibernate.event.spi中的方法 修饰符和类型 方法 说明 booleanPreInsertEventListener. onPreInsert(PreInsertEvent event)Return true if the operation should be vetoed -
org.hibernate.secure.internal中PreInsertEvent的使用
参数类型为PreInsertEvent的org.hibernate.secure.internal中的方法 修饰符和类型 方法 说明 booleanJaccPreInsertEventListener. onPreInsert(PreInsertEvent event)
-