Skip navigation links
A B C D E G H I L N P R S T X 

A

asEllipse2D() - Method in class com.github.thealchemist.pg_hibernate.types.Circle
 
asLine2D() - Method in class com.github.thealchemist.pg_hibernate.types.LineSegment
 
asPoint2D() - Method in class com.github.thealchemist.pg_hibernate.types.Point
 
asRectangle2D() - Method in class com.github.thealchemist.pg_hibernate.types.Box
 
assemble(Serializable, Object) - Method in class com.github.thealchemist.pg_hibernate.BoxType
 
assemble(Serializable, Object) - Method in class com.github.thealchemist.pg_hibernate.CircleType
 
assemble(Serializable, Object) - Method in class com.github.thealchemist.pg_hibernate.HstoreType
 
assemble(Serializable, Object) - Method in class com.github.thealchemist.pg_hibernate.InetAddressType
 
assemble(Serializable, Object) - Method in class com.github.thealchemist.pg_hibernate.IntegerArrayType
 
assemble(Serializable, Object) - Method in class com.github.thealchemist.pg_hibernate.LineSegmentType
 
assemble(Serializable, Object) - Method in class com.github.thealchemist.pg_hibernate.PointType
 
assemble(Serializable, Object) - Method in class com.github.thealchemist.pg_hibernate.PolygonType
 
assemble(Serializable, Object) - Method in class com.github.thealchemist.pg_hibernate.StringArrayType
 
assemble(Serializable, Object) - Method in class com.github.thealchemist.pg_hibernate.XMLType
 

B

Box - Class in com.github.thealchemist.pg_hibernate.types
A simple immutable rectangle object.
Box(Point, Point) - Constructor for class com.github.thealchemist.pg_hibernate.types.Box
 
BoxType - Class in com.github.thealchemist.pg_hibernate
A Hibernate UserType for PostgreSQL's box type.
BoxType() - Constructor for class com.github.thealchemist.pg_hibernate.BoxType
 

C

Circle - Class in com.github.thealchemist.pg_hibernate.types
A simple immutable circle object.
Circle(Point, double) - Constructor for class com.github.thealchemist.pg_hibernate.types.Circle
 
CircleType - Class in com.github.thealchemist.pg_hibernate
A Hibernate UserType for PostgreSQL's circle type.
CircleType() - Constructor for class com.github.thealchemist.pg_hibernate.CircleType
 
clone() - Method in class com.github.thealchemist.pg_hibernate.types.Box
 
clone() - Method in class com.github.thealchemist.pg_hibernate.types.Circle
 
clone() - Method in class com.github.thealchemist.pg_hibernate.types.LineSegment
 
clone() - Method in class com.github.thealchemist.pg_hibernate.types.Point
 
clone() - Method in class com.github.thealchemist.pg_hibernate.types.Polygon
 
com.github.thealchemist.pg_hibernate - package com.github.thealchemist.pg_hibernate
 
com.github.thealchemist.pg_hibernate.types - package com.github.thealchemist.pg_hibernate.types
 

D

deepCopy(Object) - Method in class com.github.thealchemist.pg_hibernate.BoxType
 
deepCopy(Object) - Method in class com.github.thealchemist.pg_hibernate.CircleType
 
deepCopy(Object) - Method in class com.github.thealchemist.pg_hibernate.HstoreType
 
deepCopy(Object) - Method in class com.github.thealchemist.pg_hibernate.InetAddressType
 
deepCopy(Object) - Method in class com.github.thealchemist.pg_hibernate.IntegerArrayType
 
deepCopy(Object) - Method in class com.github.thealchemist.pg_hibernate.LineSegmentType
 
deepCopy(Object) - Method in class com.github.thealchemist.pg_hibernate.PointType
 
deepCopy(Object) - Method in class com.github.thealchemist.pg_hibernate.PolygonType
 
deepCopy(Object) - Method in class com.github.thealchemist.pg_hibernate.StringArrayType
 
deepCopy(Object) - Method in class com.github.thealchemist.pg_hibernate.XMLType
 
disassemble(Object) - Method in class com.github.thealchemist.pg_hibernate.BoxType
 
disassemble(Object) - Method in class com.github.thealchemist.pg_hibernate.CircleType
 
