com.evolveum.midpoint.repo.sql.query2.definition
Class EntityDefinition

java.lang.Object
  extended by com.evolveum.midpoint.repo.sql.query2.definition.Definition
      extended by com.evolveum.midpoint.repo.sql.query2.definition.EntityDefinition

public class EntityDefinition
extends Definition

Author:
lazyman

Constructor Summary
EntityDefinition(QName jaxbName, QName jaxbType, String jpaName, Class jpaType)
           
 
Method Summary
 List<Definition> getDefinitions()
           
 boolean isEmbedded()
           
 String toString()
           
 
Methods inherited from class com.evolveum.midpoint.repo.sql.query2.definition.Definition
getJaxbName, getJaxbType, getJpaName, getJpaType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntityDefinition

public EntityDefinition(QName jaxbName,
                        QName jaxbType,
                        String jpaName,
                        Class jpaType)
Method Detail

isEmbedded

public boolean isEmbedded()

getDefinitions

public List<Definition> getDefinitions()

toString

public String toString()
Overrides:
toString in class Definition


Copyright © 2013 evolveum. All Rights Reserved.