RE: [Hibernate] ClassMetaData - doesn't have content for Component classes

2003-10-01 Thread Cameron Braid
Brilliant ! Thanks :) > -Original Message- > From: Gavin King [mailto:[EMAIL PROTECTED] > Sent: Thursday, 2 October 2003 3:12 AM > To: Cameron Braid > Cc: [EMAIL PROTECTED] > Subject: Re: [Hibernate] ClassMetaData - doesn't have content > for Component

Re: [Hibernate] ClassMetaData - doesn't have content for Component classes

2003-10-01 Thread Gavin King
It is all available through the property Type. You can cast to AbstractComponentType any Type that returns true for isComponentType(). Cameron Braid wrote: I wish to be able to query the hibernate class meta data for component classes. Is this something that can be added in ? Currently I ge

[Hibernate] ClassMetaData - doesn't have content for Component classes

2003-10-01 Thread Cameron Braid
Title: Message I wish to be able to query the hibernate class meta data for component classes.   Is this something that can be added in ?   Currently I get :   ... Caused by: net.sf.hibernate.MappingException: No persister for: com.datacodex.chemistsaustralia.domainobject.AddressComponent a

Re: [Hibernate] ClassMetadata

2003-02-12 Thread Gavin . King
ent by:cc: [EMAIL PROTECTED] Subject: [Hibernate] ClassMetadata efor

[Hibernate] ClassMetadata

2003-02-12 Thread Ken Robinson
Hi there, Looking throught the hibernate-mapping-1.1 dtd I noticed that the property element has a property called length. I'm assuming this can be used to indicate the size of the underlying column. From ClassMetadata I can get to the property names and types, but there doesn't seem to be any