disassemble(Object) - Method in class com.github.thealchemist.pg_hibernate.HstoreType
 
disassemble(Object) - Method in class com.github.thealchemist.pg_hibernate.InetAddressType
 
disassemble(Object) - Method in class com.github.thealchemist.pg_hibernate.IntegerArrayType
 
disassemble(Object) - Method in class com.github.thealchemist.pg_hibernate.LineSegmentType
 
disassemble(Object) - Method in class com.github.thealchemist.pg_hibernate.PointType
 
disassemble(Object) - Method in class com.github.thealchemist.pg_hibernate.PolygonType
 
disassemble(Object) - Method in class com.github.thealchemist.pg_hibernate.StringArrayType
 
disassemble(Object) - Method in class com.github.thealchemist.pg_hibernate.XMLType
 

E

equals(Object, Object) - Method in class com.github.thealchemist.pg_hibernate.BoxType
 
equals(Object, Object) - Method in class com.github.thealchemist.pg_hibernate.CircleType
 
equals(Object, Object) - Method in class com.github.thealchemist.pg_hibernate.HstoreType
 
equals(Object, Object) - Method in class com.github.thealchemist.pg_hibernate.InetAddressType
 
equals(Object, Object) - Method in class com.github.thealchemist.pg_hibernate.IntegerArrayType
 
equals(Object, Object) - Method in class com.github.thealchemist.pg_hibernate.LineSegmentType
 
equals(Object, Object) - Method in class com.github.thealchemist.pg_hibernate.PointType
 
equals(Object, Object) - Method in class com.github.thealchemist.pg_hibernate.PolygonType
 
equals(Object, Object) - Method in class com.github.thealchemist.pg_hibernate.StringArrayType
 
equals(Object) - Method in class com.github.thealchemist.pg_hibernate.types.Box
 
equals(Object) - Method in class com.github.thealchemist.pg_hibernate.types.Circle
 
equals(Object) - Method in class com.github.thealchemist.pg_hibernate.types.LineSegment
 
equals(Object) - Method in class com.github.thealchemist.pg_hibernate.types.Point
 
equals(Object) - Method in class com.github.thealchemist.pg_hibernate.types.Polygon
 
equals(Object, Object) - Method in class com.github.thealchemist.pg_hibernate.XMLType
 

G

getCenter() - Method in class com.github.thealchemist.pg_hibernate.types.Circle
 
getP1() - Method in class com.github.thealchemist.pg_hibernate.types.Box
 
getP1() - Method in class com.github.thealchemist.pg_hibernate.types.LineSegment
 
getP2() - Method in class com.github.thealchemist.pg_hibernate.types.Box
 
getP2() - Method in class com.github.thealchemist.pg_hibernate.types.LineSegment
 
getPoints() - Method in class com.github.thealchemist.pg_hibernate.types.Polygon
 
getRadius() - Method in class com.github.thealchemist.pg_hibernate.types.Circle
 
getX() - Method in class com.github.thealchemist.pg_hibernate.types.Point
 
getY() - Method in class com.github.thealchemist.pg_hibernate.types.Point
 

H

hashCode(Object) - Method in class com.github.thealchemist.pg_hibernate.BoxType
 
hashCode(Object) - Method in class com.github.thealchemist.pg_hibernate.CircleType
 
hashCode(Object) - Method in class com.github.thealchemist.pg_hibernate.HstoreType
 
hashCode(Object) - Method in class com.github.thealchemist.pg_hibernate.InetAddressType
 
hashCode(Object) - Method in class com.github.thealchemist.pg_hibernate.IntegerArrayType
 
hashCode(Object) - Method in class com.github.thealchemist.pg_hibernate.LineSegmentType
 
hashCode(Object) - Method in class com.github.thealchemist.pg_hibernate.PointType
 
hashCode(Object) - Method in class com.github.thealchemist.pg_hibernate.PolygonType
 
hashCode(Object) - Method in class com.github.thealchemist.pg_hibernate.StringArrayType
 
hashCode() - Method in class com.github.thealchemist.pg_hibernate.types.Box
 
hashCode() - Method in class com.github.thealchemist.pg_hibernate.types.Circle
 
hashCode() - Method in class com.github.thealchemist.pg_hibernate.types.LineSegment
 
