From: <leg...@at...> - 2003-10-21 07:16:30
|
Message: The following issue has been closed. Resolver: Gavin King Date: Tue, 21 Oct 2003 1:48 AM There is an existing feature request for support for VARCHAR column types. In your case, however, I can't see why PersistentEnumType doesn't work. If it really doesn't work, you can use a UserType, which is better anyway. I'm not at all convinced that PersistentEnum is a good thing, and I don't want to add more interfaces. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-411 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-411 Summary: PersistentEnum differents from SMALLINT Type: Improvement Status: Closed Priority: Minor Resolution: REJECTED Project: Hibernate2 Assignee: Reporter: Mauro Franceschini Created: Mon, 20 Oct 2003 4:11 AM Updated: Tue, 21 Oct 2003 1:48 AM Environment: Windows XP, JDK 1.4.2 Description: I have a database in which many enum types are present but many of them are not available as small integer types. They map legacy data or external specification data. I think will be useful the implementation of a PersistentEnum interface support with types others than SMALLINT. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |