Package org.jbpm.db.hibernate

various helper classes and directly related to the hibernate persistence.

See:
          Description

Class Summary
AccessType  
ConverterEnumType is the hibernate UserType for storing converters as a char in the database.
Converters provides access to the list of converters and ensures that the converter objects are unique.
HibernateHelper  
JbpmNamingStrategy  
LimitedStringType Mapping between SQL varchar and Java String that truncates parameter values to column size.
LimitedTextType Mapping between SQL clob and Java String that truncates parameter values to column size.
MySQLDialect Small variation of the default MySQL InnoDB dialect meant for a smoother experience with that database.
SybaseDialect Minor customization of the default Sybase dialect intended for out-of-the-box compatibility with said database.
SybaseRowLockDialect Deprecated. use SybaseDialect instead
SybaseTextType Replacement for TextType made to work around a feature in the jConnect driver when setting a text parameter to null.
 

Package org.jbpm.db.hibernate Description

various helper classes and directly related to the hibernate persistence.



Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.