Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.hibernate.id.IdentityGenerator Classes and Interfaces - 4 results found.
NameDescriptionTypePackageFramework
IdentityGeneratorA generator for use with ANSI-SQL IDENTITY columns used as the primary key.Classorg.hibernate.idHibernate ORM
IdentityGenerator .BasicDelegateDelegate for dealing with IDENTITY columns where the dialect requires an additional command execution to retrieve the generated IDENTITY valueClassorg.hibernate.id.IdentityGeneratorHibernate ORM
IdentityGenerator .GetGeneratedKeysDelegateDelegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeysConstructor SummaryIdentityGenerator.Classorg.hibernate.id.IdentityGeneratorHibernate ORM
IdentityGenerator .InsertSelectDelegateDelegate for dealing with IDENTITY columns where the dialect supports returning the generated IDENTITY value directly from the insert statement.Classorg.hibernate.id.IdentityGeneratorHibernate ORM