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
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
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
ent by:cc:
[EMAIL PROTECTED] Subject: [Hibernate] ClassMetadata
efor
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