hashCode() - Method in class com.github.thealchemist.pg_hibernate.types.Point
 
hashCode() - Method in class com.github.thealchemist.pg_hibernate.types.Polygon
 
hashCode(Object) - Method in class com.github.thealchemist.pg_hibernate.XMLType
 
HstoreHelper - Class in net.backtothefront
 
HstoreHelper() - Constructor for class net.backtothefront.HstoreHelper
 
HstoreType - Class in com.github.thealchemist.pg_hibernate
 
HstoreType() - Constructor for class com.github.thealchemist.pg_hibernate.HstoreType
 

I

InetAddressType - Class in com.github.thealchemist.pg_hibernate
A Hibernate UserType for PostgreSQL's inet type.
InetAddressType() - Constructor for class com.github.thealchemist.pg_hibernate.InetAddressType
 
IntegerArrayType - Class in com.github.thealchemist.pg_hibernate
A Hibernate UserType for PostgreSQL's native intarray type.
IntegerArrayType() - Constructor for class com.github.thealchemist.pg_hibernate.IntegerArrayType
 
isMutable() - Method in class com.github.thealchemist.pg_hibernate.BoxType
 
isMutable() - Method in class com.github.thealchemist.pg_hibernate.CircleType
 
isMutable() - Method in class com.github.thealchemist.pg_hibernate.HstoreType
 
isMutable() - Method in class com.github.thealchemist.pg_hibernate.InetAddressType
 
isMutable() - Method in class com.github.thealchemist.pg_hibernate.IntegerArrayType
 
isMutable() - Method in class com.github.thealchemist.pg_hibernate.LineSegmentType
 
isMutable() - Method in class com.github.thealchemist.pg_hibernate.PointType
 
isMutable() - Method in class com.github.thealchemist.pg_hibernate.PolygonType
 
isMutable() - Method in class com.github.thealchemist.pg_hibernate.StringArrayType
 
isMutable() - Method in class com.github.thealchemist.pg_hibernate.XMLType
 

L

LineSegment - Class in com.github.thealchemist.pg_hibernate.types
A simple immutable (directed) line segment object.
LineSegment(Point, Point) - Constructor for class com.github.thealchemist.pg_hibernate.types.LineSegment
 
LineSegmentType - Class in com.github.thealchemist.pg_hibernate
A Hibernate UserType for PostgreSQL's lseg type.
LineSegmentType() - Constructor for class com.github.thealchemist.pg_hibernate.LineSegmentType
 

N

net.backtothefront - package net.backtothefront
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class com.github.thealchemist.pg_hibernate.BoxType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class com.github.thealchemist.pg_hibernate.CircleType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class com.github.thealchemist.pg_hibernate.HstoreType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class com.github.thealchemist.pg_hibernate.InetAddressType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class com.github.thealchemist.pg_hibernate.IntegerArrayType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class com.github.thealchemist.pg_hibernate.LineSegmentType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class com.github.thealchemist.pg_hibernate.PointType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class com.github.thealchemist.pg_hibernate.PolygonType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class com.github.thealchemist.pg_hibernate.StringArrayType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class com.github.thealchemist.pg_hibernate.XMLType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class com.github.thealchemist.pg_hibernate.BoxType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class com.github.thealchemist.pg_hibernate.CircleType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class com.github.thealchemist.pg_hibernate.HstoreType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class com.github.thealchemist.pg_hibernate.InetAddressType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class com.github.thealchemist.pg_hibernate.IntegerArrayType
Supports both int[] and Integer[], yay!
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class com.github.thealchemist.pg_hibernate.LineSegmentType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class com.github.thealchemist.pg_hibernate.PointType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class com.github.thealchemist.pg_hibernate.PolygonType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class com.github.thealchemist.pg_hibernate.StringArrayType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class com.github.thealchemist.pg_hibernate.XMLType
 

P

Point - Class in com.github.thealchemist.pg_hibernate.types
A simple immutable point object.
Point(double, double) - Constructor for class com.github.thealchemist.pg_hibernate.types.Point
 
PointType - Class in com.github.thealchemist.pg_hibernate
A Hibernate UserType for PostgreSQL's point type.
PointType() - Constructor for class com.github.thealchemist.pg_hibernate.PointType
 
