If I type in "IConcurrencyPredicateFactory" with the search in the docs I get 5 hits.
There are sections about Concurrency control in "Using the entity classes" in "Using the generated code / Selfservicing (or adapter)"
If each entity has the same rowtype column, you can simply implement 1 IConcurrencyPredicateFactory and stuff it inside each and every entity you create. Real soon (within 1 month) the templates are a bit changed so you can alter the initialisation code of an entity in an include template (the template system uses include templates ala the asp system) so it will be very easy to inject initialization of these objects in the generated code.
See also this thread:
http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=992