org.nuiton.topia
Class TopiaTestQueryHelper

java.lang.Object
  extended by org.nuiton.topia.TopiaTestQueryHelper

public class TopiaTestQueryHelper
extends Object


Nested Class Summary
static class TopiaTestQueryHelper.AddressProperty
           
static class TopiaTestQueryHelper.BillProperty
           
static class TopiaTestQueryHelper.CompanyProperty
           
static class TopiaTestQueryHelper.Contact2Property
           
static class TopiaTestQueryHelper.DepartmentProperty
           
static class TopiaTestQueryHelper.EmployeProperty
           
static class TopiaTestQueryHelper.EntityProperty<E>
           
static class TopiaTestQueryHelper.ExtraDAOEntityProperty
           
static class TopiaTestQueryHelper.NaturalizedEntityProperty
           
static class TopiaTestQueryHelper.Party2Property
           
static class TopiaTestQueryHelper.PersonneProperty
           
static class TopiaTestQueryHelper.PersonProperty
           
static class TopiaTestQueryHelper.PetProperty
           
static class TopiaTestQueryHelper.ProductProperty
           
static class TopiaTestQueryHelper.QueriedEntityProperty
           
static class TopiaTestQueryHelper.RaceProperty
           
static class TopiaTestQueryHelper.StoreProperty
           
static class TopiaTestQueryHelper.Telephone2Property
           
static class TopiaTestQueryHelper.TypeProperty
           
 
Field Summary
static String ALIAS_ADDRESS
           
static String ALIAS_BILL
           
static String ALIAS_COMPANY
           
static String ALIAS_CONTACT2
           
static String ALIAS_DEPARTMENT
           
static String ALIAS_EMPLOYE
           
static String ALIAS_EXTRA_DAOENTITY
           
static String ALIAS_NATURALIZED_ENTITY
           
static String ALIAS_PARTY2
           
static String ALIAS_PERSON
           
static String ALIAS_PERSONNE
           
static String ALIAS_PET
           
static String ALIAS_PRODUCT
           
static String ALIAS_QUERIED_ENTITY
           
static String ALIAS_RACE
           
static String ALIAS_STORE
           
static String ALIAS_TELEPHONE2
           
static String ALIAS_TYPE
           
 
Constructor Summary
TopiaTestQueryHelper()
           
 
Method Summary
static org.nuiton.topia.framework.TopiaQuery createQuery(TopiaTestQueryHelper.EntityProperty property)
           
static String format(String statement, String... propertyNames)
           
static TopiaTestQueryHelper.AddressProperty newAddressProperty()
           
static TopiaTestQueryHelper.AddressProperty newAddressProperty(String alias)
           
static TopiaTestQueryHelper.BillProperty newBillProperty()
           
static TopiaTestQueryHelper.BillProperty newBillProperty(String alias)
           
static TopiaTestQueryHelper.CompanyProperty newCompanyProperty()
           
static TopiaTestQueryHelper.CompanyProperty newCompanyProperty(String alias)
           
static TopiaTestQueryHelper.Contact2Property newContact2Property()
           
static TopiaTestQueryHelper.Contact2Property newContact2Property(String alias)
           
static TopiaTestQueryHelper.DepartmentProperty newDepartmentProperty()
           
static TopiaTestQueryHelper.DepartmentProperty newDepartmentProperty(String alias)
           
static TopiaTestQueryHelper.EmployeProperty newEmployeProperty()
           
static TopiaTestQueryHelper.EmployeProperty newEmployeProperty(String alias)
           
static TopiaTestQueryHelper.ExtraDAOEntityProperty newExtraDAOEntityProperty()
           
static TopiaTestQueryHelper.ExtraDAOEntityProperty newExtraDAOEntityProperty(String alias)
           
static TopiaTestQueryHelper.NaturalizedEntityProperty newNaturalizedEntityProperty()
           
static TopiaTestQueryHelper.NaturalizedEntityProperty newNaturalizedEntityProperty(String alias)
           
