When querying for a object by id or returning a list of objects using Hibernate, is it possible to tell hibernate to retrieve the object(s) in transient state.
I don't want to track any changes at all, this is a read only type query and speed is of essence.