Package | Description |
---|---|
org.itracker.persistence.dao |
This package contains all Data Access Object (XxxDAO) interfaces
along with their Hibernate implementations (XxxDAOImpl).
|
Modifier and Type | Class | Description |
---|---|---|
class |
EnumCodeUserType |
Custom Hibernate UserType to persist a Java 5 enum constant
that implement
IntCodeEnum as an INTEGER
using its integer code. |
class |
EnumNameUserType |
Custom Hibernate UserType to persist a Java 5 enum constant as a VARCHAR
using its name.
|
class |
EnumOrdinalUserType |
Custom Hibernate UserType to persist a Java 5 enum constant as an INTEGER
using its ordinal position.
|
Copyright © 2002–2019 itracker. All rights reserved.