Hi,
I have a requirement where i need to have an index on timestamp, is this possible.
Looking at the dtd i dont see any such provision with timestamp element
<!ELEMENT timestamp (meta*)>
<!ATTLIST timestamp name CDATA #REQUIRED>
<!ATTLIST timestamp column CDATA #IMPLIED>
<!ATTLIST timestamp access CDATA #IMPLIED>
<!ATTLIST timestamp unsaved-value (null|undefined) "null">
Is there a way to acheive this some thing like
@hibernate.timestamp column="datetimestamp" unsaved-value="undefined" index="MY_INDEX"
BTW: I am using the timestamp to generate the current date at the time of insertion.
Sriram.A
|