org.hibernate.search.query.engine.spi
Interface EntityInfo

All Known Implementing Classes:
EntityInfoImpl

public interface EntityInfo

Wrapper class describing the loading of an element.

Author:
Emmanuel Bernard

Method Summary
 Class<?> getClazz()
           
 Serializable getId()
           
 String getIdName()
           
 List<Integer> getIndexesOfThis()
           
 Object[] getProjection()
           
 boolean isProjectThis()
           
 void populateWithEntityInstance(Object entity)
           
 

Method Detail

getClazz

Class<?> getClazz()

getId

Serializable getId()

getIdName

String getIdName()

getProjection

Object[] getProjection()

getIndexesOfThis

List<Integer> getIndexesOfThis()

isProjectThis

boolean isProjectThis()

populateWithEntityInstance

void populateWithEntityInstance(Object entity)


Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved