com.liferay.portal.dao.orm.hibernate
Class PropertyFactoryImpl

java.lang.Object
  extended by com.liferay.portal.dao.orm.hibernate.PropertyFactoryImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.PropertyFactory

public class PropertyFactoryImpl
extends java.lang.Object
implements com.liferay.portal.kernel.dao.orm.PropertyFactory

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
PropertyFactoryImpl()
           
 
Method Summary
 com.liferay.portal.kernel.dao.orm.Property forName(java.lang.String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyFactoryImpl

public PropertyFactoryImpl()
Method Detail

forName

public com.liferay.portal.kernel.dao.orm.Property forName(java.lang.String propertyName)
Specified by:
forName in interface com.liferay.portal.kernel.dao.orm.PropertyFactory