static TopiaTestQueryHelper.Party2Property newParty2Property()
           
static TopiaTestQueryHelper.Party2Property newParty2Property(String alias)
           
static TopiaTestQueryHelper.PersonneProperty newPersonneProperty()
           
static TopiaTestQueryHelper.PersonneProperty newPersonneProperty(String alias)
           
static TopiaTestQueryHelper.PersonProperty newPersonProperty()
           
static TopiaTestQueryHelper.PersonProperty newPersonProperty(String alias)
           
static TopiaTestQueryHelper.PetProperty newPetProperty()
           
static TopiaTestQueryHelper.PetProperty newPetProperty(String alias)
           
static TopiaTestQueryHelper.ProductProperty newProductProperty()
           
static TopiaTestQueryHelper.ProductProperty newProductProperty(String alias)
           
static TopiaTestQueryHelper.QueriedEntityProperty newQueriedEntityProperty()
           
static TopiaTestQueryHelper.QueriedEntityProperty newQueriedEntityProperty(String alias)
           
static TopiaTestQueryHelper.RaceProperty newRaceProperty()
           
static TopiaTestQueryHelper.RaceProperty newRaceProperty(String alias)
           
static TopiaTestQueryHelper.StoreProperty newStoreProperty()
           
static TopiaTestQueryHelper.StoreProperty newStoreProperty(String alias)
           
static TopiaTestQueryHelper.Telephone2Property newTelephone2Property()
           
static TopiaTestQueryHelper.Telephone2Property newTelephone2Property(String alias)
           
static TopiaTestQueryHelper.TypeProperty newTypeProperty()
           
static TopiaTestQueryHelper.TypeProperty newTypeProperty(String alias)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALIAS_COMPANY

public static final String ALIAS_COMPANY
See Also:
Constant Field Values

ALIAS_TYPE

public static final String ALIAS_TYPE
See Also:
Constant Field Values

ALIAS_TELEPHONE2

public static final String ALIAS_TELEPHONE2
See Also:
Constant Field Values

ALIAS_BILL

public static final String ALIAS_BILL
See Also:
Constant Field Values

ALIAS_PERSONNE

public static final String ALIAS_PERSONNE
See Also:
Constant Field Values

ALIAS_EMPLOYE

public static final String ALIAS_EMPLOYE
See Also:
Constant Field Values

ALIAS_NATURALIZED_ENTITY

public static final String ALIAS_NATURALIZED_ENTITY
See Also:
Constant Field Values

ALIAS_PET

public static final String ALIAS_PET
See Also:
Constant Field Values

ALIAS_CONTACT2

public static final String ALIAS_CONTACT2
See Also:
Constant Field Values

ALIAS_RACE

public static final String ALIAS_RACE
See Also:
Constant Field Values

ALIAS_DEPARTMENT

public static final String ALIAS_DEPARTMENT
See Also:
Constant Field Values

ALIAS_PRODUCT

public static final String ALIAS_PRODUCT
See Also:
Constant Field Values

ALIAS_QUERIED_ENTITY

public static final String ALIAS_QUERIED_ENTITY
See Also:
Constant Field Values

ALIAS_PARTY2

public static final String ALIAS_PARTY2
See Also:
Constant Field Values

ALIAS_ADDRESS

public static final String ALIAS_ADDRESS
See Also:
Constant Field Values

ALIAS_PERSON

public static final String ALIAS_PERSON
See Also:
Constant Field Values

ALIAS_EXTRA_DAOENTITY

public static final String ALIAS_EXTRA_DAOENTITY
See Also:
Constant Field Values

ALIAS_STORE

public static final String ALIAS_STORE
See Also:
Constant Field Values
Constructor Detail

TopiaTestQueryHelper

public TopiaTestQueryHelper()
Method Detail

createQuery

public static org.nuiton.topia.framework.TopiaQuery createQuery(TopiaTestQueryHelper.EntityProperty property)

format

public static String format(String statement,
                            String... propertyNames)

