BooleanYNConverter |
Converts the char 'Y'/'N' columns values into boolean true/false java mappings
|
DalUUIDGenerator |
Extends the standard Hibernate UUIDGenerator.
|
HostNameTask |
Prints local host name as it will be used when looking for machine specific Openbravo.properties
files to override common properties.
|
OBOracle10gDialect |
Extends the Oracle10Dialect to replace some java-oracle type mappings to support the current rdb
schema of OpenBravo.
|
OBPropertiesProvider |
This class implements a central location where the Openbravo.properties are read and made
available for the rest of the application.
|
OBYesNoType |
Implements the same logic as the hibernate yesno type, handles null values as false.
|
SessionFactoryController |
Initializes and provides the session factory to the rest of the application.
|
UniqueConstraintColumn |
Helper class which combines the relevant information of a column used within an UniqueConstraint.
|