Polygon - Class in com.github.thealchemist.pg_hibernate.types
A simple immutable polygon object.
Polygon(Point[]) - Constructor for class com.github.thealchemist.pg_hibernate.types.Polygon
 
PolygonType - Class in com.github.thealchemist.pg_hibernate
A Hibernate UserType for PostgreSQL's polygon type.
PolygonType() - Constructor for class com.github.thealchemist.pg_hibernate.PolygonType
 

R

replace(Object, Object, Object) - Method in class com.github.thealchemist.pg_hibernate.BoxType
 
replace(Object, Object, Object) - Method in class com.github.thealchemist.pg_hibernate.CircleType
 
replace(Object, Object, Object) - Method in class com.github.thealchemist.pg_hibernate.HstoreType
 
replace(Object, Object, Object) - Method in class com.github.thealchemist.pg_hibernate.InetAddressType
 
replace(Object, Object, Object) - Method in class com.github.thealchemist.pg_hibernate.IntegerArrayType
 
replace(Object, Object, Object) - Method in class com.github.thealchemist.pg_hibernate.LineSegmentType
 
replace(Object, Object, Object) - Method in class com.github.thealchemist.pg_hibernate.PointType
 
replace(Object, Object, Object) - Method in class com.github.thealchemist.pg_hibernate.PolygonType
 
replace(Object, Object, Object) - Method in class com.github.thealchemist.pg_hibernate.StringArrayType
 
replace(Object, Object, Object) - Method in class com.github.thealchemist.pg_hibernate.XMLType
 
returnedClass() - Method in class com.github.thealchemist.pg_hibernate.BoxType
 
returnedClass() - Method in class com.github.thealchemist.pg_hibernate.CircleType
 
returnedClass() - Method in class com.github.thealchemist.pg_hibernate.HstoreType
 
returnedClass() - Method in class com.github.thealchemist.pg_hibernate.InetAddressType
 
returnedClass() - Method in class com.github.thealchemist.pg_hibernate.IntegerArrayType
 
returnedClass() - Method in class com.github.thealchemist.pg_hibernate.LineSegmentType
 
returnedClass() - Method in class com.github.thealchemist.pg_hibernate.PointType
 
returnedClass() - Method in class com.github.thealchemist.pg_hibernate.PolygonType
 
returnedClass() - Method in class com.github.thealchemist.pg_hibernate.StringArrayType
 
returnedClass() - Method in class com.github.thealchemist.pg_hibernate.XMLType
 

S

sqlTypes() - Method in class com.github.thealchemist.pg_hibernate.BoxType
 
sqlTypes() - Method in class com.github.thealchemist.pg_hibernate.CircleType
 
sqlTypes() - Method in class com.github.thealchemist.pg_hibernate.HstoreType
 
sqlTypes() - Method in class com.github.thealchemist.pg_hibernate.InetAddressType
 
sqlTypes() - Method in class com.github.thealchemist.pg_hibernate.IntegerArrayType
 
sqlTypes() - Method in class com.github.thealchemist.pg_hibernate.LineSegmentType
 
sqlTypes() - Method in class com.github.thealchemist.pg_hibernate.PointType
 
sqlTypes() - Method in class com.github.thealchemist.pg_hibernate.PolygonType
 
sqlTypes() - Method in class com.github.thealchemist.pg_hibernate.StringArrayType
 
sqlTypes() - Method in class com.github.thealchemist.pg_hibernate.XMLType
 
StringArrayType - Class in com.github.thealchemist.pg_hibernate
A Hibernate UserType for PostgreSQL's native varchar[] type.
StringArrayType() - Constructor for class com.github.thealchemist.pg_hibernate.StringArrayType
 

T

toMap(String) - Static method in class net.backtothefront.HstoreHelper
 
toString(Map<String, String>) - Static method in class net.backtothefront.HstoreHelper
 

X

XMLType - Class in com.github.thealchemist.pg_hibernate
A Hibernate UserType for PostgreSQL's xml type.
XMLType() - Constructor for class com.github.thealchemist.pg_hibernate.XMLType
 
A B C D E G H I L N P R S T X 
Skip navigation links

Copyright © 2014–2016. All rights reserved.