newCompanyProperty

public static TopiaTestQueryHelper.CompanyProperty newCompanyProperty()

newCompanyProperty

public static TopiaTestQueryHelper.CompanyProperty newCompanyProperty(String alias)

newTypeProperty

public static TopiaTestQueryHelper.TypeProperty newTypeProperty()

newTypeProperty

public static TopiaTestQueryHelper.TypeProperty newTypeProperty(String alias)

newTelephone2Property

public static TopiaTestQueryHelper.Telephone2Property newTelephone2Property()

newTelephone2Property

public static TopiaTestQueryHelper.Telephone2Property newTelephone2Property(String alias)

newBillProperty

public static TopiaTestQueryHelper.BillProperty newBillProperty()

newBillProperty

public static TopiaTestQueryHelper.BillProperty newBillProperty(String alias)

newPersonneProperty

public static TopiaTestQueryHelper.PersonneProperty newPersonneProperty()

newPersonneProperty

public static TopiaTestQueryHelper.PersonneProperty newPersonneProperty(String alias)

newEmployeProperty

public static TopiaTestQueryHelper.EmployeProperty newEmployeProperty()

newEmployeProperty

public static TopiaTestQueryHelper.EmployeProperty newEmployeProperty(String alias)

newNaturalizedEntityProperty

public static TopiaTestQueryHelper.NaturalizedEntityProperty newNaturalizedEntityProperty()

newNaturalizedEntityProperty

public static TopiaTestQueryHelper.NaturalizedEntityProperty newNaturalizedEntityProperty(String alias)

newPetProperty

public static TopiaTestQueryHelper.PetProperty newPetProperty()

newPetProperty

public static TopiaTestQueryHelper.PetProperty newPetProperty(String alias)

newContact2Property

public static TopiaTestQueryHelper.Contact2Property newContact2Property()

newContact2Property

public static TopiaTestQueryHelper.Contact2Property newContact2Property(String alias)

newRaceProperty

public static TopiaTestQueryHelper.RaceProperty newRaceProperty()

newRaceProperty

public static TopiaTestQueryHelper.RaceProperty newRaceProperty(String alias)

newDepartmentProperty

public static TopiaTestQueryHelper.DepartmentProperty newDepartmentProperty()

newDepartmentProperty

public static TopiaTestQueryHelper.DepartmentProperty newDepartmentProperty(String alias)

newProductProperty

public static TopiaTestQueryHelper.ProductProperty newProductProperty()

newProductProperty

public static TopiaTestQueryHelper.ProductProperty newProductProperty(String alias)

newQueriedEntityProperty

public static TopiaTestQueryHelper.QueriedEntityProperty newQueriedEntityProperty()

newQueriedEntityProperty

public static TopiaTestQueryHelper.QueriedEntityProperty newQueriedEntityProperty(String alias)

newParty2Property

public static TopiaTestQueryHelper.Party2Property newParty2Property()

newParty2Property

public static TopiaTestQueryHelper.Party2Property newParty2Property(String alias)

newAddressProperty

public static TopiaTestQueryHelper.AddressProperty newAddressProperty()

newAddressProperty

public static TopiaTestQueryHelper.AddressProperty newAddressProperty(String alias)

newPersonProperty

public static TopiaTestQueryHelper.PersonProperty newPersonProperty()

newPersonProperty

public static TopiaTestQueryHelper.PersonProperty newPersonProperty(String alias)

newExtraDAOEntityProperty

public static TopiaTestQueryHelper.ExtraDAOEntityProperty newExtraDAOEntityProperty()

newExtraDAOEntityProperty

public static TopiaTestQueryHelper.ExtraDAOEntityProperty newExtraDAOEntityProperty(String alias)

newStoreProperty

public static TopiaTestQueryHelper.StoreProperty newStoreProperty()

newStoreProperty

public static TopiaTestQueryHelper.StoreProperty newStoreProperty(String alias)


Copyright © 2004-2011 CodeLutin. All Rights Reserved.