public interface Projection implements Serializable
An object-oriented representation of a query result set projection
in a Criteria query. Built-in projection types are provided
by the Projections factory class.
This interface might be implemented by application classes that
define custom projections.