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

java.lang.Object
  extended by com.evolveum.midpoint.repo.sql.query2.definition.Definition
Direct Known Subclasses:
AnyDefinition, CollectionDefinition, EntityDefinition, PropertyDefinition, ReferenceDefinition

public class Definition
extends Object

Author:
lazyman

Constructor Summary
Definition(QName jaxbName, QName jaxbType, String jpaName, Class jpaType)
           
 
Method Summary
 QName getJaxbName()
           
 QName getJaxbType()
           
 String getJpaName()
           
 Class getJpaType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Definition

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

getJaxbName

public QName getJaxbName()

getJaxbType

public QName getJaxbType()

getJpaName

public String getJpaName()

getJpaType

public Class getJpaType()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 evolveum. All Rights Reserved.