Liferay 6.2-ce-ga5

com.liferay.counter.service.persistence
Class IDGenerator

java.lang.Object
  extended by com.liferay.counter.service.persistence.IDGenerator
All Implemented Interfaces:
org.hibernate.id.IdentifierGenerator

public class IDGenerator
extends Object
implements org.hibernate.id.IdentifierGenerator


Field Summary
 
Fields inherited from interface org.hibernate.id.IdentifierGenerator
ENTITY_NAME
 
Constructor Summary
IDGenerator()
           
 
Method Summary
 Serializable generate(org.hibernate.engine.SessionImplementor session, Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDGenerator

public IDGenerator()
Method Detail

generate

public Serializable generate(org.hibernate.engine.SessionImplementor session,
                             Object object)
Specified by:
generate in interface org.hibernate.id.IdentifierGenerator

Liferay 6.2-ce-ga5