alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Hibernate example source code file (FooProxy.java)

This example Hibernate source code file (FooProxy.java) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Hibernate tags/keywords

boolean, byte, character, fee, float, foocomponent, foocomponent, fooproxy, fooproxy, integer, integer, long, string, string

The Hibernate FooProxy.java source code

package org.hibernate.test.legacy;


public interface FooProxy {
	public void setNullComponent(FooComponent arg0) throws Exception;
	public FooComponent getNullComponent();
	public void setComponent(FooComponent arg0);
	public FooComponent getComponent();
	public void setCustom(String[] arg0);
	public String[] getCustom();
	public void setBinary(byte[] arg0);
	public byte[] getBinary();
	public void setNullBlob(java.io.Serializable arg0);
	public java.io.Serializable getNullBlob();
	public void setBlob(java.io.Serializable arg0);
	public java.io.Serializable getBlob();
	public void setYesno(boolean arg0);
	public boolean getYesno();
	public boolean equalsFoo(Foo arg0);
	public void disconnect();
	public String toString();
	public void setByte(Byte arg0);
	public Byte getByte();
	public void setNull(Integer arg0);
	public Integer getNull();
	public void setInt(int arg0);
	public int getInt();
	public void setBool(boolean arg0);
	public boolean getBool();
	public void setZero(float arg0);
	public float getZero();
	public void setBytes(byte[] arg0);
	public byte[] getBytes();
	public void setBoolean(Boolean arg0);
	public Boolean getBoolean();
	public void setDouble(Double arg0);
	public Double getDouble();
	public void setFloat(Float arg0);
	public Float getFloat();
	public void setShort(Short arg0);
	public Short getShort();
	public Character getChar();
	public void setChar(Character _char);
	public Long getLong();
	public void setInteger(Integer arg0);
	public Integer getInteger();
	public void setTimestamp(java.util.Date arg0);
	public java.util.Date getTimestamp();
	public void setDate(java.util.Date arg0);
	public java.util.Date getDate();
	public void setString(String arg0);
	public String getString();
	public void setFoo(FooProxy arg0);
	public FooProxy getFoo();
	public void setKey(String arg0);
	public String getKey();
	public Fee getDependent();
	public float getFormula();
}






Other Hibernate examples (source code examples)

Here is a short list of links related to this Hibernate FooProxy.java source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.