Class IdOrGenerate
java.lang.Object
org.hibernate.id.AbstractPostInsertGenerator
org.hibernate.id.IdentityGenerator
cn.net.vidyo.framework.data.jpa.domain.IdOrGenerate
- All Implemented Interfaces:
org.hibernate.boot.model.relational.ExportableProducer,org.hibernate.id.BulkInsertionCapableIdentifierGenerator,org.hibernate.id.Configurable,org.hibernate.id.IdentifierGenerator,org.hibernate.id.PostInsertIdentifierGenerator
public class IdOrGenerate
extends org.hibernate.id.IdentityGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hibernate.id.IdentityGenerator
org.hibernate.id.IdentityGenerator.BasicDelegate, org.hibernate.id.IdentityGenerator.InsertSelectDelegate -
Field Summary
Fields inherited from interface org.hibernate.id.IdentifierGenerator
ENTITY_NAME, GENERATOR_NAME, JPA_ENTITY_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.id.IdentityGenerator
getInsertGeneratedIdentifierDelegateMethods inherited from class org.hibernate.id.AbstractPostInsertGenerator
determineBulkInsertionIdentifierGenerationSelectFragment, supportsBulkInsertionIdentifierGenerationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.id.BulkInsertionCapableIdentifierGenerator
determineBulkInsertionIdentifierGenerationSelectFragmentMethods inherited from interface org.hibernate.id.IdentifierGenerator
configure, initialize, registerExportablesMethods inherited from interface org.hibernate.id.PostInsertIdentifierGenerator
supportsJdbcBatchInserts
-
Constructor Details
-
IdOrGenerate
public IdOrGenerate()
-
-
Method Details