Uses of Class
nl.karpi.bm.Dtproperties

Packages that use Dtproperties
nl.karpi.bm.generated   
 

Uses of Dtproperties in nl.karpi.bm.generated
 

Fields in nl.karpi.bm.generated with type parameters of type Dtproperties
static java.util.Comparator<Dtproperties> Dtproperties.COMPARATOR_ID_PROPERTY
          A comparator that compares on id property
 

Methods in nl.karpi.bm.generated that return Dtproperties
 Dtproperties Dtproperties.cloneShallow()
           
static Dtproperties Dtproperties.findAndLockByPK(java.math.BigInteger id, java.lang.String property)
           
static Dtproperties Dtproperties.findByIdProperty(java.math.BigInteger id, java.lang.String property)
           
static Dtproperties Dtproperties.findByPK(java.math.BigInteger id, java.lang.String property)
           
 Dtproperties Dtproperties.withId(java.math.BigInteger value)
           
 Dtproperties Dtproperties.withLvalue(byte[] value)
           
 Dtproperties Dtproperties.withObjectid(java.math.BigInteger value)
           
 Dtproperties Dtproperties.withProperty(java.lang.String value)
           
 Dtproperties Dtproperties.withUvalue(java.lang.String value)
           
 Dtproperties Dtproperties.withValue(java.lang.String value)
           
 Dtproperties Dtproperties.withVersion(java.math.BigInteger value)
           
 

Methods in nl.karpi.bm.generated that return types with arguments of type Dtproperties
static java.util.List<Dtproperties> Dtproperties.findAll()
          find all entities
static java.util.List<Dtproperties> Dtproperties.findAllOrderedBy(java.lang.String orderedBy)
          find all entities ordered by
 

Methods in nl.karpi.bm.generated with parameters of type Dtproperties
 int Dtproperties.ComparatorId_Property.compare(Dtproperties o1, Dtproperties o2)
           
static void Dtproperties.shallowCopy(Dtproperties original, Dtproperties copy)
          shallow copy, used for cloning but also for e.g. updating an entity in a REST PUT
 



Copyright © 2010 KnowledgePlaza. All Rights Reserved.