Class TopiaTestQueryHelper.EntityProperty<E>

java.lang.Object
org.nuiton.topia.TopiaTestQueryHelper.EntityProperty<E>
Direct Known Subclasses:
TopiaTestQueryHelper.AddressProperty, TopiaTestQueryHelper.BillProperty, TopiaTestQueryHelper.CompanyProperty, TopiaTestQueryHelper.Contact2Property, TopiaTestQueryHelper.DepartmentProperty, TopiaTestQueryHelper.EmployeProperty, TopiaTestQueryHelper.ExtraDAOEntityProperty, TopiaTestQueryHelper.FrenchCompanyProperty, TopiaTestQueryHelper.GeneralizedNaturalizedEntityProperty, TopiaTestQueryHelper.NaturalizedEntityProperty, TopiaTestQueryHelper.Party2Property, TopiaTestQueryHelper.PersonneProperty, TopiaTestQueryHelper.PersonProperty, TopiaTestQueryHelper.PetProperty, TopiaTestQueryHelper.ProductProperty, TopiaTestQueryHelper.QueriedEntityProperty, TopiaTestQueryHelper.RaceProperty, TopiaTestQueryHelper.SIRENProperty, TopiaTestQueryHelper.SIRETProperty, TopiaTestQueryHelper.StoreProperty, TopiaTestQueryHelper.Telephone2Property, TopiaTestQueryHelper.TypeProperty
Enclosing class:
TopiaTestQueryHelper

public abstract static class TopiaTestQueryHelper.EntityProperty<E> extends Object
  • Field Details

  • Constructor Details

    • EntityProperty

      public EntityProperty()
  • Method Details

    • setAlias

      protected void setAlias(String alias)
    • $alias

      public String $alias()
    • $property

      public String $property(String propertyName)
    • topiaCreateDate

      public String topiaCreateDate()
    • topiaId

      public String topiaId()
    • topiaVersion

      public String topiaVersion()
    • getEntityClass

      public abstract Class<E> getEntityClass()
    • defaultAlias

      public abstract String defaultAlias()