Ejemplo n.º 1
0
 public Iterator<Selectable> getColumnIterator() {
   return associatedClass.getKey().getColumnIterator();
 }
Ejemplo n.º 2
0
 public int getColumnSpan() {
   return associatedClass.getKey().getColumnSpan();
 }
Ejemplo n.º 3
0
 public OneToOne(Mappings mappings, Table table, PersistentClass owner) throws MappingException {
   super(mappings, table);
   this.identifier = owner.getKey();
   this.entityName = owner.getEntityName();
 }