jpersist.interfaces |
This package contains interfaces that are commonly used with jPersist.
|
Java Source File Name | Type | Comment |
AsciiStream.java | Interface | This interface should be used in place of InputStream in your objects,
and is used to handle InputStream for PreparedStatement.[get/set]AsciiStream. |
AsciiStreamAdapter.java | Class | This class should be used in place of InputStream in your objects,
and is used to handle InputStream for PreparedStatement.[get/set]AsciiStream. |
BinaryStream.java | Interface | This interface should be used in place of InputStream in your objects,
and is used to handle InputStream for PreparedStatement.[get/set]BinaryStream. |
BinaryStreamAdapter.java | Class | This class should be used in place of InputStream in your objects,
and is used to handle InputStream for PreparedStatement.[get/set]BinaryStream. |
CharacterStream.java | Interface | This interface should be used in place of Reader in your objects,
and is used to handle Reader for PreparedStatement.[get/set]CharacterStream. |
CharacterStreamAdapter.java | Class | This interface should be used in place of Reader in your objects,
and is used to handle Reader for PreparedStatement.[get/set]CharacterStream. |
ColumnMapping.java | Interface | This interface is optionally implemented to provide overriding mapping
between methods and table columns, and is only needed when a match can't be
made due to a vast difference in naming and/or a collision will occur. |
GeneratedKeys.java | Interface | This interface is optionally implemented to provide overriding
auto-generated key handling abilities. |
ResultObject.java | Interface | When an interface is being used as a proxy to a database (also known as database to interface casting),
this interface can be extended by the interface to include jpersist.Database functionality. |
TableMapping.java | Interface | This interface is optionally implemented to provide overriding mapping
between classes and tables and is only needed when a match can't be
made due to a vast difference in naming and/or a collision will occur. |